1. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  2. 1a8670a oom: move oom_killer_enable()/oom_killer_disable to where they belong by Alexey Dobriyan · 15 years ago
  3. 3c1596e mm: don't use alloc_bootmem_low() where not strictly needed by Jan Beulich · 15 years ago
  4. 8d23355 vt: remove power stuff from kernel/power by Alan Cox · 15 years ago
  5. 8de0307 PM: Trivial fixes by Wu Fengguang · 15 years ago
  6. 98e73dc PM / Hibernate / Memory hotplug: Always use for_each_populated_zone() by Gerald Schaefer · 15 years ago
  7. ef4aede PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2) by Rafael J. Wysocki · 15 years ago
  8. 64a473c PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2) by Rafael J. Wysocki · 15 years ago
  9. 4bb3343 PM/Hibernate: Rework shrinking of memory by Rafael J. Wysocki · 15 years ago
  10. e681c9d PM: Fix typo in label name s/Platofrm_finish/Platform_finish/ by Thadeu Lima de Souza Cascardo · 15 years ago
  11. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  12. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  13. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  14. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  15. fce2b111 PM/Hibernate: Move NVS routines into a seperate file (v2). by Cornelia Huck · 15 years ago
  16. 8b759b8 PM/Hibernate: Rename disk.c to hibernate.c by Rafael J. Wysocki · 15 years ago
  17. a9d7052 PM: Separate suspend to RAM functionality from core by Rafael J. Wysocki · 15 years ago
  18. fe41953 PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2) by Rafael J. Wysocki · 15 years ago
  19. c6f37f1 PM/Suspend: Do not shrink memory before suspend by Rafael J. Wysocki · 15 years ago
  20. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  21. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  22. 1dc492a trivial: kernel/power/poweroff.c: whitespace fix by Manish Katiyar · 16 years ago
  23. 32bdfac PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs by Rafael J. Wysocki · 15 years ago
  24. 4484079 PM: check sysdev_suspend(PMSG_FREEZE) return value by Bjorn Helgaas · 15 years ago
  25. 0c8454f PM/Hibernate: Fix waiting for image device to appear on resume by Rafael J. Wysocki · 15 years ago
  26. 6a7c7ea PM/Suspend: Introduce two new platform callbacks to avoid breakage by Rafael J. Wysocki · 15 years ago
  27. 297dbf5 swap: Remove code handling bio_alloc failure with __GFP_WAIT by Nikanth Karthikesan · 15 years ago
  28. c751085 PM/Hibernate: Wait for SCSI devices scan to complete during resume by Rafael J. Wysocki · 15 years ago
  29. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  30. a8af789 pm: rework includes, remove arch ifdefs by Magnus Damm · 16 years ago
  31. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 16 years ago
  32. 4aecd67 PM: Change hibernation code ordering by Rafael J. Wysocki · 16 years ago
  33. 900af0d PM: Change suspend code ordering by Rafael J. Wysocki · 16 years ago
  34. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 16 years ago
  35. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
  36. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 16 years ago
  37. adfafef Merge branch 'hibernate' by Linus Torvalds · 16 years ago
  38. b090f9f PM: Wait for console in resume by Arve Hjønnevåg · 16 years ago
  39. ebae260 PM: Fix pm_notifiers during user mode hibernation by Andrey Borzenkov · 16 years ago
  40. 09664fd PM: fix build for CONFIG_PM unset by Rafael J. Wysocki · 16 years ago
  41. eed3ee0 PM/resume: wait for device probing to finish by Arjan van de Ven · 16 years ago
  42. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  43. 42f5e03 pm: fix build for CONFIG_PM unset by Rafael J. Wysocki · 16 years ago
  44. 93dbb39 block: fix bad definition of BIO_RW_SYNC by Jens Axboe · 16 years ago
  45. 2d29c6a Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into release by Len Brown · 16 years ago
  46. abfe2d7 Hibernation: Introduce system_entering_hibernation by Rafael J. Wysocki · 16 years ago
  47. 091d71e PM: Fix compilation warning in kernel/power/main.c by Rafael J. Wysocki · 16 years ago
  48. 33f1d7e PM: Fix freezer compilation if PM_SLEEP is unset by Rafael J. Wysocki · 16 years ago
  49. b2576e1 Merge branch 'linus' into release by Len Brown · 16 years ago
  50. 81ff86a pm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  51. 41c7bb9 cpumask: convert rest of files in kernel/ by Rusty Russell · 16 years ago
  52. baa5835 Hibernate: Replace unnecessary evaluation of pfn_to_page() by Rafael J. Wysocki · 16 years ago
  53. 846705d Hibernate: Take overlapping zones into account (rev. 2) by Rafael J. Wysocki · 16 years ago
  54. 6964327 Hibernate: Do not oops on resume if image data are incorrect by Rafael J. Wysocki · 16 years ago
  55. 3f4b0ef ACPI hibernate: Add a mechanism to save/restore ACPI NVS memory by Rafael J. Wysocki · 16 years ago
  56. 3fe0313 Hibernate: Call platform_begin before swsusp_shrink_memory by Zhang Rui · 16 years ago
  57. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  58. 50c396d [PATCH] kill obsolete temporary comment in swsusp_close() by Al Viro · 16 years ago
  59. cbe2f5a tracing: allow tracing of suspend/resume & hibernation code again by Ingo Molnar · 16 years ago
  60. a6a0c4c suspend: use WARN not WARN_ON to print the message by Arjan van de Ven · 16 years ago
  61. 2895974 PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB by Al Viro · 16 years ago
  62. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago
  63. c2dd0da [PATCH] propagate mode through swsusp_close() by Al Viro · 17 years ago
  64. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 17 years ago
  65. 5a06915 container freezer: skip frozen cgroups during power management resume by Matt Helsley · 16 years ago
  66. dc52ddc container freezer: implement freezer cgroup subsystem by Matt Helsley · 16 years ago
  67. 8174f15 container freezer: make refrigerator always available by Matt Helsley · 16 years ago
  68. 1bfcf13 pm: rework disabling of user mode helpers during suspend/hibernation by Rafael J. Wysocki · 16 years ago
  69. 41108eb ftrace: disable tracing for hibernation by Rafael J. Wysocki · 16 years ago
  70. f42ac38 ftrace: disable tracing for suspend to ram by Steven Rostedt · 16 years ago
  71. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  72. 89081d1 kexec jump: save/restore device state by Huang Ying · 16 years ago
  73. a2e2e35 pm selftest: rtc paranoia by David Brownell · 16 years ago
  74. f0af566 pm: fix try_to_freeze_tasks()'s use of do_div() by David Howells · 16 years ago
  75. 2f15fc4 pm: schedule sysrq poweroff on boot cpu by Zhang Rui · 16 years ago
  76. 0d83304 pm: hibernation: simplify memory bitmap by Akinobu Mita · 16 years ago
  77. 77437fd pm: boot time suspend selftest by David Brownell · 16 years ago
  78. 393d81a Merge branch 'linus' into xen-64bit by Ingo Molnar · 16 years ago
  79. 93a0886 x86, xen, power: fix up config dependencies on PM by Jeremy Fitzhardinge · 16 years ago
  80. 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
  81. 25f2f3d snapshot: Use pm_mutex for mutual exclusion by Rafael J. Wysocki · 16 years ago
  82. 52d1102 snapshot: Push BKL down into ioctl handlers by Alan Cox · 16 years ago
  83. ebb12db Freezer: Introduce PF_FREEZER_NOSIG by Rafael J. Wysocki · 16 years ago
  84. 6717ef1 Revert "suspend, xen: enable PM_SLEEP for CONFIG_XEN" by Ingo Molnar · 16 years ago
  85. 0775b3d suspend, xen: enable PM_SLEEP for CONFIG_XEN by Jeremy Fitzhardinge · 16 years ago
  86. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 16 years ago
  87. 1eede07 Introduce new top level suspend and hibernation callbacks by Rafael J. Wysocki · 16 years ago
  88. 9691609 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release by Len Brown · 16 years ago
  89. b6f448e PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switch by Andres Salomon · 16 years ago
  90. 6afe1a1 PM: Remove legacy PM by Pavel Machek · 17 years ago
  91. 29ea517 Merge branches 'release' and 'doc' into release by Len Brown · 17 years ago
  92. 5347112 documentation: Move power-related files to Documentation/power/ by Randy Dunlap · 17 years ago
  93. a82f711 Hibernation: Fix mark_nosave_pages() by Rafael J. Wysocki · 17 years ago
  94. 13b1c3d freezer vs stopped or traced by Roland McGrath · 17 years ago
  95. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 17 years ago
  96. 8a235ef Hibernation: Handle DEBUG_PAGEALLOC on x86 by Rafael J. Wysocki · 17 years ago
  97. 23b168d PM: documentation cleanups by Pavel Machek · 17 years ago
  98. 47a460d kernel/power/disk.c: make code static by Adrian Bunk · 17 years ago
  99. 9f8f217 Page allocator: clean up pcp draining functions by Christoph Lameter · 17 years ago
  100. 5a0a2f3 Hibernation: Invoke suspend notifications after console switch by Rafael J. Wysocki · 17 years ago