1. 33569ef PM: hibernate: Remove register_nosave_region_late() by Amadeusz Sławiński · 3 years ago
  2. 480f0de PM: hibernate: remove leading spaces before tabs by Zhen Lei · 3 years, 7 months ago
  3. 6be2408 PM: hibernate: fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
  4. e4b2897 PM: sleep: fix typos in comments by Lu Jialin · 3 years, 9 months ago
  5. 03b6c9a kernel/power: allow hibernation with page_poison sanity checking by Vlastimil Babka · 4 years ago
  6. 2abf962 PM: hibernate: make direct map manipulations more explicit by Mike Rapoport · 4 years ago
  7. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 2 months ago
  8. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago
  9. 02d7f40 PM: sleep: spread "const char *" correctness by Alexey Dobriyan · 4 years, 6 months ago
  10. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  11. ad0bf4e Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 9 months ago
  12. 086b2d7 PM: remove s390 specific callbacks by Heiko Carstens · 4 years, 9 months ago
  13. b0c609a PM / hibernate: fix typo "reserverd_size" -> "reserved_size" by Alexandre Belloni · 4 years, 11 months ago
  14. 322e929d Merge back new material related to system-wide PM for v5.6. by Rafael J. Wysocki · 5 years ago
  15. 18451f9 PM: hibernate: fix crashes with init_on_free=1 by Alexander Potapenko · 5 years ago
  16. 5c0e9de PM: hibernate: fix spelling mistake "shapshot" -> "snapshot" by Colin Ian King · 5 years ago
  17. 7a7b99bf PM: hibernate: Add more logging on hibernation failure by Luigi Semenzato · 5 years ago
  18. 809ed78 PM: hibernate: improve arithmetic division in preallocate_highmem_fraction() by Wen Yang · 5 years ago
  19. da6043f PM / hibernate: memory_bm_find_bit(): Tighten node optimisation by Andy Whitcroft · 5 years ago
  20. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  21. d633269 mm/hibernation: Make hibernation handle unmapped pages by Rick Edgecombe · 6 years ago
  22. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  23. abd02ac PM/Hibernate: exclude all PageOffline() pages by David Hildenbrand · 6 years ago
  24. 5b56db3 PM/Hibernate: use pfn_to_online_page() by David Hildenbrand · 6 years ago
  25. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  26. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  27. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  28. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  29. bdbc98a PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size() by Rainer Fiebig · 7 years ago
  30. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  31. 64ec72a PM: Use a more common logging style by Joe Perches · 7 years ago
  32. d507e2eb mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  33. 61f6d09a kernel/power/snapshot.c: use linux/set_memory.h by Michael Ellerman · 7 years ago
  34. eba74c2 PM / hibernate: Drop redundant parameter of swsusp_alloc() by BaoJun Luo · 8 years ago
  35. 49368a4 PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include condition by Balbir Singh · 8 years ago
  36. bb47e96 Merge branches 'pm-sleep' and 'powercap' by Rafael J. Wysocki · 8 years ago
  37. 0bae5fd PM / hibernate: Declare variables as static by Pushkar Jambhlekar · 8 years ago
  38. 50327dd kernel/power/snapshot.c: use set_memory.h header by Laura Abbott · 8 years ago
  39. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  40. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  41. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  42. 1ad1410 PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO by Anisse Astier · 8 years ago
  43. 6c16f42 Merge branch 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  44. 924d869 PM / hibernate: Fix rtree_next_node() to avoid walking off list ends by James Morse · 8 years ago
  45. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  46. 4c0b6c1 PM / hibernate: Image data protection during restoration by Rafael J. Wysocki · 8 years ago
  47. d5f32af PM / hibernate: Add missing braces in __register_nosave_region() by Rafael J. Wysocki · 8 years ago
  48. ef96f63 PM / hibernate: Clean up comments in snapshot.c by Rafael J. Wysocki · 8 years ago
  49. efd5a85 PM / hibernate: Clean up function headers in snapshot.c by Rafael J. Wysocki · 8 years ago
  50. 307c597 PM / hibernate: Recycle safe pages after image restoration by Rafael J. Wysocki · 9 years ago
  51. 6dbecfd PM / hibernate: Simplify mark_unsafe_pages() by Rafael J. Wysocki · 9 years ago
  52. 9c74448 PM / hibernate: Do not free preallocated safe pages during image restore by Rafael J. Wysocki · 9 years ago
  53. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  54. f82daee Revert "PM / hibernate: avoid unsafe pages in e820 reserved regions" by Rafael J. Wysocki · 10 years ago
  55. a64fc82 PM / hibernate: exclude freed pages from allocated pages printout by Wonhong Kwon · 10 years ago
  56. d78cb36 PM / hibernate: Remove unused function by Rickard Strandqvist · 10 years ago
  57. db59760 PM / Hibernate: Migrate to ktime_t by Tina Ruchandani · 10 years ago
  58. fdd64ed PM / hibernate: Iterate over set bits instead of PFNs in swsusp_free() by Joerg Roedel · 10 years ago
  59. 5c4dd34 Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()" by Rafael J. Wysocki · 10 years ago
  60. 84c91b7 PM / hibernate: avoid unsafe pages in e820 reserved regions by Lee, Chun-Yi · 10 years ago
  61. 0f7d83e PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_node by Joerg Roedel · 10 years ago
  62. 9047eb6 PM / Hibernate: Remove the old memory-bitmap implementation by Joerg Roedel · 10 years ago
  63. 6efde38 PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free() by Joerg Roedel · 10 years ago
  64. 3a20cb1 PM / Hibernate: Implement position keeping in radix tree by Joerg Roedel · 10 years ago
  65. 07a3382 PM / Hibernate: Add memory_rtree_find_bit function by Joerg Roedel · 10 years ago
  66. f469f02 PM / Hibernate: Create a Radix-Tree to store memory bitmap by Joerg Roedel · 10 years ago
  67. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 11 years ago
  68. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  69. 4d43482 PM / Hibernate: Spelling s/anonymouns/anonymous/ by Geert Uytterhoeven · 11 years ago
  70. c2f69cd kernel/power/snapshot.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  71. b38f67c Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  72. 6a0c7cd PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps() by Rafael J. Wysocki · 11 years ago
  73. fd432b9 PM / hibernate: Avoid overflow in hibernate_preallocate_memory() by Aaron Lu · 11 years ago
  74. aab1728 PM / hibernate: Fix user space driven resume regression by Rafael J. Wysocki · 11 years ago
  75. c33bc31 mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages by Xishi Qiu · 11 years ago
  76. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  77. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 11 years ago
  78. cd38ca8 PM / Hibernate: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  79. c7c66c0 Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  80. 0de9a1e power: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  81. 69f1d47 PM / Hibernate: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 13 years ago
  82. 160cb5a PM / Hibernate: Correct additional pages number calculation by Namhyung Kim · 13 years ago
  83. c6968e7 PM/Hibernate: do not count debug pages as savable by Stanislaw Gruszka · 13 years ago
  84. 85055dd PM / Hibernate: Include storage keys in hibernation image on s390 by Martin Schwidefsky · 13 years ago
  85. 4d4cf23 PM / Hibernate: Fix free_unnecessary_pages() by Rafael J. Wysocki · 13 years ago
  86. 1c1be3a Revert "PM / Hibernate: Reduce autotuned default image size" by Rafael J. Wysocki · 14 years ago
  87. ddeb648 PM / Hibernate: Add sysfs knob to control size of memory for drivers by Rafael J. Wysocki · 14 years ago
  88. bea3864 PM / Hibernate: Reduce autotuned default image size by Rafael J. Wysocki · 14 years ago
  89. 2e725a0 PM / Hibernate: Return error code when alloc_image_page() fails by Stanislaw Gruszka · 14 years ago
  90. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  91. 61ecdb80 mm: strictly nested kmap_atomic() by Peter Zijlstra · 14 years ago
  92. ac5c24ec PM / Hibernate: Make default image size depend on total RAM size by Rafael J. Wysocki · 14 years ago
  93. 266f1a2 PM / Hibernate: Improve comments in hibernate_preallocate_memory() by Rafael J. Wysocki · 14 years ago
  94. 84e1d83 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  95. 6715045 PM / Hibernate: Avoid hitting OOM during preallocation of memory by Rafael J. Wysocki · 14 years ago
  96. 910321e swap: revert special hibernation allocation by Hugh Dickins · 14 years ago
  97. d2997b1 hibernation: freeze swap at hibernation by KAMEZAWA Hiroyuki · 14 years ago
  98. a253129 update email address by Pavel Machek · 14 years ago
  99. d3c1b24 PM / Hibernate: Snapshot cleanup by Jiri Slaby · 15 years ago
  100. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago