1. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  2. 786856b Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  3. 02c3de1 Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  4. b3de5ad Merge tag 'regmap-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 7 years ago
  5. 1cd4027 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. 58339fe Merge branches 'pm-core', 'pm-qos' and 'pm-domains' by Rafael J. Wysocki · 7 years ago
  7. ad7eec4 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 7 years ago
  8. 64f758a Merge branch 'pm-opp' by Rafael J. Wysocki · 7 years ago
  9. e84b4a8 PM / QoS: Fix memory leak on resume_latency.notifiers by John Keeping · 7 years ago
  10. 09bb6e9 PM / wakeirq: report a wakeup_event on dedicated wekup irq by Grygorii Strashko · 7 years ago
  11. 0bf0ee8 PM / wakeirq: Fix spurious wake-up events for dedicated wakeirqs by Grygorii Strashko · 7 years ago
  12. c843455 PM / wakeirq: Enable dedicated wakeirq for suspend by Grygorii Strashko · 7 years ago
  13. 0764c60 PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API by Dave Gerlach · 7 years ago
  14. b4f2d7c Merge tag 'irqchip-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 7 years ago
  15. 0883ac0 PM / Domains: Fix asynchronous execution of *noirq() callbacks by Ulf Hansson · 7 years ago
  16. f3c826a PM / Domains: Correct comment in irq_safe_dev_in_no_sleep_domain() by Ulf Hansson · 7 years ago
  17. 6ac4239 PM / OPP: Make _find_opp_table_unlocked() static by Wei Yongjun · 7 years ago
  18. 2d479e1 device property: export code duplicating array of property entries by Dmitry Torokhov · 7 years ago
  19. 9426998 device property: constify property arrays values by Dmitry Torokhov · 7 years ago
  20. bec84da device property: allow to constify properties by Dmitry Torokhov · 7 years ago
  21. cbf304e Merge branches 'pm-core-fixes' and 'pm-cpufreq-fixes' by Rafael J. Wysocki · 7 years ago
  22. 412e6d3 Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  23. a9306a6 PM / runtime: Avoid false-positive warnings from might_sleep_if() by Rafael J. Wysocki · 7 years ago
  24. a96dfdd base/memory, hotplug: fix a kernel oops in show_valid_zones() by Toshi Kani · 7 years ago
  25. d44fa3d ACPI: Add support for ResourceSource/IRQ domain mapping by Agustin Vega-Frias · 7 years ago
  26. 90e51e6 Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' into regmap-next by Mark Brown · 7 years ago
  27. 3b94bdd Merge tag 'regmap-v4.10' into regmap-next by Mark Brown · 7 years ago
  28. 37efa4b CPU / PM: expose pm_qos_resume_latency for CPUs by Alex Shi · 8 years ago
  29. cdd3e61 PM / OPP: Simplify dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 8 years ago
  30. a7f3987 PM / OPP: Simplify _opp_set_availability() by Viresh Kumar · 8 years ago
  31. 052c6f1 PM / OPP: Move away from RCU locking by Viresh Kumar · 8 years ago
  32. 5b650b3 PM / OPP: Take kref from _find_opp_table() by Viresh Kumar · 8 years ago
  33. 8a31d9d9 PM / OPP: Update OPP users to put reference by Viresh Kumar · 8 years ago
  34. 7034764 PM / OPP: Add 'struct kref' to struct dev_pm_opp by Viresh Kumar · 8 years ago
  35. b83c189 PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table() by Viresh Kumar · 8 years ago
  36. 31641cd PM / OPP: Take reference of the OPP table while adding/removing OPPs by Viresh Kumar · 8 years ago
  37. fa30184 PM / OPP: Return opp_table from dev_pm_opp_set_*() routines by Viresh Kumar · 8 years ago
  38. f067a98 PM / OPP: Add 'struct kref' to OPP table by Viresh Kumar · 8 years ago
  39. 37a73ec PM / OPP: Add per OPP table mutex by Viresh Kumar · 8 years ago
  40. b6160e2 PM / OPP: Split out part of _add_opp_table() and _remove_opp_table() by Viresh Kumar · 8 years ago
  41. dc2c9ad PM / OPP: Don't expose srcu_head to register notifiers by Viresh Kumar · 8 years ago
  42. 3aa26a3 PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate by Viresh Kumar · 8 years ago
  43. 8cd2f6e PM / OPP: Don't allocate OPP table from _opp_allocate() by Viresh Kumar · 8 years ago
  44. 9274c89 PM / OPP: Rename and split _dev_pm_opp_remove_table() by Viresh Kumar · 8 years ago
  45. 969fceb PM / OPP: Add light weight _opp_free() routine by Viresh Kumar · 8 years ago
  46. 04a86a8 PM / OPP: Error out on failing to add static OPPs for v1 bindings by Viresh Kumar · 8 years ago
  47. 63a69ea PM / OPP: Rename _allocate_opp() to _opp_allocate() by Viresh Kumar · 8 years ago
  48. 1715371 PM / OPP: Remove useless TODO by Viresh Kumar · 8 years ago
  49. 7f8538e PM / OPP: Fix memory leak while adding duplicate OPPs by Viresh Kumar · 8 years ago
  50. 191e885 firmware: fix NULL pointer dereference in __fw_load_abort() by Luis R. Rodriguez · 8 years ago
  51. 86e12ea PM / Domains: Rename functions in genpd for power on/off by Ulf Hansson · 8 years ago
  52. 8a1f780 memory_hotplug: make zone_can_shift() return a boolean value by Yasuaki Ishimatsu · 8 years ago
  53. 788d239 irq/platform-msi: Fix comment about maximal MSIs by Matthias Brugger · 8 years ago
  54. 5593edf Merge 4.10-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  55. c7334ce Revert "driver core: Add deferred_probe attribute to devices in sysfs" by Greg Kroah-Hartman · 8 years ago
  56. 2cf8e2d regmap: Fixup the kernel-doc comments on functions/structures by Charles Keepax · 8 years ago
  57. 8a18f42 platform: Print the resource range if device failed to claim by Chen Yu · 8 years ago
  58. ab51e6b PM / domains: Fix 'may be used uninitialized' build warning by Augusto Mecking Caringi · 8 years ago
  59. d33d5a6c avoid spurious "may be used uninitialized" warning by Linus Torvalds · 8 years ago
  60. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  61. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  62. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  63. eb254f3 Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  64. 671a911 regmap: use rb_entry() by Geliang Tang · 8 years ago
  65. 098c305 Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  66. 7b9dc3f Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  67. 9439b37 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  68. 5233c33 Merge tag 'mmc-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  69. 96955c96 Merge tag 'regmap-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 8 years ago
  70. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. 631ddab Merge branches 'pm-sleep' and 'powercap' by Rafael J. Wysocki · 8 years ago
  73. 57def85 Merge branch 'pm-opp' by Rafael J. Wysocki · 8 years ago
  74. 852b7fa Merge branches 'pm-core', 'pm-qos' and 'pm-avs' by Rafael J. Wysocki · 8 years ago
  75. cc773e7 Merge branch 'pm-domains' by Rafael J. Wysocki · 8 years ago
  76. 5d47ec0 firmware: Correct handling of fw_state_wait() return value by Bjorn Andersson · 8 years ago
  77. 9320f95 PM / sleep: Print active wakeup sources when blocking on wakeup_count reads by xing wei · 8 years ago
  78. 05a9262 PM / core: Fix bug in the error handling of async suspend by Sahitya Tummala · 8 years ago
  79. bed5703 PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend by Tony Lindgren · 8 years ago
  80. 598da54 PM / Domains: Fix compatible for domain idle state by Lina Iyer · 8 years ago
  81. e231f8d PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators() by Viresh Kumar · 8 years ago
  82. 4dab160 PM / OPP: Allow platform specific custom set_opp() callbacks by Viresh Kumar · 8 years ago
  83. 9473558 PM / OPP: Separate out _generic_set_opp() by Viresh Kumar · 8 years ago
  84. dfbe467 PM / OPP: Add infrastructure to manage multiple regulators by Viresh Kumar · 8 years ago
  85. ce31781 PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage() by Viresh Kumar · 8 years ago
  86. 0f0fe7e PM / OPP: Manage supply's voltage/current in a separate structure by Viresh Kumar · 8 years ago
  87. dc39d06 PM / OPP: Don't use OPP structure outside of rcu protected section by Viresh Kumar · 8 years ago
  88. 64df114 driver core: Silence device links sphinx warning by Lukas Wunner · 8 years ago
  89. 88bcef5 firmware: remove warning at documentation generation time by Silvio Fricke · 8 years ago
  90. 91291d9 PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() by Stephen Boyd · 8 years ago
  91. 3499469 PM / Domains: Do not print PM domain add error message if EPROBE_DEFER by Geert Uytterhoeven · 8 years ago
  92. 034e790 PM / QoS: Export dev_pm_qos_update_user_latency_tolerance by Andrew Lutomirski · 8 years ago
  93. 80a6f7c PM / QoS: Fix writing 'auto' to pm_qos_latency_tolerance_us by Andrew Lutomirski · 8 years ago
  94. ee061da PM / QoS: Improve sysfs pm_qos_latency_tolerance validation by Andrew Lutomirski · 8 years ago
  95. cd74da9 drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent comments by Florian Fainelli · 8 years ago
  96. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  97. 0e0d3d2 driver core: test_async: fix up typo found by 0-day by Greg Kroah-Hartman · 8 years ago
  98. fab82cb firmware: move fw_state_is_done() into UHM section by Daniel Wagner · 8 years ago
  99. 5b02962 firmware: do not use fw_lock for fw_state protection by Daniel Wagner · 8 years ago
  100. 0430caf firmware: drop bit ops in favor of simple state machine by Daniel Wagner · 8 years ago