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