1. 5585094 PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources by Rafael J. Wysocki · 12 years ago
  2. 7483b4a PM / Sleep: Implement opportunistic sleep, v2 by Rafael J. Wysocki · 12 years ago
  3. bc25cf5 PM / Sleep: Drop suspend_stats_update() by Rafael J. Wysocki · 12 years ago
  4. 8916e37 PM / Suspend: Avoid code duplication in suspend statistics update by Marcos Paulo de Souza · 12 years ago
  5. cf579df PM / Sleep: Introduce "late suspend" and "early resume" of devices by Rafael J. Wysocki · 12 years ago
  6. 7208162 PM / Hibernate: Rewrite unlock_system_sleep() to fix s2disk regression by Srivatsa S. Bhat · 13 years ago
  7. 9b6fc5d PM / Sleep: Make [un]lock_system_sleep() generic by Srivatsa S. Bhat · 13 years ago
  8. 33e638b PM / Sleep: Use the freezer_count() functions in [un]lock_system_sleep() APIs by Srivatsa S. Bhat · 13 years ago
  9. 6a76b7a PM / Memory-hotplug: Avoid task freezing failures by Srivatsa S. Bhat · 13 years ago
  10. 37cce26 PM / VT: Cleanup #if defined uglyness and fix compile error by H Hartley Sweeten · 13 years ago
  11. 85055dd PM / Hibernate: Include storage keys in hibernation image on s390 by Martin Schwidefsky · 13 years ago
  12. 2a77c46 PM / Suspend: Add statistics debugfs file for suspend to RAM by ShuoX Liu · 13 years ago
  13. 35eb6db notifiers: pm: move pm notifiers into suspend.h by Amerigo Wang · 13 years ago
  14. 3b5fe85 PM / Suspend: Add .suspend_again() callback to suspend_ops by MyungJoo Ham · 13 years ago
  15. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  16. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  17. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  18. 976513d PM / ACPI: Move NVS saving and restoring code to drivers/acpi by Rafael J. Wysocki · 14 years ago
  19. 26fcaf6 PM: Fix oops in suspend/hibernate code related to failing ioremap() by Jiri Slaby · 14 years ago
  20. a2867e0 PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending() by Rafael J. Wysocki · 14 years ago
  21. 2f55ac0 suspend: constify platform_suspend_ops by Lionel Debroux · 14 years ago
  22. 073ef1f hibernation: constify platform_hibernation_ops by Lionel Debroux · 14 years ago
  23. dbeeec5 PM: Allow wakeup events to abort freezing of tasks by Rafael J. Wysocki · 14 years ago
  24. 074037e PM / Wakeup: Introduce wakeup source objects and event statistics (v3) by Rafael J. Wysocki · 14 years ago
  25. ce44101 PM / Suspend: Fix ordering of calls in suspend error paths by Rafael J. Wysocki · 14 years ago
  26. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 14 years ago
  27. dd4c4f1 suspend: Move NVS save/restore code to generic suspend functionality by Matthew Garrett · 14 years ago
  28. 6ad696d mm: allow memory hotplug and hibernation in the same kernel by Andi Kleen · 15 years ago
  29. fce2b111 PM/Hibernate: Move NVS routines into a seperate file (v2). by Cornelia Huck · 15 years ago
  30. 6a7c7ea PM/Suspend: Introduce two new platform callbacks to avoid breakage by Rafael J. Wysocki · 15 years ago
  31. a8af789 pm: rework includes, remove arch ifdefs by Magnus Damm · 15 years ago
  32. abfe2d7 Hibernation: Introduce system_entering_hibernation by Rafael J. Wysocki · 16 years ago
  33. 3f4b0ef ACPI hibernate: Add a mechanism to save/restore ACPI NVS memory by Rafael J. Wysocki · 16 years ago
  34. ce289e8 suspend: fix section mismatch warning - register_nosave_region by Marcin Slusarz · 16 years ago
  35. 89081d1 kexec jump: save/restore device state by Huang Ying · 16 years ago
  36. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 16 years ago
  37. b6f448e PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switch by Andres Salomon · 16 years ago
  38. 9f8f217 Page allocator: clean up pcp draining functions by Christoph Lameter · 16 years ago
  39. caea99e Hibernation: Introduce begin() and end() callbacks by Rafael J. Wysocki · 17 years ago
  40. c697eec Suspend: Introduce begin() and end() callbacks by Rafael J. Wysocki · 17 years ago
  41. 8252575 PM: Convert PM notifiers to out-of-line code by Alan Stern · 17 years ago
  42. cae4595 x86: make __{save,restore}_processor_state static by Jan Beulich · 16 years ago
  43. c7e0831 Hibernation: Check if ACPI is enabled during restore in the right place by Rafael J. Wysocki · 17 years ago
  44. b3dac3b PM: Rename hibernation_ops to platform_hibernation_ops by Rafael J. Wysocki · 17 years ago
  45. 74f270a PM: Rework struct hibernation_ops by Rafael J. Wysocki · 17 years ago
  46. f242d91 PM: Make suspend_ops static by Rafael J. Wysocki · 17 years ago
  47. e6c5eb9 PM: Rework struct platform_suspend_ops by Rafael J. Wysocki · 17 years ago
  48. 26398a7 PM: Rename struct pm_ops and related things by Rafael J. Wysocki · 17 years ago
  49. 95d9ffb PM: Move definition of struct pm_ops to suspend.h by Rafael J. Wysocki · 17 years ago
  50. 296699d Introduce CONFIG_SUSPEND for suspend-to-Ram and standby by Rafael J. Wysocki · 17 years ago
  51. b0cb1a1 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  52. 70f38db PM: fix compiler error of PPC dart_iommu by Ryusuke Konishi · 17 years ago
  53. b10d911 PM: introduce hibernation and suspend notifiers by Rafael J. Wysocki · 17 years ago
  54. a634cc1 swsusp: introduce restore platform operations by Rafael J. Wysocki · 17 years ago
  55. aabded9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  56. a3d25c2 PM: Separate hibernation code from suspend code by Rafael J. Wysocki · 17 years ago
  57. 940d67f [POWERPC] swsusp: Introduce register_nosave_region_late by Johannes Berg · 17 years ago
  58. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  59. 56f99bc swsusp: free more memory by Rafael J. Wysocki · 17 years ago
  60. ab3bfca remove software_suspend() by Johannes Berg · 17 years ago
  61. 74dfd66 swsusp: do not use page flags by Rafael J. Wysocki · 17 years ago
  62. 7be9823 swsusp: use inline functions for changing page flags by Rafael J. Wysocki · 17 years ago
  63. 543b9fd [POWERPC] powermac: Suspend to disk on G5 by Johannes Berg · 17 years ago
  64. 8357376 [PATCH] swsusp: Improve handling of highmem by Rafael J. Wysocki · 18 years ago
  65. 940864d [PATCH] swsusp: Use memory bitmaps during resume by Rafael J. Wysocki · 18 years ago
  66. dcbb5a5 [PATCH] swsusp: clean up suspend header by Rafael J. Wysocki · 18 years ago
  67. e3920fb [PATCH] Disable CPU hotplug during suspend by Rafael J. Wysocki · 18 years ago
  68. 3448097 Revert "swsusp special saveable pages support" commits by Linus Torvalds · 18 years ago
  69. ce4ab00 [PATCH] swsusp: add architecture special saveable pages support by Shaohua Li · 18 years ago
  70. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  71. 46cd2f3 [PATCH] Fix build failure in recent pm_prepare_* changes. by Rafael J. Wysocki · 18 years ago
  72. c0c1633b [PATCH] Fix build failure in recent pm_prepare_* changes. by Dave Jones · 18 years ago
  73. 72a97e0 [PATCH] swsusp: improve freeing of memory by Rafael J. Wysocki · 19 years ago
  74. 7088a5c [PATCH] swsusp: introduce the swap map structure by Rafael J. Wysocki · 19 years ago
  75. 2c1b4a5 [PATCH] swsusp: rework memory freeing on resume by Rafael J. Wysocki · 19 years ago
  76. 25761b6 [PATCH] swsusp: move snapshot functionality to separate file by Rafael J. Wysocki · 19 years ago
  77. 9796fdd [PATCH] gfp_t: kernel/* by Al Viro · 19 years ago
  78. 3dd0832 [PATCH] x86_64: Set up safe page tables during resume by Rafael J. Wysocki · 19 years ago
  79. 5a72e04 [PATCH] suspend/resume SMP support by Li Shaohua · 19 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago