1. ffc90cb mm, thp: use head page in __migration_entry_wait() by Xu Yu · 3 years, 9 months ago
  2. 1b3865d mm/slub.c: include swab.h by Andrew Morton · 3 years, 9 months ago
  3. e8675d2 mm/memory-failure: make sure wait for page writeback in memory_failure by yangerkun · 3 years, 9 months ago
  4. 846be08 mm/hugetlb: expand restore_reserve_on_error functionality by Mike Kravetz · 3 years, 9 months ago
  5. e41a49fa mm/slub: actually fix freelist pointer vs redzoning by Kees Cook · 3 years, 9 months ago
  6. 74c1d3e mm/slub: fix redzoning for small allocations by Kees Cook · 3 years, 9 months ago
  7. 8669dba mm/slub: clarify verification reporting by Kees Cook · 3 years, 9 months ago
  8. 099dd68 mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare by Peter Xu · 3 years, 9 months ago
  9. 25182f0 mm,hwpoison: fix race with hugetlb page allocation by Naoya Horiguchi · 3 years, 9 months ago
  10. d84cf06 mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY by Mina Almasry · 3 years, 9 months ago
  11. 7b6889f mm/kasan/init.c: fix doc warning by Yu Kuai · 3 years, 9 months ago
  12. 0c5da35 hugetlb: pass head page to remove_hugetlb_page() by Naoya Horiguchi · 3 years, 9 months ago
  13. bac9c6f mm/page_alloc: fix counting of free pages after take off from buddy by Ding Hui · 3 years, 9 months ago
  14. 04f7ce3 mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests() by Gerald Schaefer · 3 years, 9 months ago
  15. 8fd0e99 kfence: use TASK_IDLE when awaiting allocation by Marco Elver · 3 years, 9 months ago
  16. 50c25ee Revert "MIPS: make userspace mapping young by default" by Thomas Bogendoerfer · 3 years, 9 months ago
  17. e32905e userfaultfd: hugetlbfs: fix new flag usage in error path by Mike Kravetz · 3 years, 10 months ago
  18. f70b004 kasan: slab: always reset the tag in get_freepointer_safe() by Alexander Potapenko · 3 years, 10 months ago
  19. f10628d Revert "mm/gup: check page posion status for coredump." by Michal Hocko · 3 years, 10 months ago
  20. f9f74dc mm/shuffle: fix section mismatch warning by Arnd Bergmann · 3 years, 10 months ago
  21. 86d0c16 mm/ioremap: fix iomap_max_page_shift by Christophe Leroy · 3 years, 10 months ago
  22. 6286229 ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()" by Hugh Dickins · 3 years, 10 months ago
  23. 7ed9d23 userfaultfd: release page in error path to avoid BUG_ON by Axel Rasmussen · 3 years, 10 months ago
  24. afe0c26 mm, slub: move slub_debug static key enabling outside slab_mutex by Vlastimil Babka · 3 years, 10 months ago
  25. 84894e1 mm/hugetlb: fix cow where page writtable in child by Peter Xu · 3 years, 10 months ago
  26. 22247ef mm/hugetlb: fix F_SEAL_FUTURE_WRITE by Peter Xu · 3 years, 10 months ago
  27. baf2f90 mm: fix typos in comments by Lu Jialin · 3 years, 10 months ago
  28. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 10 months ago
  29. 80d0155 mm/slab.c: fix spelling mistake "disired" -> "desired" by Colin Ian King · 3 years, 10 months ago
  30. f7c8ce4 mm/vmalloc: remove vwrite() by David Hildenbrand · 3 years, 10 months ago
  31. bbcd53c drivers/char: remove /dev/kmem for good by David Hildenbrand · 3 years, 10 months ago
  32. cb152a1 mm: fix some typos and code style problems by Shijie Luo · 3 years, 10 months ago
  33. 3d1c7fd delayacct: clear right task's flag after blkio completes by Yafang Shao · 3 years, 10 months ago
  34. 36f0b35 kfence: use power-efficient work queue to run delayed work by Marco Elver · 3 years, 10 months ago
  35. 37c9284 kfence: maximize allocation wait timeout duration by Marco Elver · 3 years, 10 months ago
  36. 407f1d8 kfence: await for allocation using wait_event by Marco Elver · 3 years, 10 months ago
  37. 94868a1 kfence: zero guard page after out-of-bounds access by Marco Elver · 3 years, 10 months ago
  38. 0c4ff27 mm/process_vm_access.c: remove duplicate include by Zhang Yunkai · 3 years, 10 months ago
  39. 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 10 months ago
  40. 9727688 mm/highmem.c: fix coding style issue by songqiang · 3 years, 10 months ago
  41. ecfc2bd mm/zsmalloc: use BUG_ON instead of if condition followed by BUG. by zhouchuangao · 3 years, 10 months ago
  42. 79cd420 mm/zswap.c: switch from strlcpy to strscpy by Zhiyuan Dai · 3 years, 10 months ago
  43. e3a9d9f mm,memory_hotplug: add kernel boot option to enable memmap_on_memory by Oscar Salvador · 3 years, 10 months ago
  44. a08a2ae mm,memory_hotplug: allocate memmap from the added memory range by Oscar Salvador · 3 years, 10 months ago
  45. f990114 mm,memory_hotplug: factor out adjusting present pages into adjust_present_page_count() by David Hildenbrand · 3 years, 10 months ago
  46. dd8e2f2 mm,memory_hotplug: relax fully spanned sections check by Oscar Salvador · 3 years, 10 months ago
  47. 8ca5591 mm/memory_hotplug: remove broken locking of zone PCP structures during hot remove by Mel Gorman · 3 years, 10 months ago
  48. e44605a selftests/vm: gup_test: test faulting in kernel, and verify pinnable pages by Pavel Tatashin · 3 years, 10 months ago
  49. 79dbf13 selftests/vm: gup_test: fix test flag by Pavel Tatashin · 3 years, 10 months ago
  50. f68749e mm/gup: longterm pin migration cleanup by Pavel Tatashin · 3 years, 10 months ago
  51. 24dc20c mm/gup: change index type to long as it counts pages by Pavel Tatashin · 3 years, 10 months ago
  52. d1e153f mm/gup: migrate pinned pages out of movable zone by Pavel Tatashin · 3 years, 10 months ago
  53. 8e3560d mm: honor PF_MEMALLOC_PIN for all movable pages by Pavel Tatashin · 3 years, 10 months ago
  54. da6df1b mm: apply per-task gfp constraints in fast path by Pavel Tatashin · 3 years, 10 months ago
  55. 1a08ae3 mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN by Pavel Tatashin · 3 years, 10 months ago
  56. 6e7f34e mm/gup: check for isolation errors by Pavel Tatashin · 3 years, 10 months ago
  57. f0f4463 mm/gup: return an error on migration failure by Pavel Tatashin · 3 years, 10 months ago
  58. 83c02c2 mm/gup: check every subpage of a compound page during isolation by Pavel Tatashin · 3 years, 10 months ago
  59. c991ffe mm/gup: don't pin migrated cma pages in movable zone by Pavel Tatashin · 3 years, 10 months ago
  60. 3145498 mm/util.c: fix typo by Bhaskar Chowdhury · 3 years, 10 months ago
  61. 2521781 mm/util.c: reduce mem_dump_obj() object size by Joe Perches · 3 years, 10 months ago
  62. 91024b3 mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE] by Anshuman Khandual · 3 years, 10 months ago
  63. c2280be mm: generalize ARCH_HAS_CACHE_LINE_SIZE by Anshuman Khandual · 3 years, 10 months ago
  64. fce000b mm/mmap.c: don't unlock VMAs in remap_file_pages() by Liam Howlett · 3 years, 10 months ago
  65. 575299e x86/mm: track linear mapping split events by Saravanan D · 3 years, 10 months ago
  66. c675790 mm: /proc/sys/vm/stat_refresh stop checking monotonic numa stats by Hugh Dickins · 3 years, 10 months ago
  67. 75083aa mm: /proc/sys/vm/stat_refresh skip checking known negative stats by Hugh Dickins · 3 years, 10 months ago
  68. 6d99a4c mm: no more EINVAL from /proc/sys/vm/stat_refresh by Hugh Dickins · 3 years, 10 months ago
  69. 76d8cc3 mm: restore node stat checking in /proc/sys/vm/stat_refresh by Hugh Dickins · 3 years, 10 months ago
  70. 420be4e mm/ksm: remove unused parameter from remove_trailing_rmap_items() by Chengyang Fan · 3 years, 10 months ago
  71. c89a384 ksm: fix potential missing rmap_item for stable_node by Miaohe Lin · 3 years, 10 months ago
  72. cd7fae2 ksm: remove dedicated macro KSM_FLAG_MASK by Miaohe Lin · 3 years, 10 months ago
  73. 3e96b6a ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree() by Miaohe Lin · 3 years, 10 months ago
  74. a08e1e1 ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search() by Miaohe Lin · 3 years, 10 months ago
  75. 78fa515 mm: use proper type for cma_[alloc|release] by Minchan Kim · 3 years, 10 months ago
  76. 3aab8ae mm: cma: add the CMA instance name to cma trace events by Minchan Kim · 3 years, 10 months ago
  77. 43ca106 mm: cma: support sysfs by Minchan Kim · 3 years, 10 months ago
  78. 7bc1aec mm: cma: add trace events for CMA alloc perf testing by Liam Mark · 3 years, 10 months ago
  79. 63f83b3 mm: cma: use pr_err_ratelimited for CMA warning by Baolin Wang · 3 years, 10 months ago
  80. bbb2692 mm: vmstat: add cma statistics by Minchan Kim · 3 years, 10 months ago
  81. 7ee820e Revert "mm: migrate: skip shared exec THP for NUMA balancing" by Miaohe Lin · 3 years, 10 months ago
  82. 843e1be mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_hole() by Miaohe Lin · 3 years, 10 months ago
  83. 34f5e9b mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page() by Miaohe Lin · 3 years, 10 months ago
  84. a04840c mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' case by Miaohe Lin · 3 years, 10 months ago
  85. 606a6f7 mm/migrate.c: make putback_movable_page() static by Miaohe Lin · 3 years, 10 months ago
  86. 8cc621d mm: fs: invalidate BH LRU during page migration by Minchan Kim · 3 years, 10 months ago
  87. 361a2a2 mm: replace migrate_[prep|finish] with lru_cache_[disable|enable] by Minchan Kim · 3 years, 10 months ago
  88. d479960e mm: disable LRU pagevec during the migration temporarily by Minchan Kim · 3 years, 10 months ago
  89. 06dac2f mm: compaction: update the COMPACT[STALL|FAIL] events properly by Charan Teja Reddy · 3 years, 10 months ago
  90. ef49843 mm/compaction: remove unused variable sysctl_compact_memory by Pintu Kumar · 3 years, 10 months ago
  91. 18bb473 mm: vmscan: shrink deferred objects proportional to priority by Yang Shi · 3 years, 10 months ago
  92. a178015 mm: memcontrol: reparent nr_deferred when memcg offline by Yang Shi · 3 years, 10 months ago
  93. 476b30a mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers by Yang Shi · 3 years, 10 months ago
  94. 8675083 mm: vmscan: use per memcg nr_deferred of shrinker by Yang Shi · 3 years, 10 months ago
  95. 3c6f17e mm: vmscan: add per memcg shrinker nr_deferred by Yang Shi · 3 years, 10 months ago
  96. 41ca668 mm: vmscan: use a new flag to indicate shrinker is registered by Yang Shi · 3 years, 10 months ago
  97. 468ab84 mm: vmscan: add shrinker_info_protected() helper by Yang Shi · 3 years, 10 months ago
  98. e4262c4 mm: memcontrol: rename shrinker_map to shrinker_info by Yang Shi · 3 years, 10 months ago
  99. 72673e8 mm: vmscan: use kvfree_rcu instead of call_rcu by Yang Shi · 3 years, 10 months ago
  100. a2fb126 mm: vmscan: remove memcg_shrinker_map_size by Yang Shi · 3 years, 10 months ago