1. 6cb07ab Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-next by Mark Brown · 10 years ago
  2. a8d9934 Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next by Mark Brown · 10 years ago
  3. 8798975 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  4. 6cca671 Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 10 years ago
  5. 8da61f2 regmap: debugfs: Use seq_file for the access map by Mark Brown · 10 years ago
  6. 7a78479 regmap: irq: add support for configuration of trigger type by Laxman Dewangan · 10 years ago
  7. fcac023 regmap: use IS_ALIGNED instead of % to improve the performance by Xiubo Li · 10 years ago
  8. f1b9fc5 Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains' by Rafael J. Wysocki · 10 years ago
  9. 167f706 regmap: cache: Move the num_reg_defaults check as early as possible by Xiubo Li · 10 years ago
  10. 8cfe2fd regmap: cache: Add warning info for the cache check by Xiubo Li · 10 years ago
  11. 782035e regmap: missing case statement by Dan Carpenter · 10 years ago
  12. 01c377b regmap: shift wrapping bugs in 64 bit code by Dan Carpenter · 10 years ago
  13. 26bbe7e drivers/base/memory.c: prohibit offlining of memory blocks with missing sections by Seth Jennings · 10 years ago
  14. ffe1285 PM / Domains: Allow runtime PM callbacks to be re-used during system PM by Ulf Hansson · 10 years ago
  15. 8b7663d regmap: cache: Add 64-bit mode support by Xiubo Li · 10 years ago
  16. 2fd6902 regmap: cache: To suppress the noise of checkpatch by Xiubo Li · 10 years ago
  17. 19c0478 regmap: fix the warning about unused variable by Xiubo Li · 10 years ago
  18. afcc00b regmap: add 64-bit mode support by Xiubo Li · 10 years ago
  19. 75fb0aa regmap: mmio: Add regmap_mmio_get_min_stride by Xiubo Li · 10 years ago
  20. 9d98fa7 regmap: mmio: remove the useless code by Xiubo Li · 10 years ago
  21. d441fe2 Merge branches 'pm-domains' and 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  22. 265e2cf PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach() by Eric Anholt · 10 years ago
  23. 712caed PM / Domains: Validate cases of a non-bound driver in genpd governor by Ulf Hansson · 10 years ago
  24. 549e08a regmap: replace kmalloc with kmalloc_array by lixiubo · 10 years ago
  25. eeda1bd regmap: replace kzalloc with kcalloc by lixiubo · 10 years ago
  26. 0aba0ab8 Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  27. 6f9b36c PM / wakeirq: check that wake IRQ is valid before accepting it by Dmitry Torokhov · 10 years ago
  28. 6399aea regmap: rbtree: When adding a reg do a bsearch for target node by Nikesh Oswal · 10 years ago
  29. 29bb45f regmap-mmio: Use native endianness for read/write by Simon Arlott · 10 years ago
  30. be23c9d Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  31. f6f18a2 Merge branch 'pm-domains' by Rafael J. Wysocki · 10 years ago
  32. baf51c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  33. b44a3d2 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  34. 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 10 years ago
  35. 85ce230 Merge branch 'for-4.4/hotplug' into libnvdimm-for-next by Dan Williams · 10 years ago
  36. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  37. 1ede53f Merge branch 'pm-opp' by Rafael J. Wysocki · 10 years ago
  38. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 10 years ago
  39. ab3d527 device property: ACPI: Remove unused DMA APIs by Suthikulpanit, Suravee · 10 years ago
  40. e5e5586 device property: Adding DMA Attribute APIs for Generic Devices by Suthikulpanit, Suravee · 10 years ago
  41. 0597e81 PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp() by Viresh Kumar · 10 years ago
  42. 4a3a135 PM / OPP: Hold dev_opp_list_lock for writers by Viresh Kumar · 10 years ago
  43. 87b4115 PM / OPP: Protect updates to list_dev with mutex by Viresh Kumar · 10 years ago
  44. 1794ec1 PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 10 years ago
  45. f66477a Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 10 years ago
  46. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  47. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  48. 6aa2fdb Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  49. c75960a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 10 years ago
  50. 5062ecd Merge tag 'regmap-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  51. bc9d8c2 Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  52. 2547923 PM / Domains: Allocate memory outside domain locks by Lina Iyer · 10 years ago
  53. 298cd0f PM / Domains: Remove dev->driver check for runtime PM by Lina Iyer · 10 years ago
  54. ad623c3 PM / OPP: Parse all power-supply related bindings together by Viresh Kumar · 10 years ago
  55. b64b9c3 PM / OPP: Rename routines specific to old bindings with _v1 by Viresh Kumar · 10 years ago
  56. d6d2a52 PM / OPP: Improve print messages with pr_fmt by Viresh Kumar · 10 years ago
  57. 5293fea Merge branch 'device-properties' into acpi-pci by Rafael J. Wysocki · 10 years ago
  58. 1ab6846 Merge branches 'pm-avs', 'pm-clk' and 'powercap' by Rafael J. Wysocki · 10 years ago
  59. 394f716 Merge branch 'pm-opp' by Rafael J. Wysocki · 10 years ago
  60. dcf3d01 Merge branch 'pm-domains' by Rafael J. Wysocki · 10 years ago
  61. 9bb4064 Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  62. d6d0074 PM / OPP: get the voltage for all OPPs by Javi Merino · 10 years ago
  63. 2b1d88c PM / Domains: Merge measurements for PM QoS device latencies by Ulf Hansson · 10 years ago
  64. 51cda84 PM / Domains: Don't measure ->start|stop() latency in system PM callbacks by Ulf Hansson · 10 years ago
  65. a617561 PM / clk: Fix broken build due to non-matching code and header #ifdefs by Geert Uytterhoeven · 10 years ago
  66. ef0eebc drivers/pinctrl: Add the concept of an "init" state by Douglas Anderson · 10 years ago
  67. ab736d7 Merge branch 'device-properties' by Rafael J. Wysocki · 10 years ago
  68. 67a2e213 mm: cma: fix incorrect type conversion for size during dma allocation by Rohit Vaswani · 10 years ago
  69. 56f2de8 of: to support binding numa node to specified device in devicetree by Zhen Lei · 10 years ago
  70. 88cfe53 Merge back earlier 'pm-domains' material for v4.4. by Rafael J. Wysocki · 10 years ago
  71. a98f1b7 PM / Domains: Fix validation of latency constraints in genpd governor by Ulf Hansson · 10 years ago
  72. 7420aa4 PM / Domains: Rename *pm_genpd_poweron|poweroff() by Ulf Hansson · 10 years ago
  73. 58a1fbb PM / PCI / ACPI: Kick devices that might have been reset by firmware by Rafael J. Wysocki · 10 years ago
  74. c2df86e PM / sleep: Drop pm_request_idle() from pm_generic_complete() by Rafael J. Wysocki · 10 years ago
  75. 8346aa7 Revert "mm: Check if section present during memory block (un)registering" by Greg Kroah-Hartman · 10 years ago
  76. be5436c irqdomain/msi: Use fwnode instead of of_node by Marc Zyngier · 10 years ago
  77. ea823c7 PM / Domains: Remove pm_genpd_poweron() API by Ulf Hansson · 10 years ago
  78. bb4b72f PM / Domains: Remove pm_genpd_poweroff_unused() API by Ulf Hansson · 10 years ago
  79. f96b3c4 PM / Domains: Remove in_progress counter from struct generic_pm_domain by Ulf Hansson · 10 years ago
  80. a5e22db Merge back earlier 'pm-sleep' material for v4.4. by Rafael J. Wysocki · 10 years ago
  81. d4a1a31 Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-next by Mark Brown · 10 years ago
  82. b3961e8 Merge tag 'regmap-offload-update-bits' into regmap-next by Mark Brown · 10 years ago
  83. ba5890a Merge tag 'regmap-irq-unmask' into regmap-next by Mark Brown · 10 years ago
  84. 7c68394 devm: make allocations numa aware by default by Dan Williams · 10 years ago
  85. a6eed75 PM / OPP: passing NULL to PTR_ERR() by Dan Carpenter · 10 years ago
  86. 273395f Merge tag 'v4.4-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/drivers by Arnd Bergmann · 10 years ago
  87. d60ee96 PM / Domains: Make pm_genpd_{add,remove}_subdomain() available to modules by Stephen Boyd · 10 years ago
  88. 8ace60f Merge tag 'regmap-fix-v4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  89. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 10 years ago
  90. 772b050 PM / clk: Do not __clk_get passed in clock-references by Stephen Boyd · 10 years ago
  91. dbe2256 driver-core: platform: Provide helpers for multi-driver modules by Thierry Reding · 10 years ago
  92. 7568fb6 mm: Check if section present during memory block (un)registering by Yinghai Lu · 10 years ago
  93. a785ce9 CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bit by Tan Xiaojun · 10 years ago
  94. b8b2c7d base/platform: assert that dev_pm_domain callbacks are called unconditionally by Uwe Kleine-König · 10 years ago
  95. cfcf6a9 base: soc: siplify ida usage by Lee Duncan · 10 years ago
  96. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 10 years ago
  97. eb6d1c2 Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
  98. ca07e9f regmap: debugfs: simplify regmap_reg_ranges_read_file() slightly by Rasmus Villemoes · 10 years ago
  99. 20991cd regmap: debugfs: use memcpy instead of snprintf by Rasmus Villemoes · 10 years ago
  100. e34dc49 regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file() by Rasmus Villemoes · 10 years ago