1. 34f841a PM / hibernate: Fix oops at snapshot_write() by Tetsuo Handa · 6 years ago
  2. ea00f4f PM / sleep: make PM notifiers called symmetrically by Lianwei Wang · 8 years ago
  3. a6e15a3 PM / hibernate: introduce "nohibernate" boot parameter by Kees Cook · 10 years ago
  4. b38f67c Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  5. 6a0c7cd PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps() by Rafael J. Wysocki · 11 years ago
  6. 7bc9b1c PM / Hibernate: Use bool for boolean fields of struct snapshot_data by Rafael J. Wysocki · 11 years ago
  7. aab1728 PM / hibernate: Fix user space driven resume regression by Rafael J. Wysocki · 11 years ago
  8. 942f401 PM / hibernate / memory hotplug: Rework mutual exclusion by Rafael J. Wysocki · 11 years ago
  9. 8fd37a4 PM / hibernate: Create memory bitmaps after freezing user space by Rafael J. Wysocki · 11 years ago
  10. eea03c2 Make wait_for_device_probe() also do scsi_complete_async_scans() by Linus Torvalds · 12 years ago
  11. 1e73203 PM / Sleep: Move disabling of usermode helpers to the freezer by Rafael J. Wysocki · 12 years ago
  12. a556d5b5 PM / Hibernate: Refactor and simplify freezer_test_done by Srivatsa S. Bhat · 12 years ago
  13. 51d6ff7 PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test path by Srivatsa S. Bhat · 12 years ago
  14. fe9161d PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path by Srivatsa S. Bhat · 12 years ago
  15. 181e9bd PM / Hibernate: Fix s2disk regression related to freezing workqueues by Rafael J. Wysocki · 12 years ago
  16. c336078 PM / Hibernate: Implement compat_ioctl for /dev/snapshot by Ben Hutchings · 12 years ago
  17. cf007e3 PM / Hibernate: Remove deprecated hibernation snapshot ioctls by Srivatsa S. Bhat · 12 years ago
  18. bcda53f PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep() by Srivatsa S. Bhat · 12 years ago
  19. e5b1674 PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c with 'else' by Srivatsa S. Bhat · 12 years ago
  20. 2e8e89e Merge branch 'pm-freezer' into pm-sleep by Rafael J. Wysocki · 12 years ago
  21. 97819a2 PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path by Srivatsa S. Bhat · 12 years ago
  22. 03afed8 freezer: clean up freeze_processes() failure path by Tejun Heo · 12 years ago
  23. 74da1ff kernel: fix several implicit usasges of kmod.h by Paul Gortmaker · 13 years ago
  24. 8440f4b PM: Free memory bitmaps if opening /dev/snapshot fails by Michal Kubecek · 13 years ago
  25. 36cb703 PM / Hibernate: Fix ioctl SNAPSHOT_S2RAM by Rafael J. Wysocki · 13 years ago
  26. 9744997a PM / Hibernate: Make snapshot_release() restore GFP mask by Rafael J. Wysocki · 13 years ago
  27. 1497dd1 PM / Hibernate: Fix PM_POST_* notification with user-space suspend by Takashi Iwai · 13 years ago
  28. c9e664f PM / Hibernate: Fix memory corruption related to swap by Rafael J. Wysocki · 13 years ago
  29. d3c1b24 PM / Hibernate: Snapshot cleanup by Jiri Slaby · 14 years ago
  30. d88d405 PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handling by Jiri Slaby · 14 years ago
  31. b694e52 PM / Hibernate: Really deprecate deprecated user ioctls by Jiri Slaby · 14 years ago
  32. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  33. c751085 PM/Hibernate: Wait for SCSI devices scan to complete during resume by Rafael J. Wysocki · 15 years ago
  34. ebae260 PM: Fix pm_notifiers during user mode hibernation by Andrey Borzenkov · 15 years ago
  35. 1bfcf13 pm: rework disabling of user mode helpers during suspend/hibernation by Rafael J. Wysocki · 16 years ago
  36. 25f2f3d snapshot: Use pm_mutex for mutual exclusion by Rafael J. Wysocki · 16 years ago
  37. 52d1102 snapshot: Push BKL down into ioctl handlers by Alan Cox · 16 years ago
  38. c3e94d8 Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2) by Alan Stern · 17 years ago
  39. cc5d207 Hibernation: Correct definitions of some ioctls (rev. 2) by Rafael J. Wysocki · 17 years ago
  40. 96f7374 Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2) by Rafael J. Wysocki · 17 years ago
  41. eb57c1c Hibernation: Rework platform support ioctls (rev. 2) by Rafael J. Wysocki · 17 years ago
  42. af508b3 Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctl by Rafael J. Wysocki · 17 years ago
  43. 232b143 freezer: do not sync filesystems from freeze_processes by Rafael J. Wysocki · 17 years ago
  44. 6c961df PM: Reduce code duplication between main.c and user.c by Rafael J. Wysocki · 17 years ago
  45. b10d911 PM: introduce hibernation and suspend notifiers by Rafael J. Wysocki · 17 years ago
  46. a634cc1 swsusp: introduce restore platform operations by Rafael J. Wysocki · 17 years ago
  47. 7777fab swsusp: remove code duplication between disk.c and user.c by Rafael J. Wysocki · 17 years ago
  48. 127067a swsusp: remove incorrect code from user.c by Rafael J. Wysocki · 17 years ago
  49. 2f41ddd swsusp: Fix userland interface by Rafael J. Wysocki · 17 years ago
  50. a3d25c2 PM: Separate hibernation code from suspend code by Rafael J. Wysocki · 17 years ago
  51. 9b95e43 swsusp: fix snapshot_release by Rafael J. Wysocki · 17 years ago
  52. d1d241c swsusp: use rbtree for tracking allocated swap by Rafael J. Wysocki · 17 years ago
  53. 0709db6 swsusp: use GFP_KERNEL for creating basic data structures by Rafael J. Wysocki · 17 years ago
  54. 1525a2a swsusp: fix error paths in snapshot_open by Rafael J. Wysocki · 17 years ago
  55. 74dfd66 swsusp: do not use page flags by Rafael J. Wysocki · 17 years ago
  56. 436ce71 [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend" by Rafael J. Wysocki · 17 years ago
  57. 93c9a7f [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl by Rafael J. Wysocki · 17 years ago
  58. 9498513 [PATCH] swsusp: disable nonboot CPUs before entering platform suspend by Rafael J. Wysocki · 17 years ago
  59. 2b5b09b [PATCH] swsusp: Change pm_ops handling by userland interface by Rafael J. Wysocki · 17 years ago
  60. d12c610 [PATCH] swsusp-change-code-ordering-in-userc-sanity by Andrew Morton · 17 years ago
  61. 2591305 [PATCH] swsusp: Change code ordering in user.c by Rafael J. Wysocki · 17 years ago
  62. 7bf2368 [PATCH] swsusp: Do not fail if resume device is not set by Rafael J. Wysocki · 17 years ago
  63. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 17 years ago
  64. 59a49335 [PATCH] swsusp: Fix labels by Rafael J. Wysocki · 17 years ago
  65. a6d7098 [PATCH] convert pm_sem to a mutex by Stephen Hemminger · 17 years ago
  66. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 17 years ago
  67. 8357376 [PATCH] swsusp: Improve handling of highmem by Rafael J. Wysocki · 17 years ago
  68. 37b2ba1 [PATCH] swsusp: add ioctl for swap files support 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. 915bae9 [PATCH] swsusp: use partition device and offset to identify swap areas by Rafael J. Wysocki · 17 years ago
  71. 3592695 [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode") by Stefan Seyfried · 17 years ago
  72. 97c7801 [PATCH] swsusp: Use suspend_console by Rafael J. Wysocki · 18 years ago
  73. 5c339d4 [PATCH] swsusp: Make userland suspend work on SMP again by Rafael J. Wysocki · 18 years ago
  74. dd77a4e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  75. 940864d [PATCH] swsusp: Use memory bitmaps during resume by Rafael J. Wysocki · 18 years ago
  76. e3920fb [PATCH] Disable CPU hotplug during suspend by Rafael J. Wysocki · 18 years ago
  77. f1cc0a8 PM: issue PM_EVENT_PRETHAW by David Brownell · 18 years ago
  78. 9b23820 [PATCH] swsusp: add s2ram ioctl to userland interface by Luca Tettamanti · 18 years ago
  79. 94c188d [PATCH] swsusp: let userland tools switch console on suspend by Rafael J. Wysocki · 18 years ago
  80. 02aaeb9 [PATCH] swsusp: freeze user space processes first by Rafael J. Wysocki · 18 years ago
  81. 6e1819d [PATCH] swsusp: userland interface by Rafael J. Wysocki · 18 years ago