1. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 19 years ago
  2. 4cf3034 [PATCH] Export pm_suspend for the shared APM emulation by Ralf Baechle · 19 years ago
  3. 5045cfc [PATCH] swsusp: kill write-only variable by Pavel Machek · 19 years ago
  4. 2d87595 [PATCH] PM: Fix swsusp debug mode testproc by Rafael J. Wysocki · 19 years ago
  5. 59a4933 [PATCH] swsusp: Fix labels by Rafael J. Wysocki · 19 years ago
  6. 5b6d15d [PATCH] swsusp: Fix coding style in suspend.c by Rafael J. Wysocki · 19 years ago
  7. 11b2ce2 [PATCH] swsusp: Untangle freeze_processes by Rafael J. Wysocki · 19 years ago
  8. a9b6f56 [PATCH] swsusp: Untangle thaw_processes by Rafael J. Wysocki · 19 years ago
  9. a6d7098 [PATCH] convert pm_sem to a mutex by Stephen Hemminger · 19 years ago
  10. 3eb1b3a [PATCH] suspend to disk fails if gdb is suspended with a traced child by Rafael J. Wysocki · 19 years ago
  11. 0d3a9ab [PATCH] swsusp: Measure memory shrinking time by Rafael J. Wysocki · 19 years ago
  12. 2d4a34c [PATCH] swsusp: Support i386 systems with PAE or without PSE by Rafael J. Wysocki · 19 years ago
  13. ff39593 [PATCH] swsusp: thaw userspace and kernel space separately by Nigel Cunningham · 19 years ago
  14. 14b5b7c [PATCH] swsusp: clean up whitespace in freezer output by Nigel Cunningham · 19 years ago
  15. 32d50f5 [PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUG by Nigel Cunningham · 19 years ago
  16. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 19 years ago
  17. 8a05aac [PATCH] swsusp: fix platform mode by Stefan Seyfried · 19 years ago
  18. 8594912 [PATCH] swsusp: use __GFP_WAIT by Rafael J. Wysocki · 19 years ago
  19. 8357376 [PATCH] swsusp: Improve handling of highmem by Rafael J. Wysocki · 19 years ago
  20. 37b2ba1 [PATCH] swsusp: add ioctl for swap files support by Rafael J. Wysocki · 19 years ago
  21. 9a154d9 [PATCH] swsusp: add resume_offset command line parameter by Rafael J. Wysocki · 19 years ago
  22. 3aef83e [PATCH] swsusp: use block device offsets to identify swap locations by Rafael J. Wysocki · 19 years ago
  23. 3fc6b34 [PATCH] swsusp: rearrange swap-handling code by Rafael J. Wysocki · 19 years ago
  24. 915bae9 [PATCH] swsusp: use partition device and offset to identify swap areas by Rafael J. Wysocki · 19 years ago
  25. 3592695 [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode") by Stefan Seyfried · 19 years ago
  26. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 19 years ago
  27. b918f6e [PATCH] swsusp: debugging by Rafael J. Wysocki · 19 years ago
  28. c60099b [PATCH] swsusp: fix memory leaks by Andrew Morton · 19 years ago
  29. 97c7801 [PATCH] swsusp: Use suspend_console by Rafael J. Wysocki · 19 years ago
  30. 5c339d4 [PATCH] swsusp: Make userland suspend work on SMP again by Rafael J. Wysocki · 19 years ago
  31. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  32. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 19 years ago
  33. dd77a4e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  34. c5c6ba4 [PATCH] PM: Add pm_trace switch by Rafael J. Wysocki · 19 years ago
  35. c8eb8b4 [PATCH] PM: make it possible to disable console suspending by Rafael J. Wysocki · 19 years ago
  36. 940864d [PATCH] swsusp: Use memory bitmaps during resume by Rafael J. Wysocki · 19 years ago
  37. b788db7 [PATCH] swsusp: Introduce memory bitmaps by Rafael J. Wysocki · 19 years ago
  38. 0bcd888 [PATCH] swsusp: Introduce some helpful constants by Rafael J. Wysocki · 19 years ago
  39. 75534b5 [PATCH] Change the name of pagedir_nosave by Rafael J. Wysocki · 19 years ago
  40. cd560bb [PATCH] swsusp: Fix alloc_pagedir by Rafael J. Wysocki · 19 years ago
  41. f6143aa [PATCH] swsusp: Reorder memory-allocating functions by Rafael J. Wysocki · 19 years ago
  42. f623f0d [PATCH] swsusp: Fix mark_free_pages by Rafael J. Wysocki · 19 years ago
  43. e3920fb [PATCH] Disable CPU hotplug during suspend by Rafael J. Wysocki · 19 years ago
  44. fb13a28 [PATCH] swsusp: struct snapshot_handle cleanup by Rafael J. Wysocki · 19 years ago
  45. ae83c5e [PATCH] swsusp: clean up browsing of pfns by Rafael J. Wysocki · 19 years ago
  46. 546e0d2 [PATCH] swsusp: read speedup by Andrew Morton · 19 years ago
  47. 8c00249 [PATCH] swsusp: add read-speed instrumentation by Andrew Morton · 19 years ago
  48. ab95416 [PATCH] swsusp: write speedup by Andrew Morton · 19 years ago
  49. 3a4f757 [PATCH] swsusp: add write-speed instrumentation by Andrew Morton · 19 years ago
  50. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 19 years ago
  51. 2bca293 PM: add kconfig option for deprecated .../power/state files by David Brownell · 19 years ago
  52. f1cc0a8 PM: issue PM_EVENT_PRETHAW by David Brownell · 19 years ago
  53. 7c8265f Suspend infrastructure cleanup and extension by Linus Torvalds · 19 years ago
  54. 471b40d [PATCH] prevent swsusp with PAE by Pavel Machek · 19 years ago
  55. a7ef787 [PATCH] Make suspend possible with a traced process at a breakpoint by Rafael J. Wysocki · 19 years ago
  56. 26865e9 [PATCH] remove kernel/power/pm.c:pm_unregister_all() by Adrian Bunk · 19 years ago
  57. aeceb15 [PATCH] swsusp: fix panic when signature can't be read by Linus Torvalds · 19 years ago
  58. 712f403 [PATCH] swsusp warning fix by Andrew Morton · 19 years ago
  59. 95018f7 [PATCH] swsusp: do not use memcpy for snapshotting memory by Rafael J. Wysocki · 19 years ago
  60. e02169b remove obsolete swsusp_encrypt by Pavel Machek · 19 years ago
  61. 5c31f27 [PATCH] pm_trace is dangerous by Andrew Morton · 19 years ago
  62. 3448097 Revert "swsusp special saveable pages support" commits by Linus Torvalds · 19 years ago
  63. 72cf270 Fix PM_TRACE dependency: works only on 32-bit x86 for now by Linus Torvalds · 19 years ago
  64. 3b364b8 [PATCH] constify parts of kernel/power/ by Andreas Mohr · 19 years ago
  65. eb71c87 Add some basic resume trace facilities by Linus Torvalds · 19 years ago
  66. 968808b [PATCH] swsusp: use less memory during resume by Rafael J. Wysocki · 19 years ago
  67. 7bff24e [PATCH] kernel/power/snapshot.c: cleanups by Adrian Bunk · 19 years ago
  68. a938c35 [PATCH] swsusp: take lowmem reserves into account by Rafael J. Wysocki · 19 years ago
  69. ce4ab00 [PATCH] swsusp: add architecture special saveable pages support by Shaohua Li · 19 years ago
  70. d6277db [PATCH] swsusp: rework memory shrinker by Rafael J. Wysocki · 19 years ago
  71. 6cc0719 [PATCH] suspend_console() warning fix by Andrew Morton · 19 years ago
  72. 557240b Add support for suspending and resuming the whole console subsystem by Linus Torvalds · 19 years ago
  73. 47bb789 [PATCH] off-by-1 in kernel/power/main.c by dean gaudet · 20 years ago
  74. 4a3b98a [PATCH] swsusp: prevent possible image corruption on resume by Rafael J. Wysocki · 20 years ago
  75. 78a596b [PATCH] remove kernel/power/pm.c:pm_unregister() by Adrian Bunk · 20 years ago
  76. 3e6e952 help text: SOFTWARE_SUSPEND doesn't need ACPI by Adrian Bunk · 20 years ago
  77. 85b6bce [PATCH] Fix suspend with traced tasks by Pavel Machek · 20 years ago
  78. e655a25 [PATCH] swswsup: return correct load_image error by Con Kolivas · 20 years ago
  79. 34f361a [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu() by Ashok Raj · 20 years ago
  80. 97d1f15 [PATCH] sem2mutex: kernel/ by Arjan van de Ven · 20 years ago
  81. 9b23820 [PATCH] swsusp: add s2ram ioctl to userland interface by Luca Tettamanti · 20 years ago
  82. 94c188d [PATCH] swsusp: let userland tools switch console on suspend by Rafael J. Wysocki · 20 years ago
  83. e4e4d66 [PATCH] swsusp: drain high mem pages by Shaohua Li · 20 years ago
  84. ce6ed29 [PATCH] suspend: make progress printing prettier by Pavel Machek · 20 years ago
  85. 02aaeb9 [PATCH] swsusp: freeze user space processes first by Rafael J. Wysocki · 20 years ago
  86. 6e1819d [PATCH] swsusp: userland interface by Rafael J. Wysocki · 20 years ago
  87. 543cc27 [PATCH] swsusp: documentation updates by Pavel Machek · 20 years ago
  88. 74c7e2e [PATCH] kernel/power: move externs to header files by Randy Dunlap · 20 years ago
  89. 61159a3 [PATCH] swsusp: separate swap-writing/reading code by Rafael J. Wysocki · 20 years ago
  90. f577eb3 [PATCH] swsusp: low level interface by Rafael J. Wysocki · 20 years ago
  91. 2b322ce [PATCH] revert "swsusp: fix breakage with swap on lvm" by Andrew Morton · 20 years ago
  92. a8534ad [PATCH] swsusp: fix breakage with swap on LVM by Rafael J. Wysocki · 20 years ago
  93. c8adb49 [PATCH] swsusp: nuke noisy message by Andrew Morton · 20 years ago
  94. 46cd2f3 [PATCH] Fix build failure in recent pm_prepare_* changes. by Rafael J. Wysocki · 20 years ago
  95. 7714d59 [PATCH] swsusp: kill unneeded/unbalanced bio_get by Pavel Machek · 20 years ago
  96. 59ed2f5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 20 years ago
  97. f7b8988 [PATCH] swsusp: do not change log level during suspend/resume by Rafael J. Wysocki · 20 years ago
  98. 853609b [PATCH] swsusp: use bytes as image size units by Rafael J. Wysocki · 20 years ago
  99. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 20 years ago
  100. 750c902 SOFTWARE_SUSPEND: fix a typo in the dependencies by Adrian Bunk · 20 years ago