1. 9f6d8f6 PM: Move disabling/enabling runtime PM to late suspend/early resume by Rafael J. Wysocki · 12 years ago
  2. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  3. 057d51a Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  4. 88d2613 PM: Prevent runtime suspend during system resume by Alan Stern · 12 years ago
  5. 997a031 PM / Sleep: use resume event when call dpm_resume_early by Feng Hong · 12 years ago
  6. dbf3741 PM / Domains: Move syscore flag from subsys data to struct device by Rafael J. Wysocki · 12 years ago
  7. e91c11b PM: Reorganize device PM initialization by Rafael J. Wysocki · 12 years ago
  8. dfe3212 PM / Sleep: introduce dpm_for_each_dev by Ming Lei · 12 years ago
  9. 382e159 Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  10. 064b021 PM / Sleep: call early resume handlers when suspend_noirq fails by Colin Cross · 12 years ago
  11. d52fdf1 Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  12. 7664e96 PM / Sleep: Add missing static storage class specifiers in main.c by Sachin Kamat · 12 years ago
  13. 8651f97 PM / cpuidle: System resume hang fix with cpuidle by Preeti U Murthy · 13 years ago
  14. b2df1d4 PM / Sleep: Separate printing suspend times from initcall_debug by Rafael J. Wysocki · 13 years ago
  15. 4b7760b PM / Sleep: add knob for printing device resume times by Sameer Nanda · 13 years ago
  16. 1f758b2 PM / Sleep: Prevent waiting forever on asynchronous suspend after abort by Mandeep Singh Baines · 13 years ago
  17. 52d136c PM / Sleep: Look for wakeup events in later stages of device suspend by Rafael J. Wysocki · 13 years ago
  18. cf579df PM / Sleep: Introduce "late suspend" and "early resume" of devices by Rafael J. Wysocki · 13 years ago
  19. 35cd133 PM: Run the driver callback directly if the subsystem one is not there by Rafael J. Wysocki · 13 years ago
  20. 9cf519d PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointers by Rafael J. Wysocki · 13 years ago
  21. 0c6aebe PM / Sleep: Unify diagnostic messages from device suspend/resume by Rafael J. Wysocki · 13 years ago
  22. 64e94aa PM / Sleep: Simplify device_suspend_noirq() by Rafael J. Wysocki · 13 years ago
  23. d74e278a PM / Sleep: Remove unnecessary label and jumps to it form PM core code by Rafael J. Wysocki · 13 years ago
  24. 8b258cc PM Sleep: Do not extend wakeup paths to devices with ignore_children set by Rafael J. Wysocki · 13 years ago
  25. 1b6bc32 drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 14 years ago
  26. d033e07 Merge branch 'pm-domains' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  27. 4ca46ff PM / Sleep: Mark devices involved in wakeup signaling during suspend by Rafael J. Wysocki · 13 years ago
  28. 2a77c46 PM / Suspend: Add statistics debugfs file for suspend to RAM by ShuoX Liu · 13 years ago
  29. 1a9a915 PM / QoS: Add function dev_pm_qos_read_value() (v3) by Rafael J. Wysocki · 13 years ago
  30. 91ff4cb PM QoS: Implement per-device PM QoS constraints by Jean Pihet · 13 years ago
  31. 1e2ef05 PM: Limit race conditions between runtime PM and system sleep (v2) by Rafael J. Wysocki · 14 years ago
  32. 564b905 PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain by Rafael J. Wysocki · 14 years ago
  33. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 14 years ago
  34. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 14 years ago
  35. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 14 years ago
  36. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 14 years ago
  37. 22110fa PM / Wakeup: Fix initialization of wakeup-related device sysfs files by Rafael J. Wysocki · 14 years ago
  38. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 14 years ago
  39. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 14 years ago
  40. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 14 years ago
  41. e866500 PM: Allow pm_runtime_suspend() to succeed during system suspend by Rafael J. Wysocki · 14 years ago
  42. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  43. 5c1a07a PM: Use dev_name() in core device suspend and resume routines by Rafael J. Wysocki · 14 years ago
  44. b64959e PM: Permit registration of parentless devices during system suspend by Rafael J. Wysocki · 14 years ago
  45. b8c76f6 PM: Replace the device power.status field with a bit field by Rafael J. Wysocki · 14 years ago
  46. 5b219a5 PM: Remove redundant checks from core device resume routines by Rafael J. Wysocki · 14 years ago
  47. 8a43a9a PM: Use a different list of devices for each stage of device suspend by Rafael J. Wysocki · 14 years ago
  48. 2cbb3ce PM: Avoid compiler warning in pm_noirq_op() by Rafael J. Wysocki · 14 years ago
  49. d83f905 PM: Use pm_wakeup_pending() in __device_suspend() by Rafael J. Wysocki · 14 years ago
  50. a2867e0 PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending() by Rafael J. Wysocki · 14 years ago
  51. 1e75227 PM: Prevent dpm_prepare() from returning errors unnecessarily by Rafael J. Wysocki · 14 years ago
  52. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  53. d08a5ac PM: Allow devices to be removed during late suspend and early resume by Rafael J. Wysocki · 14 years ago
  54. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  55. 098dff7 PM: Fix potential issue with failing asynchronous suspend by Rafael J. Wysocki · 14 years ago
  56. 074037e PM / Wakeup: Introduce wakeup source objects and event statistics (v3) by Rafael J. Wysocki · 14 years ago
  57. 0702d9ee PM: Fix signed/unsigned warning in dpm_show_time() by Kevin Cernekee · 14 years ago
  58. 152e1d5 PM: Prevent waiting forever on asynchronous resume after failing suspend by Colin Cross · 14 years ago
  59. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 15 years ago
  60. e7176a3 power: support _noirq actions on device types and classes by Dominik Brodowski · 15 years ago
  61. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 15 years ago
  62. f8824ce PM: Allow device drivers to use dpm_wait() by Rafael J. Wysocki · 15 years ago
  63. 97df8c1 PM: Start asynchronous resume threads upfront by Rafael J. Wysocki · 15 years ago
  64. 0e06b4a PM: Add a switch for disabling/enabling asynchronous suspend/resume by Rafael J. Wysocki · 15 years ago
  65. 5af84b8 PM: Asynchronous suspend and resume of devices by Rafael J. Wysocki · 15 years ago
  66. 8cc6b39 PM: Add parent information to timing messages by Rafael J. Wysocki · 15 years ago
  67. 0a88422 power: fix kernel-doc notation by Randy Dunlap · 15 years ago
  68. aa0baae PM: Use pm_runtime_put_sync in system resume by Alan Stern · 15 years ago
  69. ecf762b PM: Measure device suspend and resume times by Rafael J. Wysocki · 15 years ago
  70. 875ab0b PM: Make the initcall_debug style timing for suspend/resume complete by Rafael J. Wysocki · 15 years ago
  71. d8bed5a PM: rwsem.h need not be included into main.c by Rafael J. Wysocki · 15 years ago
  72. 33c3374 PM: Remove unnecessary goto from device_resume_noirq() by Rafael J. Wysocki · 15 years ago
  73. f251177 PM: Add initcall_debug style timing for suspend/resume by Arjan van de Ven · 15 years ago
  74. e528e87 PM: Fix warning on suspend errors by Romit Dasgupta · 15 years ago
  75. 3eb132c PM: Reset transition_started at dpm_resume_noirq by Xiaotian Feng · 15 years ago
  76. 20d652d PM: Update kerneldoc comments in drivers/base/power/main.c by Rafael J. Wysocki · 15 years ago
  77. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  78. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  79. 886a7a3 PM: Clear -EAGAIN in dpm_prepare by Sebastian Ott · 16 years ago
  80. 0072578 PM: Remove device_type suspend()/resume() by Magnus Damm · 16 years ago
  81. e240b58 PM: Remove bus_type suspend_late()/resume_early() V2 by Magnus Damm · 16 years ago
  82. d161630 PM core: rename suspend and resume functions by Alan Stern · 16 years ago
  83. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 16 years ago
  84. 32bdfac PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs by Rafael J. Wysocki · 16 years ago
  85. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 16 years ago
  86. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 16 years ago
  87. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 16 years ago
  88. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  89. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  90. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  91. c80cfb0 vsprintf: use new vsprintf symbolic function pointer format by Bjorn Helgaas · 16 years ago
  92. 728f089 debug: use dev_WARN() rather than WARN_ON() in device_pm_add() by Arjan van de Ven · 16 years ago
  93. f5a6d95 PM: Remove WARN_ON from device_pm_add by Rafael J. Wysocki · 16 years ago
  94. 3b98aea PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set by Alan Stern · 16 years ago
  95. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 17 years ago
  96. 1eede07 Introduce new top level suspend and hibernation callbacks by Rafael J. Wysocki · 17 years ago
  97. a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 17 years ago
  98. 08119e8 Relax check on adding children of suspended devices by Rafael J. Wysocki · 17 years ago
  99. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 17 years ago
  100. d288e47 PM: Make wakeup flags available whenever CONFIG_PM is set by Alan Stern · 17 years ago