1. c6f03e2 mm, memory_hotplug: remove zone restrictions by Michal Hocko · 7 years ago
  2. e5e6893 mm, memory_hotplug: display allowed zones in the preferred ordering by Michal Hocko · 7 years ago
  3. e7d0c41 Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  4. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  5. 7b01463 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  6. 45a7953 Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs' by Rafael J. Wysocki · 7 years ago
  7. 0f9b011 driver core: bus: Fix a potential double free by Christophe JAILLET · 7 years ago
  8. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  9. df44d30 base: topology: constify attribute_group structures. by Arvind Yadav · 7 years ago
  10. 6ef2541 base: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  11. ea11e94 PM / Domains: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  12. f75f6ff Merge 4.13-rc5 into driver-core-next by Greg Kroah-Hartman · 7 years ago
  13. c9dc281 Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  14. f02f4f9 PM / s2idle: Rename freeze_state enum and related items by Rafael J. Wysocki · 7 years ago
  15. 30172be firmware: enable a debug print for batched requests by Luis R. Rodriguez · 8 years ago
  16. 73da4b4 firmware: define pr_fmt by Luis R. Rodriguez · 8 years ago
  17. 76098b3 firmware: send -EINTR on signal abort on fallback mechanism by Luis R. Rodriguez · 8 years ago
  18. 260d9f2 firmware: avoid invalid fallback aborts by using killable wait by Luis R. Rodriguez · 8 years ago
  19. 90d41e7 firmware: fix batched requests - send wake up on failure on direct lookups by Luis R. Rodriguez · 8 years ago
  20. e44565f firmware: fix batched requests - wake all waiters by Luis R. Rodriguez · 8 years ago
  21. 820b9b0 PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() fails by Rafael J. Wysocki · 7 years ago
  22. 1f5000b initcall_debug: add deferred probe times by Todd Poynor · 7 years ago
  23. 7627929 PM / OPP: Fix get sharing CPUs when hotplug is used by Waldemar Rymarkiewicz · 7 years ago
  24. cef55b5 Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  25. 9a3ebe3 PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq() by Rafael J. Wysocki · 8 years ago
  26. 48059c09 PM / core: Add error argument to dpm_show_time() by Rafael J. Wysocki · 8 years ago
  27. 786f41f PM / core: Split dpm_suspend_noirq() and dpm_resume_noirq() by Rafael J. Wysocki · 8 years ago
  28. b6a1d09 PM / Domains: Extend generic power domain debugfs by Thara Gopinath · 8 years ago
  29. afece3a PM / Domains: Add time accounting to various genpd states by Thara Gopinath · 8 years ago
  30. 1af824f Merge branch 'bind_unbind' into driver-core-next by Greg Kroah-Hartman · 8 years ago
  31. 57b8ff0 driver core: add devm_device_add_group() and friends by Dmitry Torokhov · 8 years ago
  32. a7670d4 driver core: make device_{add|remove}_groups() public by Dmitry Torokhov · 8 years ago
  33. 1455cf8 driver core: emit uevents when device is bound to a driver by Dmitry Torokhov · 8 years ago
  34. 8d8b244 PM / sleep: Do not print debug messages by default by Rafael J. Wysocki · 8 years ago
  35. 3e3119d device property: Introduce fwnode_property_get_reference_args by Sakari Ailus · 8 years ago
  36. 37ba983 device property: Constify fwnode property API by Sakari Ailus · 8 years ago
  37. 39e5aee device property: Constify argument to pset fwnode backend by Sakari Ailus · 8 years ago
  38. db3e50f device property: Get rid of struct fwnode_handle type field by Sakari Ailus · 8 years ago
  39. 63a8636 Merge tag 'pm-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  40. ffa64d5 Merge branches 'intel_pstate' and 'pm-domains' by Rafael J. Wysocki · 8 years ago
  41. 43fc509 dma-coherent: introduce interface for default DMA pool by Vladimir Murzin · 8 years ago
  42. 975e83c PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if present by Sudeep Holla · 8 years ago
  43. d8bcf4d arch_topology: Get rid of cap_parsing_done by Viresh Kumar · 8 years ago
  44. 62de116 arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity() by Viresh Kumar · 8 years ago
  45. 805df29 arch_topology: Change return type of topology_parse_cpu_capacity() to bool by Viresh Kumar · 8 years ago
  46. 93a5708 arch_topology: Convert switch block to if block by Viresh Kumar · 8 years ago
  47. 3eeba1a arch_topology: Don't break lines unnecessarily by Viresh Kumar · 8 years ago
  48. 5b20a43 regmap: regmap-w1: Fix build troubles by minimumlaw@rambler.ru · 8 years ago
  49. 5b60697 PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table by Viresh Kumar · 8 years ago
  50. 96d0d83 Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  51. e37720e Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  52. 6df609b Merge branches 'pm-qos' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  53. 2ca3033 PM / QoS: return -EINVAL for bogus strings by Dan Carpenter · 8 years ago
  54. e8158b48 device property: Introduce fwnode_call_bool_op() for ops that return bool by Sakari Ailus · 8 years ago
  55. 9967468 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  56. a7be6e5 mm: drop useless local parameters of __register_one_node() by Dou Liyang · 8 years ago
  57. 548aa0e Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  58. 1633b39 Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  59. 15d56b3 Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  60. a7d4026 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  61. c7d28ec Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  62. 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  63. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
  64. f77af15 Add "shutdown" to "struct class". by Josh Zimmerman · 8 years ago
  65. f70029b mm, memory_hotplug: drop CONFIG_MOVABLE_NODE by Michal Hocko · 8 years ago
  66. 385386c mm: vmstat: move slab statistics from zone to node counters by Johannes Weiner · 8 years ago
  67. c246a21 mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone by Michal Hocko · 8 years ago
  68. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 8 years ago
  69. 8b0662f mm, memory_hotplug: consider offline memblocks removable by Michal Hocko · 8 years ago
  70. 9037a99 mm, memory_hotplug: split up register_one_node() by Michal Hocko · 8 years ago
  71. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 8 years ago
  72. bfe63d3 mm: drop page_initialized check from get_nid_for_pfn by Michal Hocko · 8 years ago
  73. c4e1be9 mm, sparsemem: break out of loops early by Dave Hansen · 8 years ago
  74. e854711 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  75. 408c986 Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  76. af3eb27 PM / Domains: provide pm_genpd_poweroff_noirq() stub by Arnd Bergmann · 8 years ago
  77. 23c6d2c Revert "PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd device" by Rafael J. Wysocki · 8 years ago
  78. 36b8042 Merge tag 'regmap-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 8 years ago
  79. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  80. 362f672 Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  81. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. 2a40f94 Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-next by Mark Brown · 8 years ago
  83. 8f8e5c3 Merge branch 'acpi-pm' by Rafael J. Wysocki · 8 years ago
  84. 9a5f2c8 Merge branches 'pm-domains', 'pm-avs' and 'powercap' by Rafael J. Wysocki · 8 years ago
  85. fb0356c Merge branches 'pm-core', 'pm-opp' and 'pm-qos' by Rafael J. Wysocki · 8 years ago
  86. 277036f platform: Accept const properties by Jan Kiszka · 8 years ago
  87. 07c75d7 drivers: dma-mapping: allow dma_common_mmap() for NOMMU by Vladimir Murzin · 8 years ago
  88. 268cd2e PM / Domains: Fix missing default_power_down_ok comment by Krzysztof Kozlowski · 8 years ago
  89. a7e2d1b PM / Domains: Fix unsafe iteration over modified list of domains by Krzysztof Kozlowski · 8 years ago
  90. b556b15 PM / Domains: Fix unsafe iteration over modified list of domain providers by Krzysztof Kozlowski · 8 years ago
  91. c6e83ca PM / Domains: Fix unsafe iteration over modified list of device links by Krzysztof Kozlowski · 8 years ago
  92. 8b55e55 PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd device by Krzysztof Kozlowski · 8 years ago
  93. 10da654 PM / Domains: Call driver's noirq callbacks by Mikko Perttunen · 8 years ago
  94. a71411d regmap: irq: add chip option mask_writeonly by Michael Grzeschik · 8 years ago
  95. 93228b4 drivers: dma-coherent: Introduce default DMA pool by Vladimir Murzin · 8 years ago
  96. c41f9ea drivers: dma-coherent: Account dma_pfn_offset when used with device tree by Vladimir Murzin · 8 years ago
  97. 63d36c9 dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs by Christoph Hellwig · 8 years ago
  98. 03b6438 dma-mapping: remove dmam_free_noncoherent by Christoph Hellwig · 8 years ago
  99. dbb1d8b PM / QoS: constify *_attribute_group. by Arvind Yadav · 8 years ago
  100. cbcba35 PM / sysfs: Constify attribute groups by Krzysztof Kozlowski · 8 years ago