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