1. 9e08cf4 PM / Domains: Make pm_genpd_poweron() always survive parent removal by Rafael J. Wysocki · 13 years ago
  2. 3c07cbc PM / Domains: Do not take parent locks to modify subdomain counters by Rafael J. Wysocki · 13 years ago
  3. c4bb316 PM / Domains: Implement subdomain counters as atomic fields by Rafael J. Wysocki · 13 years ago
  4. b7ab83e PM: Use spinlock instead of mutex in clock management functions by Rafael J. Wysocki · 13 years ago
  5. 311aab7 PM / Runtime: Add might_sleep() to runtime PM functions by Colin Cross · 13 years ago
  6. 17f2ae7 PM / Domains: Fix build for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 13 years ago
  7. 02b2677 PM / Runtime: Allow _put_sync() from interrupts-disabled context by Kevin Hilman · 13 years ago
  8. fe202fd PM / Domains: Fix pm_genpd_poweron() by Rafael J. Wysocki · 13 years ago
  9. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  10. fc92805 drivers/base/power/opp.c: fix dev_opp initial value by Jonghwan Choi · 13 years ago
  11. 7ae033c Merge branch 'pm-runtime' into for-linus by Rafael J. Wysocki · 13 years ago
  12. ba1389d Merge branch 'pm-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  13. 1d8047a PM: Add "RTC" to PM trace time stamps to avoid confusion by Rafael J. Wysocki · 13 years ago
  14. 99f381d PM / OPP: Introduce function to free cpufreq table by Nishanth Menon · 13 years ago
  15. d280540 PM / Domains: Take .power_off() error code into account by Rafael J. Wysocki · 13 years ago
  16. 0bc5b2d ARM / shmobile: Use genpd_queue_power_off_work() by Rafael J. Wysocki · 13 years ago
  17. 5125bbf PM / Domains: Introduce function to power off all unused PM domains by Rafael J. Wysocki · 13 years ago
  18. 56375fd PM / Domains: Queue up power off work only if it is not pending by Rafael J. Wysocki · 13 years ago
  19. 4ecd6e6 PM / Domains: Improve handling of wakeup devices during system suspend by Rafael J. Wysocki · 13 years ago
  20. 697a7f3 PM / Domains: Do not restore all devices on power off error by Rafael J. Wysocki · 13 years ago
  21. c6d22b3 PM / Domains: Allow callbacks to execute all runtime PM helpers by Rafael J. Wysocki · 13 years ago
  22. 17b75ec PM / Domains: Do not execute device callbacks under locks by Rafael J. Wysocki · 13 years ago
  23. b6c10c8 PM / Domains: Make failing pm_genpd_prepare() clean up properly by Rafael J. Wysocki · 13 years ago
  24. 6f00ff7 PM / Domains: Set device state to "active" during system resume by Rafael J. Wysocki · 13 years ago
  25. 18b4f3f PM / Domains: Export pm_genpd_poweron() in header by Magnus Damm · 13 years ago
  26. 2cffff1 PM / Runtime: Consistent utilization of deferred_resume by ShuoX Liu · 13 years ago
  27. 69c843b PM / Runtime: Prevent runtime_resume from racing with probe by Alan Stern · 13 years ago
  28. 62052ab PM / Runtime: Replace "run-time" with "runtime" in documentation by Rafael J. Wysocki · 13 years ago
  29. 1e2ef05 PM: Limit race conditions between runtime PM and system sleep (v2) by Rafael J. Wysocki · 13 years ago
  30. 632e270 PM / Runtime: Return special error code if runtime PM is disabled by Rafael J. Wysocki · 13 years ago
  31. 3d5c303 PM: Rename clock management functions by Rafael J. Wysocki · 13 years ago
  32. b7b9592 PM: Allow the clocks management code to be used during system suspend by Rafael J. Wysocki · 13 years ago
  33. d4f2d87 PM / Domains: Wakeup devices support for system sleep transitions by Rafael J. Wysocki · 13 years ago
  34. 596ba34 PM / Domains: System-wide transitions support for generic domains (v5) by Rafael J. Wysocki · 13 years ago
  35. 5248051 PM / Domains: Move code from under #ifdef CONFIG_PM_RUNTIME (v2) by Rafael J. Wysocki · 13 years ago
  36. e529192 PM: Introduce generic "noirq" callback routines for subsystems (v2) by Rafael J. Wysocki · 13 years ago
  37. f721889 PM / Domains: Support for generic I/O PM domains (v8) by Rafael J. Wysocki · 13 years ago
  38. 564b905 PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain by Rafael J. Wysocki · 13 years ago
  39. 4d1518f PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset by Rafael J. Wysocki · 13 years ago
  40. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 13 years ago
  41. f76b168 PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  42. 3b3eca3 PM / Runtime: Fix loops in pm_runtime_clk_notify() by Rafael J. Wysocki · 13 years ago
  43. 6538df8 PM: Introduce generic prepare and complete callbacks for subsystems by Rafael J. Wysocki · 13 years ago
  44. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 13 years ago
  45. c650da2 PM: Remove CONFIG_PM_VERBOSE by Rafael J. Wysocki · 13 years ago
  46. 290c748 Merge branch 'power-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  47. 13e3813 PM / Wakeup: Remove useless synchronize_rcu() call by Eric Dumazet · 13 years ago
  48. e762318 PM / Wakeup: Fix build warning related to the "wakeup" sysfs file by Rafael J. Wysocki · 13 years ago
  49. 72874da PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 13 years ago
  50. 85eb8c8 PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) by Rafael J. Wysocki · 14 years ago
  51. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 14 years ago
  52. 22110fa PM / Wakeup: Fix initialization of wakeup-related device sysfs files by Rafael J. Wysocki · 14 years ago
  53. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 14 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  55. 7ae4961 PM / OPP: opp_find_freq_exact() documentation fix by Nishanth Menon · 14 years ago
  56. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 14 years ago
  57. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 14 years ago
  58. e866500 PM: Allow pm_runtime_suspend() to succeed during system suspend by Rafael J. Wysocki · 14 years ago
  59. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 14 years ago
  60. cb8f51b PM: Do not create wakeup sysfs files for devices that cannot wake up by Rafael J. Wysocki · 14 years ago
  61. 0295a34 PM: Use appropriate printk() priority level in trace.c by Mandeep Singh Baines · 14 years ago
  62. 790c788 PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count() by Rafael J. Wysocki · 14 years ago
  63. 378eef9 PM / Wakeup: Make pm_save_wakeup_count() work as documented by Rafael J. Wysocki · 14 years ago
  64. 023d377 PM / Wakeup: Combine atomic counters to avoid reordering issues by Rafael J. Wysocki · 14 years ago
  65. c3810c8 PM / Runtime: Don't enable interrupts while running in_interrupt by Alan Stern · 14 years ago
  66. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  67. 4b31db8 PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally by Rafael J. Wysocki · 14 years ago
  68. 5c1a07a PM: Use dev_name() in core device suspend and resume routines by Rafael J. Wysocki · 14 years ago
  69. b64959e PM: Permit registration of parentless devices during system suspend by Rafael J. Wysocki · 14 years ago
  70. b8c76f6 PM: Replace the device power.status field with a bit field by Rafael J. Wysocki · 14 years ago
  71. 5b219a5 PM: Remove redundant checks from core device resume routines by Rafael J. Wysocki · 14 years ago
  72. 8a43a9a PM: Use a different list of devices for each stage of device suspend by Rafael J. Wysocki · 14 years ago
  73. 2cbb3ce PM: Avoid compiler warning in pm_noirq_op() by Rafael J. Wysocki · 14 years ago
  74. d83f905 PM: Use pm_wakeup_pending() in __device_suspend() by Rafael J. Wysocki · 14 years ago
  75. a2867e0 PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending() by Rafael J. Wysocki · 14 years ago
  76. 1e75227 PM: Prevent dpm_prepare() from returning errors unnecessarily by Rafael J. Wysocki · 14 years ago
  77. c7b61de PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) by Alan Stern · 14 years ago
  78. 6675bc0 PM / Runtime: Fix comments to match runtime callback code by Aaro Koskinen · 14 years ago
  79. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  80. d08a5ac PM: Allow devices to be removed during late suspend and early resume by Rafael J. Wysocki · 14 years ago
  81. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  82. 78ca7c3 PM / Runtime: Fix typo in status comparison causing warning by Kevin Winchester · 14 years ago
  83. d63be5f PM / Runtime: fix recursive locking warning of lockdep from rpm_resume() by Ming Lei · 14 years ago
  84. 9c03439 PM / Wakeup: Show wakeup sources statistics in debugfs by Rafael J. Wysocki · 14 years ago
  85. e1f60b2 PM: Introduce library for device-specific OPPs (v7) by Nishanth Menon · 14 years ago
  86. d33ac60 PM: Add sysfs attr for rechecking dev hash from PM trace by James Hogan · 14 years ago
  87. 2ac21c6 PM: Lock PM device list mutex in show_dev_hash() by James Hogan · 14 years ago
  88. f71648d PM / Runtime: Remove idle notification after failing suspend by Rafael J. Wysocki · 14 years ago
  89. 71c6312 PM / Runtime: Reduce code duplication in core helper functions by Rafael J. Wysocki · 14 years ago
  90. 15bcb91 PM / Runtime: Implement autosuspend support by Alan Stern · 14 years ago
  91. 7490e44 PM / Runtime: Add no_callbacks flag by Alan Stern · 14 years ago
  92. 140a6c9 PM / Runtime: Combine runtime PM entry points by Alan Stern · 14 years ago
  93. 1bfee5b PM / Runtime: Merge synchronous and async runtime routines by Alan Stern · 14 years ago
  94. 3f9af05 PM / Runtime: Replace boolean arguments with bitflags by Alan Stern · 14 years ago
  95. 4769373 PM / Runtime: Move code in drivers/base/power/runtime.c by Alan Stern · 14 years ago
  96. 098dff7 PM: Fix potential issue with failing asynchronous suspend by Rafael J. Wysocki · 14 years ago
  97. 074037e PM / Wakeup: Introduce wakeup source objects and event statistics (v3) by Rafael J. Wysocki · 14 years ago
  98. 0702d9e PM: Fix signed/unsigned warning in dpm_show_time() by Kevin Cernekee · 14 years ago
  99. 05aa55d PM / Runtime: Lenient generic runtime pm callbacks by Ohad Ben-Cohen · 14 years ago
  100. 152e1d5 PM: Prevent waiting forever on asynchronous resume after failing suspend by Colin Cross · 14 years ago