1. f8824ce PM: Allow device drivers to use dpm_wait() by Rafael J. Wysocki · 15 years ago
  2. 97df8c1 PM: Start asynchronous resume threads upfront by Rafael J. Wysocki · 15 years ago
  3. 5a2eb85 PM: Add facility for advanced testing of async suspend/resume by Rafael J. Wysocki · 15 years ago
  4. 0e06b4a PM: Add a switch for disabling/enabling asynchronous suspend/resume by Rafael J. Wysocki · 15 years ago
  5. 5af84b8 PM: Asynchronous suspend and resume of devices by Rafael J. Wysocki · 15 years ago
  6. 8cc6b39 PM: Add parent information to timing messages by Rafael J. Wysocki · 15 years ago
  7. 5382363 PM / Runtime: Add sysfs switch for disabling device run-time PM by Rafael J. Wysocki · 15 years ago
  8. 0a88422 power: fix kernel-doc notation by Randy Dunlap · 15 years ago
  9. a6ab7aa PM / Runtime: Use device type and device class callbacks by Rafael J. Wysocki · 15 years ago
  10. aa0baae PM: Use pm_runtime_put_sync in system resume by Alan Stern · 15 years ago
  11. ecf762b PM: Measure device suspend and resume times by Rafael J. Wysocki · 15 years ago
  12. 875ab0b PM: Make the initcall_debug style timing for suspend/resume complete by Rafael J. Wysocki · 15 years ago
  13. d8bed5a PM: rwsem.h need not be included into main.c by Rafael J. Wysocki · 15 years ago
  14. 33c3374 PM: Remove unnecessary goto from device_resume_noirq() by Rafael J. Wysocki · 15 years ago
  15. f251177 PM: Add initcall_debug style timing for suspend/resume by Arjan van de Ven · 15 years ago
  16. 1d531c1 PM: allow for usage_count > 0 in pm_runtime_get() by Alan Stern · 15 years ago
  17. 965c4ac PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  18. 0ddf0ed PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend() by Rafael J. Wysocki · 15 years ago
  19. 63c9480 PM / Runtime: Use deferred_resume flag in pm_request_resume by Alan Stern · 15 years ago
  20. bab636b PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  21. 862f89b PM: fix irq enable/disable in runtime PM code by Alan Stern · 15 years ago
  22. 2ddac2a PM: Remove some debug messages producing too much noise by Pavel Machek · 15 years ago
  23. e528e87 PM: Fix warning on suspend errors by Romit Dasgupta · 15 years ago
  24. 3eb132c PM: Reset transition_started at dpm_resume_noirq by Xiaotian Feng · 15 years ago
  25. 20d652d PM: Update kerneldoc comments in drivers/base/power/main.c by Rafael J. Wysocki · 15 years ago
  26. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  27. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  28. 886a7a3 PM: Clear -EAGAIN in dpm_prepare by Sebastian Ott · 15 years ago
  29. 0072578 PM: Remove device_type suspend()/resume() by Magnus Damm · 15 years ago
  30. e240b58 PM: Remove bus_type suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  31. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  32. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  33. 32bdfac PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs by Rafael J. Wysocki · 15 years ago
  34. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 16 years ago
  35. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 16 years ago
  36. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 16 years ago
  37. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  38. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  39. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  40. c80cfb0 vsprintf: use new vsprintf symbolic function pointer format by Bjorn Helgaas · 16 years ago
  41. 728f089 debug: use dev_WARN() rather than WARN_ON() in device_pm_add() by Arjan van de Ven · 16 years ago
  42. f5a6d95 PM: Remove WARN_ON from device_pm_add by Rafael J. Wysocki · 16 years ago
  43. 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
  44. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  45. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  46. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  47. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 16 years ago
  48. 1eede07 Introduce new top level suspend and hibernation callbacks by Rafael J. Wysocki · 16 years ago
  49. 63687a5 x86: move tracedata to RODATA by Jan Beulich · 16 years ago
  50. a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 16 years ago
  51. 08119e8 Relax check on adding children of suspended devices by Rafael J. Wysocki · 16 years ago
  52. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  53. d288e47 PM: Make wakeup flags available whenever CONFIG_PM is set by Alan Stern · 16 years ago
  54. 57eee3d Driver core: Call device_pm_add() after bus_add_device() in device_add() by Rafael J. Wysocki · 17 years ago
  55. 58aca23 PM: Handle device registrations during suspend/resume by Rafael J. Wysocki · 17 years ago
  56. 35d313b power_state: remove it from driver core by Pavel Machek · 17 years ago
  57. 1b3cbec PM: fix new mutex-locking bug in the PM core by Alan Stern · 17 years ago
  58. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 17 years ago
  59. 20f8d2a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  60. ec5a4246 PM: Remove unbalanced mutex_unlock() from dpm_resume() by Rafael J. Wysocki · 17 years ago
  61. 7199677 driver-core: fix kernel-doc function parameters by Randy Dunlap · 17 years ago
  62. 19e20c9 PM: Make suspend_device() static by Adrian Bunk · 17 years ago
  63. 9617c3e PM: Export device_pm_schedule_removal by Rafael J. Wysocki · 17 years ago
  64. 90dda1c PM: Make PM_TRACE more architecture independent by Johannes Berg · 17 years ago
  65. 9e23362 convert drivers/base/power/Makefile to ccflags by Johannes Berg · 17 years ago
  66. 37b0c02 driver core: clean up device_shutdown by Greg Kroah-Hartman · 17 years ago
  67. 822a89e driver core: clean up shutdown.c by Greg Kroah-Hartman · 17 years ago
  68. 881c6cfd kset: convert /sys/devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  69. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
  70. dec13c1 create /sys/.../power when CONFIG_PM is set by Daniel Drake · 17 years ago
  71. f059bca pm_trace displays the wrong time from the RTC by Rafael J. Wysocki · 17 years ago
  72. cd59abf PM: merge device power-management source files by Alan Stern · 17 years ago
  73. b4d1eb2 drivers/base/power/: make 2 functions static by Adrian Bunk · 17 years ago
  74. 296699d Introduce CONFIG_SUSPEND for suspend-to-Ram and standby by Rafael J. Wysocki · 17 years ago
  75. 58b3b71 Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare" by Rafael J. Wysocki · 17 years ago
  76. 44bf4ce x86: PM_TRACE support by Nigel Cunningham · 17 years ago
  77. a034982 PM: Do not require dev spew to get PM_DEBUG by Ben Collins · 17 years ago
  78. 3f8df78 PM: remove deprecated dpm_runtime_* routines by Alan Stern · 17 years ago
  79. 471d055 PM: Remove deprecated sysfs files by Alan Stern · 17 years ago
  80. 43a49f8 PM: Do not check parent state in suspend and resume core code by Rafael J. Wysocki · 17 years ago
  81. 1c3f7d1 PM: Remove power_state.event checks from suspend core code by Rafael J. Wysocki · 17 years ago
  82. 515c535 PM: Remove prev_state from struct dev_pm_info by Rafael J. Wysocki · 17 years ago
  83. 9e584a4 PM: Simplify suspend_device by Rafael J. Wysocki · 17 years ago
  84. 9cddad7 PM: Remove pm_parent from struct dev_pm_info by Rafael J. Wysocki · 17 years ago
  85. 11048dc Power Management: use mutexes instead of semaphores by Matthias Kaehlcke · 17 years ago
  86. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  87. 075c177 define platform wakeup hook, use in pci_enable_wake() by David Brownell · 17 years ago
  88. 49f019d Driver core: remove use of rwsem by Greg Kroah-Hartman · 17 years ago
  89. f89cbc3 Driver core: add suspend() and resume() to struct device_type by Dmitry Torokhov · 17 years ago
  90. c48ea60 [PATCH] PM: use kobject_name() to access kobject names by Dmitry Torokhov · 17 years ago
  91. 9de72ee Driver core: fix comments in drivers/base/power/resume.c by Dmitry Torokhov · 18 years ago
  92. bb84c89 PM: device_suspend/resume may sleep by Pavel Machek · 18 years ago
  93. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  94. 2bca293 PM: add kconfig option for deprecated .../power/state files by David Brownell · 18 years ago
  95. 047bda3 PM: update docs for writing .../power/state by David Brownell · 18 years ago
  96. f1cc0a8 PM: issue PM_EVENT_PRETHAW by David Brownell · 18 years ago
  97. 8f4bcc2 make suspend quieter by David Brownell · 18 years ago
  98. 7c8265f Suspend infrastructure cleanup and extension by Linus Torvalds · 18 years ago
  99. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  100. 1bfba4e [PATCH] core: use list_move() by Akinobu Mita · 18 years ago