1. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  2. c80cfb0 vsprintf: use new vsprintf symbolic function pointer format by Bjorn Helgaas · 16 years ago
  3. 728f089 debug: use dev_WARN() rather than WARN_ON() in device_pm_add() by Arjan van de Ven · 16 years ago
  4. f5a6d95 PM: Remove WARN_ON from device_pm_add by Rafael J. Wysocki · 16 years ago
  5. 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
  6. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  7. 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
  8. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  9. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 16 years ago
  10. 1eede07 Introduce new top level suspend and hibernation callbacks by Rafael J. Wysocki · 16 years ago
  11. 63687a5 x86: move tracedata to RODATA by Jan Beulich · 16 years ago
  12. a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 16 years ago
  13. 08119e8 Relax check on adding children of suspended devices by Rafael J. Wysocki · 16 years ago
  14. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  15. d288e47 PM: Make wakeup flags available whenever CONFIG_PM is set by Alan Stern · 16 years ago
  16. 57eee3d Driver core: Call device_pm_add() after bus_add_device() in device_add() by Rafael J. Wysocki · 16 years ago
  17. 58aca23 PM: Handle device registrations during suspend/resume by Rafael J. Wysocki · 16 years ago
  18. 35d313b power_state: remove it from driver core by Pavel Machek · 16 years ago
  19. 1b3cbec PM: fix new mutex-locking bug in the PM core by Alan Stern · 16 years ago
  20. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 16 years ago
  21. 20f8d2a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  22. ec5a4246 PM: Remove unbalanced mutex_unlock() from dpm_resume() by Rafael J. Wysocki · 16 years ago
  23. 7199677 driver-core: fix kernel-doc function parameters by Randy Dunlap · 16 years ago
  24. 19e20c9 PM: Make suspend_device() static by Adrian Bunk · 16 years ago
  25. 9617c3e PM: Export device_pm_schedule_removal by Rafael J. Wysocki · 16 years ago
  26. 90dda1c PM: Make PM_TRACE more architecture independent by Johannes Berg · 17 years ago
  27. 9e23362 convert drivers/base/power/Makefile to ccflags by Johannes Berg · 17 years ago
  28. 37b0c02 driver core: clean up device_shutdown by Greg Kroah-Hartman · 17 years ago
  29. 822a89e driver core: clean up shutdown.c by Greg Kroah-Hartman · 17 years ago
  30. 881c6cfd kset: convert /sys/devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  31. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
  32. dec13c1 create /sys/.../power when CONFIG_PM is set by Daniel Drake · 17 years ago
  33. f059bca pm_trace displays the wrong time from the RTC by Rafael J. Wysocki · 17 years ago
  34. cd59abf PM: merge device power-management source files by Alan Stern · 17 years ago
  35. b4d1eb2 drivers/base/power/: make 2 functions static by Adrian Bunk · 17 years ago
  36. 296699d Introduce CONFIG_SUSPEND for suspend-to-Ram and standby by Rafael J. Wysocki · 17 years ago
  37. 58b3b71 Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare" by Rafael J. Wysocki · 17 years ago
  38. 44bf4ce x86: PM_TRACE support by Nigel Cunningham · 17 years ago
  39. a034982 PM: Do not require dev spew to get PM_DEBUG by Ben Collins · 17 years ago
  40. 3f8df78 PM: remove deprecated dpm_runtime_* routines by Alan Stern · 17 years ago
  41. 471d055 PM: Remove deprecated sysfs files by Alan Stern · 17 years ago
  42. 43a49f8 PM: Do not check parent state in suspend and resume core code by Rafael J. Wysocki · 17 years ago
  43. 1c3f7d1 PM: Remove power_state.event checks from suspend core code by Rafael J. Wysocki · 17 years ago
  44. 515c535 PM: Remove prev_state from struct dev_pm_info by Rafael J. Wysocki · 17 years ago
  45. 9e584a4 PM: Simplify suspend_device by Rafael J. Wysocki · 17 years ago
  46. 9cddad7 PM: Remove pm_parent from struct dev_pm_info by Rafael J. Wysocki · 17 years ago
  47. 11048dc Power Management: use mutexes instead of semaphores by Matthias Kaehlcke · 17 years ago
  48. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  49. 075c177 define platform wakeup hook, use in pci_enable_wake() by David Brownell · 17 years ago
  50. 49f019d Driver core: remove use of rwsem by Greg Kroah-Hartman · 17 years ago
  51. f89cbc3 Driver core: add suspend() and resume() to struct device_type by Dmitry Torokhov · 17 years ago
  52. c48ea60 [PATCH] PM: use kobject_name() to access kobject names by Dmitry Torokhov · 17 years ago
  53. 9de72ee Driver core: fix comments in drivers/base/power/resume.c by Dmitry Torokhov · 18 years ago
  54. bb84c89 PM: device_suspend/resume may sleep by Pavel Machek · 18 years ago
  55. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  56. 2bca293 PM: add kconfig option for deprecated .../power/state files by David Brownell · 18 years ago
  57. 047bda3 PM: update docs for writing .../power/state by David Brownell · 18 years ago
  58. f1cc0a8 PM: issue PM_EVENT_PRETHAW by David Brownell · 18 years ago
  59. 8f4bcc2 make suspend quieter by David Brownell · 18 years ago
  60. 7c8265f Suspend infrastructure cleanup and extension by Linus Torvalds · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. 1bfba4e [PATCH] core: use list_move() by Akinobu Mita · 18 years ago
  63. d02f40e Enable minimal per-device resume tracing by Linus Torvalds · 18 years ago
  64. eb71c87 Add some basic resume trace facilities by Linus Torvalds · 18 years ago
  65. fd869db [PATCH] Driver core: PM_DEBUG device suspend() messages become informative by David Brownell · 18 years ago
  66. 0596711 [PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power too by David Brownell · 18 years ago
  67. 760f1fc [PATCH] revert "swsusp add check for suspension of X controlled devices" by Andrew Morton · 18 years ago
  68. 0266949 [PATCH] pm: print name of failed suspend function by Andrew Morton · 18 years ago
  69. ff4da2e [PATCH] swsusp: add check for suspension of X-controlled devices by Rafael J. Wysocki · 18 years ago
  70. 022f7b0 [PATCH] Fix Userspace interface breakage in power/state by Pavel Machek · 18 years ago
  71. f67d115 [PATCH] drivers/base/: proper prototypes by Adrian Bunk · 18 years ago
  72. 9c08a93 [PATCH] device_shutdown can loop if the driver frees itself by Michael Richardson · 19 years ago
  73. 594c828 [PATCH] Add bus_type probe, remove, shutdown methods. by Russell King · 19 years ago
  74. 8e9e793 [PATCH] pcmcia: merge suspend into device model by Dominik Brodowski · 19 years ago
  75. 1f1bf13 [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state() by Adrian Bunk · 19 years ago
  76. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  77. 9a7834d [PATCH] USB: fix pm patches with CONFIG_PM off part 2 by Andrew Morton · 19 years ago
  78. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  79. e9b7bd4 [PATCH] one less word in struct device by David Brownell · 19 years ago
  80. 0ac8524 [PATCH] driver model wakeup flags by David Brownell · 19 years ago
  81. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  82. 42b16c05 [PATCH] Driver core: Don't "lose" devices on suspend on failure by Benjamin Herrenschmidt · 19 years ago
  83. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  84. af70316 [PATCH] Add a semaphore to struct device to synchronize calls to its driver. by mochel@digitalimplant.org · 19 years ago
  85. 0b405a0 [PATCH] Driver Core: remove driver model detach_state by David Brownell · 19 years ago
  86. 82428b6 [PATCH] Driver Core: pm diagnostics update, check for errors by David Brownell · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago