1. 4d1518f PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset by Rafael J. Wysocki · 13 years ago
  2. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 13 years ago
  3. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  4. 3b3eca3 PM / Runtime: Fix loops in pm_runtime_clk_notify() by Rafael J. Wysocki · 13 years ago
  5. 6538df8 PM: Introduce generic prepare and complete callbacks for subsystems by Rafael J. Wysocki · 13 years ago
  6. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 13 years ago
  7. c650da2 PM: Remove CONFIG_PM_VERBOSE by Rafael J. Wysocki · 13 years ago
  8. 290c748 Merge branch 'power-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  9. 13e3813 PM / Wakeup: Remove useless synchronize_rcu() call by Eric Dumazet · 13 years ago
  10. e762318 PM / Wakeup: Fix build warning related to the "wakeup" sysfs file by Rafael J. Wysocki · 13 years ago
  11. 72874da PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 13 years ago
  12. 85eb8c8 PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) by Rafael J. Wysocki · 13 years ago
  13. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 13 years ago
  14. 22110fa PM / Wakeup: Fix initialization of wakeup-related device sysfs files by Rafael J. Wysocki · 13 years ago
  15. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  16. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  17. 7ae4961 PM / OPP: opp_find_freq_exact() documentation fix by Nishanth Menon · 13 years ago
  18. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 13 years ago
  19. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 13 years ago
  20. e866500 PM: Allow pm_runtime_suspend() to succeed during system suspend by Rafael J. Wysocki · 13 years ago
  21. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 13 years ago
  22. cb8f51b PM: Do not create wakeup sysfs files for devices that cannot wake up by Rafael J. Wysocki · 13 years ago
  23. 0295a34 PM: Use appropriate printk() priority level in trace.c by Mandeep Singh Baines · 13 years ago
  24. 790c788 PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count() by Rafael J. Wysocki · 13 years ago
  25. 378eef9 PM / Wakeup: Make pm_save_wakeup_count() work as documented by Rafael J. Wysocki · 13 years ago
  26. 023d377 PM / Wakeup: Combine atomic counters to avoid reordering issues by Rafael J. Wysocki · 13 years ago
  27. c3810c8 PM / Runtime: Don't enable interrupts while running in_interrupt by Alan Stern · 13 years ago
  28. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  29. 4b31db8 PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally by Rafael J. Wysocki · 14 years ago
  30. 5c1a07a PM: Use dev_name() in core device suspend and resume routines by Rafael J. Wysocki · 14 years ago
  31. b64959e PM: Permit registration of parentless devices during system suspend by Rafael J. Wysocki · 14 years ago
  32. b8c76f6 PM: Replace the device power.status field with a bit field by Rafael J. Wysocki · 14 years ago
  33. 5b219a5 PM: Remove redundant checks from core device resume routines by Rafael J. Wysocki · 14 years ago
  34. 8a43a9a PM: Use a different list of devices for each stage of device suspend by Rafael J. Wysocki · 14 years ago
  35. 2cbb3ce PM: Avoid compiler warning in pm_noirq_op() by Rafael J. Wysocki · 14 years ago
  36. d83f905 PM: Use pm_wakeup_pending() in __device_suspend() by Rafael J. Wysocki · 14 years ago
  37. a2867e0 PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending() by Rafael J. Wysocki · 14 years ago
  38. 1e75227 PM: Prevent dpm_prepare() from returning errors unnecessarily by Rafael J. Wysocki · 14 years ago
  39. c7b61de PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) by Alan Stern · 14 years ago
  40. 6675bc0 PM / Runtime: Fix comments to match runtime callback code by Aaro Koskinen · 14 years ago
  41. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  42. d08a5ac PM: Allow devices to be removed during late suspend and early resume by Rafael J. Wysocki · 14 years ago
  43. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  44. 78ca7c3 PM / Runtime: Fix typo in status comparison causing warning by Kevin Winchester · 14 years ago
  45. d63be5f PM / Runtime: fix recursive locking warning of lockdep from rpm_resume() by Ming Lei · 14 years ago
  46. 9c03439 PM / Wakeup: Show wakeup sources statistics in debugfs by Rafael J. Wysocki · 14 years ago
  47. e1f60b2 PM: Introduce library for device-specific OPPs (v7) by Nishanth Menon · 14 years ago
  48. d33ac60 PM: Add sysfs attr for rechecking dev hash from PM trace by James Hogan · 14 years ago
  49. 2ac21c6 PM: Lock PM device list mutex in show_dev_hash() by James Hogan · 14 years ago
  50. f71648d PM / Runtime: Remove idle notification after failing suspend by Rafael J. Wysocki · 14 years ago
  51. 71c6312 PM / Runtime: Reduce code duplication in core helper functions by Rafael J. Wysocki · 14 years ago
  52. 15bcb91d PM / Runtime: Implement autosuspend support by Alan Stern · 14 years ago
  53. 7490e44 PM / Runtime: Add no_callbacks flag by Alan Stern · 14 years ago
  54. 140a6c9 PM / Runtime: Combine runtime PM entry points by Alan Stern · 14 years ago
  55. 1bfee5b PM / Runtime: Merge synchronous and async runtime routines by Alan Stern · 14 years ago
  56. 3f9af05 PM / Runtime: Replace boolean arguments with bitflags by Alan Stern · 14 years ago
  57. 4769373 PM / Runtime: Move code in drivers/base/power/runtime.c by Alan Stern · 14 years ago
  58. 098dff7 PM: Fix potential issue with failing asynchronous suspend by Rafael J. Wysocki · 14 years ago
  59. 074037e PM / Wakeup: Introduce wakeup source objects and event statistics (v3) by Rafael J. Wysocki · 14 years ago
  60. 0702d9e PM: Fix signed/unsigned warning in dpm_show_time() by Kevin Cernekee · 14 years ago
  61. 05aa55d PM / Runtime: Lenient generic runtime pm callbacks by Ohad Ben-Cohen · 14 years ago
  62. 152e1d5 PM: Prevent waiting forever on asynchronous resume after failing suspend by Colin Cross · 14 years ago
  63. 8d4b9d1 PM / Runtime: Add runtime PM statistics (v3) by Arjan van de Ven · 14 years ago
  64. 0fcb4ee PM / Runtime: Make runtime_status attribute not debug-only (v. 2) by Alan Stern · 14 years ago
  65. 4eb241e PM: Do not use dynamically allocated objects in pm_wakeup_event() by Rafael J. Wysocki · 14 years ago
  66. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 14 years ago
  67. c92445f PM / Runtime: Add sysfs debug files by Dominik Brodowski · 14 years ago
  68. 240c733 PM: Allow runtime_suspend methods to call pm_schedule_suspend() by Alan Stern · 14 years ago
  69. e7176a3 power: support _noirq actions on device types and classes by Dominik Brodowski · 14 years ago
  70. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  71. d690b2c PM: Provide generic subsystem-level callbacks by Rafael J. Wysocki · 14 years ago
  72. f8824ce PM: Allow device drivers to use dpm_wait() by Rafael J. Wysocki · 14 years ago
  73. 97df8c1 PM: Start asynchronous resume threads upfront by Rafael J. Wysocki · 14 years ago
  74. 5a2eb85 PM: Add facility for advanced testing of async suspend/resume by Rafael J. Wysocki · 14 years ago
  75. 0e06b4a PM: Add a switch for disabling/enabling asynchronous suspend/resume by Rafael J. Wysocki · 14 years ago
  76. 5af84b8 PM: Asynchronous suspend and resume of devices by Rafael J. Wysocki · 14 years ago
  77. 8cc6b39 PM: Add parent information to timing messages by Rafael J. Wysocki · 14 years ago
  78. 5382363 PM / Runtime: Add sysfs switch for disabling device run-time PM by Rafael J. Wysocki · 14 years ago
  79. 0a88422 power: fix kernel-doc notation by Randy Dunlap · 15 years ago
  80. a6ab7aa PM / Runtime: Use device type and device class callbacks by Rafael J. Wysocki · 15 years ago
  81. aa0baae PM: Use pm_runtime_put_sync in system resume by Alan Stern · 15 years ago
  82. ecf762b PM: Measure device suspend and resume times by Rafael J. Wysocki · 15 years ago
  83. 875ab0b PM: Make the initcall_debug style timing for suspend/resume complete by Rafael J. Wysocki · 15 years ago
  84. d8bed5a PM: rwsem.h need not be included into main.c by Rafael J. Wysocki · 15 years ago
  85. 33c3374 PM: Remove unnecessary goto from device_resume_noirq() by Rafael J. Wysocki · 15 years ago
  86. f251177 PM: Add initcall_debug style timing for suspend/resume by Arjan van de Ven · 15 years ago
  87. 1d531c1 PM: allow for usage_count > 0 in pm_runtime_get() by Alan Stern · 15 years ago
  88. 965c4ac PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  89. 0ddf0ed PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend() by Rafael J. Wysocki · 15 years ago
  90. 63c9480 PM / Runtime: Use deferred_resume flag in pm_request_resume by Alan Stern · 15 years ago
  91. bab636b PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  92. 862f89b PM: fix irq enable/disable in runtime PM code by Alan Stern · 15 years ago
  93. 2ddac2a PM: Remove some debug messages producing too much noise by Pavel Machek · 15 years ago
  94. e528e87 PM: Fix warning on suspend errors by Romit Dasgupta · 15 years ago
  95. 3eb132c PM: Reset transition_started at dpm_resume_noirq by Xiaotian Feng · 15 years ago
  96. 20d652d PM: Update kerneldoc comments in drivers/base/power/main.c by Rafael J. Wysocki · 15 years ago
  97. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  98. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  99. 886a7a3 PM: Clear -EAGAIN in dpm_prepare by Sebastian Ott · 15 years ago
  100. 0072578 PM: Remove device_type suspend()/resume() by Magnus Damm · 15 years ago