1. b2e949b x86/power: Fix swsusp_arch_resume prototype by Arnd Bergmann · 6 years ago
  2. 1ad1410 PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO by Anisse Astier · 8 years ago
  3. 406f992 x86 / hibernate: Use hlt_play_dead() when resuming from hibernation by Rafael J. Wysocki · 8 years ago
  4. 4c0b6c1 PM / hibernate: Image data protection during restoration by Rafael J. Wysocki · 8 years ago
  5. ea00f4f PM / sleep: make PM notifiers called symmetrically by Lianwei Wang · 8 years ago
  6. a1e9ca6 PM / sleep: Add support for read-only sysfs attributes by Rafael J. Wysocki · 8 years ago
  7. 343df3c suspend: simplify block I/O handling by Christoph Hellwig · 9 years ago
  8. db59760 PM / Hibernate: Migrate to ktime_t by Tina Ruchandani · 10 years ago
  9. 62109b4 PM / sleep: Fix test_suspend= command line option by Rafael J. Wysocki · 10 years ago
  10. d431cbc PM / sleep: Simplify sleep states sysfs interface code by Rafael J. Wysocki · 10 years ago
  11. 43e8317 PM / sleep: Use valid_state() for platform-dependent sleep states only by Rafael J. Wysocki · 10 years ago
  12. 27ddcc6 PM / sleep: Add state field to pm_states[] entries by Rafael J. Wysocki · 10 years ago
  13. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  14. 04b7346 PM / sleep: Move prototype declaration to header file kernel/power/power.h by Rashika Kheria · 10 years ago
  15. 62c552c PM / Hibernate: Enable suspend to both for in-kernel hibernation. by Bojan Smojver · 12 years ago
  16. b86ff982 PM / Sleep: Add user space interface for manipulating wakeup sources, v3 by Rafael J. Wysocki · 12 years ago
  17. 7483b4a PM / Sleep: Implement opportunistic sleep, v2 by Rafael J. Wysocki · 12 years ago
  18. 93e1ee4 PM / Sleep: Make enter_state() in kernel/power/suspend.c static by Rafael J. Wysocki · 12 years ago
  19. 6f585f7 PM / Sleep: Remove unnecessary label from suspend_freeze_processes() by Rafael J. Wysocki · 12 years ago
  20. 379e0be PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails by Srivatsa S. Bhat · 12 years ago
  21. 97819a2 PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path by Srivatsa S. Bhat · 12 years ago
  22. 081a9d0 PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image by Bojan Smojver · 13 years ago
  23. 2aede85 PM / Hibernate: Freeze kernel threads after preallocating memory by Rafael J. Wysocki · 13 years ago
  24. ddeb648 PM / Hibernate: Add sysfs knob to control size of memory for drivers by Rafael J. Wysocki · 13 years ago
  25. ac5c24ec PM / Hibernate: Make default image size depend on total RAM size by Rafael J. Wysocki · 14 years ago
  26. f996fc9 PM / Hibernate: Compress hibernation image with LZO by Bojan Smojver · 14 years ago
  27. 8a0d613 PM / Hibernate: Separate block_io by Jiri Slaby · 14 years ago
  28. d3c1b24 PM / Hibernate: Snapshot cleanup by Jiri Slaby · 14 years ago
  29. 64a473c PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2) by Rafael J. Wysocki · 15 years ago
  30. 8b759b8 PM/Hibernate: Rename disk.c to hibernate.c by Rafael J. Wysocki · 15 years ago
  31. a9d7052 PM: Separate suspend to RAM functionality from core by Rafael J. Wysocki · 15 years ago
  32. fe41953 PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2) by Rafael J. Wysocki · 15 years ago
  33. c2dd0da [PATCH] propagate mode through swsusp_close() by Al Viro · 17 years ago
  34. 89081d1 kexec jump: save/restore device state by Huang Ying · 16 years ago
  35. b28f508 Suspend: Add config option to disable the freezer if architecture wants that by Johannes Berg · 16 years ago
  36. 72df68c Hibernation: Move low level resume to disk.c by Rafael J. Wysocki · 16 years ago
  37. 8252575 PM: Convert PM notifiers to out-of-line code by Alan Stern · 17 years ago
  38. 4cc7977 Hibernation: New testing facility (rev. 2) by Rafael J. Wysocki · 17 years ago
  39. 0e7d56e Suspend: Testing facility (rev. 2) by Rafael J. Wysocki · 17 years ago
  40. 2f8ed1c Hibernation: Move function prototypes to header by Adrian Bunk · 17 years ago
  41. 3010f8c Hibernation: Introduce exportable suspend ioctls header (rev. 2) by Rafael J. Wysocki · 17 years ago
  42. cc5d207 Hibernation: Correct definitions of some ioctls (rev. 2) by Rafael J. Wysocki · 17 years ago
  43. 96f7374 Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2) by Rafael J. Wysocki · 17 years ago
  44. eb57c1c Hibernation: Rework platform support ioctls (rev. 2) by Rafael J. Wysocki · 17 years ago
  45. af508b3 Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctl by Rafael J. Wysocki · 17 years ago
  46. 386f275 Driver Core: switch all dynamic ksets to kobj_sysfs_ops by Kay Sievers · 17 years ago
  47. 039a5dc kset: convert /sys/power to use kset_create by Greg Kroah-Hartman · 17 years ago
  48. c7e0831 Hibernation: Check if ACPI is enabled during restore in the right place by Rafael J. Wysocki · 17 years ago
  49. d307c4a Hibernation: Arbitrary boot kernel support - generic code 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. 6c961df PM: Reduce code duplication between main.c and user.c by Rafael J. Wysocki · 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. 7777fab swsusp: remove code duplication between disk.c and user.c by Rafael J. Wysocki · 17 years ago
  56. a3d25c2 PM: Separate hibernation code from suspend code by Rafael J. Wysocki · 17 years ago
  57. 56f99bc swsusp: free more memory by Rafael J. Wysocki · 17 years ago
  58. d1d241c swsusp: use rbtree for tracking allocated swap by Rafael J. Wysocki · 17 years ago
  59. 0709db6 swsusp: use GFP_KERNEL for creating basic data structures by Rafael J. Wysocki · 17 years ago
  60. 74dfd66 swsusp: do not use page flags by Rafael J. Wysocki · 17 years ago
  61. ea62ccd Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 17 years ago
  62. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  63. 49c3df6 [PATCH] x86: Move swsusp __pa() dependent code to arch portion by Vivek Goyal · 17 years ago
  64. a6d7098 [PATCH] convert pm_sem to a mutex by Stephen Hemminger · 17 years ago
  65. 0d3a9ab [PATCH] swsusp: Measure memory shrinking time by Rafael J. Wysocki · 17 years ago
  66. 8357376 [PATCH] swsusp: Improve handling of highmem by Rafael J. Wysocki · 17 years ago
  67. 37b2ba1 [PATCH] swsusp: add ioctl for swap files support by Rafael J. Wysocki · 17 years ago
  68. 9a154d9 [PATCH] swsusp: add resume_offset command line parameter by Rafael J. Wysocki · 17 years ago
  69. 3aef83e [PATCH] swsusp: use block device offsets to identify swap locations by Rafael J. Wysocki · 17 years ago
  70. 3592695 [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode") by Stefan Seyfried · 17 years ago
  71. 940864d [PATCH] swsusp: Use memory bitmaps during resume by Rafael J. Wysocki · 18 years ago
  72. b788db7 [PATCH] swsusp: Introduce memory bitmaps by Rafael J. Wysocki · 18 years ago
  73. 75534b5 [PATCH] Change the name of pagedir_nosave by Rafael J. Wysocki · 18 years ago
  74. fb13a28 [PATCH] swsusp: struct snapshot_handle cleanup by Rafael J. Wysocki · 18 years ago
  75. 546e0d2 [PATCH] swsusp: read speedup by Andrew Morton · 18 years ago
  76. 3448097 Revert "swsusp special saveable pages support" commits by Linus Torvalds · 18 years ago
  77. 968808b8 [PATCH] swsusp: use less memory during resume by Rafael J. Wysocki · 18 years ago
  78. ce4ab00 [PATCH] swsusp: add architecture special saveable pages support by Shaohua Li · 18 years ago
  79. 9b23820 [PATCH] swsusp: add s2ram ioctl to userland interface by Luca Tettamanti · 18 years ago
  80. 6e1819d [PATCH] swsusp: userland interface by Rafael J. Wysocki · 18 years ago
  81. 74c7e2e [PATCH] kernel/power: move externs to header files by Randy Dunlap · 18 years ago
  82. 61159a3 [PATCH] swsusp: separate swap-writing/reading code by Rafael J. Wysocki · 18 years ago
  83. f577eb3 [PATCH] swsusp: low level interface by Rafael J. Wysocki · 18 years ago
  84. 46cd2f3 [PATCH] Fix build failure in recent pm_prepare_* changes. by Rafael J. Wysocki · 18 years ago
  85. f7b8988 [PATCH] swsusp: do not change log level during suspend/resume by Rafael J. Wysocki · 18 years ago
  86. 853609b [PATCH] swsusp: use bytes as image size units by Rafael J. Wysocki · 18 years ago
  87. 277c6e2 [PATCH] swsusp: save image header first by Rafael J. Wysocki · 18 years ago
  88. ca0aec0 [PATCH] swsusp: make image size limit tunable by Rafael J. Wysocki · 18 years ago
  89. b3a93a2 [PATCH] swsusp: limit image size by Rafael J. Wysocki · 18 years ago
  90. c050ca7 [PATCH] swsusp: Drop duplicate prototypes by Pavel Machek · 18 years ago
  91. 72a97e0 [PATCH] swsusp: improve freeing of memory by Rafael J. Wysocki · 18 years ago
  92. 7088a5c [PATCH] swsusp: introduce the swap map structure by Rafael J. Wysocki · 18 years ago
  93. 0fbeb5a [PATCH] swsusp: rework swsusp_suspend by Rafael J. Wysocki · 19 years ago
  94. ed14b52 [PATCH] swsusp: simplify pagedir relocation by Rafael J. Wysocki · 19 years ago
  95. 054bd4c [PATCH] swsusp: reduce code duplication by Rafael J. Wysocki · 19 years ago
  96. 2c1b4a5 [PATCH] swsusp: rework memory freeing on resume by Rafael J. Wysocki · 19 years ago
  97. a0f4965 [PATCH] swsusp: reduce the use of global variables by Rafael J. Wysocki · 19 years ago
  98. 25761b6 [PATCH] swsusp: move snapshot functionality to separate file by Rafael J. Wysocki · 19 years ago
  99. 0f7347c [PATCH] swsusp: avoid problems if there are too many pages to save by Rafael J. Wysocki · 19 years ago
  100. 8686bcd [PATCH] swsusp: fix comments by Pavel Machek · 19 years ago