1. e9ea874 mm/vmstat: add events for THP max_ptes_* exceeds by Yang Yang · 3 years ago
  2. f477619 hugetlb: add hugetlb.*.numa_stat file by Mina Almasry · 3 years ago
  3. c4dc63f mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages by Baoquan He · 3 years ago
  4. 62b3107 mm_zone: add function to check if managed dma zone exists by Baoquan He · 3 years ago
  5. eaab8e7 mm/page_alloc.c: modify the comment section for alloc_contig_pages() by Anshuman Khandual · 3 years ago
  6. be1a13e mm: drop node from alloc_pages_vma by Michal Hocko · 3 years ago
  7. ca831f2 mm: page_alloc: fix building error on -Werror=array-compare by Xiongwei Song · 3 years ago
  8. 704687d mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware by Michal Hocko · 3 years ago
  9. a421ef3 mm: allow !GFP_KERNEL allocations for kvmalloc by Michal Hocko · 3 years ago
  10. 30d3f01 mm/vmalloc: be more explicit about supported gfp flags. by Michal Hocko · 3 years ago
  11. 9376130 mm/vmalloc: add support for __GFP_NOFAIL by Michal Hocko · 3 years ago
  12. 451769e mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc by Michal Hocko · 3 years ago
  13. cc6266f mm/dmapool.c: revert "make dma pool to use kmalloc_node" by Christian König · 3 years ago
  14. d08d2b6 mm: remove the total_mapcount argument from page_trans_huge_mapcount() by Matthew Wilcox (Oracle) · 3 years ago
  15. 66c7f7a mm: remove the total_mapcount argument from page_trans_huge_map_swapcount() by Matthew Wilcox (Oracle) · 3 years ago
  16. 020e876 mm: remove last argument of reuse_swap_page() by Matthew Wilcox (Oracle) · 3 years ago
  17. df4e817 mm: page table check by Pasha Tatashin · 3 years ago
  18. 08d5b29 mm: ptep_clear() page table helper by Pasha Tatashin · 3 years ago
  19. 1eba86c mm: change page type prior to adding page table entry by Pasha Tatashin · 3 years ago
  20. ba535c1 mm/oom_kill: allow process_mrelease to run under mmap_lock protection by Suren Baghdasaryan · 3 years ago
  21. 64591e8 mm: protect free_pgtables with mmap_lock write lock in exit_mmap by Suren Baghdasaryan · 3 years ago
  22. 36090de mm: move tlb_flush_pending inline helpers to mm_inline.h by Arnd Bergmann · 3 years ago
  23. 17fca13 mm: move anon_vma declarations to linux/mm_inline.h by Arnd Bergmann · 3 years ago
  24. 78db341 mm: add anonymous vma name refcounting by Suren Baghdasaryan · 3 years ago
  25. 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years ago
  26. ac1e9ac mm: rearrange madvise code to allow for reuse by Colin Cross · 3 years ago
  27. 4e5aa1f memcg: add per-memcg vmalloc stat by Shakeel Butt · 3 years ago
  28. 06b2c3b mm/memcg: use struct_size() helper in kzalloc() by Wang Weiyang · 3 years ago
  29. 5b3be69 memcg: better bounds on the memcg stats updates by Shakeel Butt · 3 years ago
  30. b6bf9ab mm/memcg: add oom_group_kill memory event by Dan Schatzberg · 3 years ago
  31. 46a5337 mm/page_counter: remove an incorrect call to propagate_protected_usage() by Donghai Qiao · 3 years ago
  32. 17c1736 mm: memcontrol: make cgroup_memory_nokmem static by Muchun Song · 3 years ago
  33. 3795f46 mm/frontswap.c: use non-atomic '__set_bit()' when possible by Christophe JAILLET · 3 years ago
  34. 62c9827 shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode by Gang Li · 3 years ago
  35. a760542 mm: shmem: don't truncate page if memory failure happens by Yang Shi · 3 years ago
  36. 28b0ee3 mm/gup.c: stricter check on THP migration entry during follow_pmd_mask by Li Xinhai · 3 years ago
  37. 677b2a8 gup: avoid multiple user access locking/unlocking in fault_in_{read/write}able by Christophe Leroy · 3 years ago
  38. 43b9312 mm/truncate.c: remove unneeded variable by chiminghao · 3 years ago
  39. 2364761 mm/debug_vm_pgtable: update comments regarding migration swap entries by Anshuman Khandual · 3 years ago
  40. 3e9d80a8 mm,fs: split dump_mapping() out from dump_page() by Matthew Wilcox (Oracle) · 3 years ago
  41. 26dca99 kasan: fix quarantine conflicting with init_on_free by Andrey Konovalov · 3 years ago
  42. bed0a9b kasan: add ability to detect double-kmem_cache_destroy() by Marco Elver · 3 years ago
  43. c4386bd mm/memremap: add ZONE_DEVICE support for compound pages by Joao Martins · 3 years ago
  44. 46487e0 mm/page_alloc: refactor memmap_init_zone_device() page init by Joao Martins · 3 years ago
  45. 5b24eee mm/page_alloc: split prep_compound_page into head and tail subparts by Joao Martins · 3 years ago
  46. 60115fa mm: defer kmemleak object creation of module_alloc() by Kefeng Wang · 3 years ago
  47. ad1a3e1 kmemleak: fix kmemleak false positive report with HW tag-based kasan enable by Kuan-Ying Lee · 3 years ago
  48. c29b5b3 mm: slab: make slab iterator functions static by Muchun Song · 3 years ago
  49. 7302e91 mm/slab_common: use WARN() if cache still has objects on destroy by Marco Elver · 3 years ago
  50. 8008293 mm: vmscan: reduce throttling due to a failure to make progress -fix by Mel Gorman · 3 years ago
  51. 1b4e3f2 mm: vmscan: Reduce throttling due to a failure to make progress by Mel Gorman · 3 years, 1 month ago
  52. ebb3f99 mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()' by SeongJae Park · 3 years ago
  53. 2a57d83 mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() by Liu Shixin · 3 years ago
  54. 3479641 mm/damon/dbgfs: protect targets destructions with kdamond_lock by SeongJae Park · 3 years ago
  55. e37e7b0 mm, hwpoison: fix condition in free hugetlb page path by Naoya Horiguchi · 3 years ago
  56. 3386353 mm: mempolicy: fix THP allocations escaping mempolicy restrictions by Andrey Ryabinin · 3 years ago
  57. 0129ab1 kfence: fix memory leak when cat kfence objects by Baokun Li · 3 years ago
  58. 8f97a35 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 1 month ago
  59. 3c376df mm: bdi: initialize bdi_min_ratio when bdi is unregistered by Manjong Lee · 3 years, 1 month ago
  60. 4178158 hugetlbfs: fix issue of preallocation of gigantic pages can't work by Zhenguo Yao · 3 years, 1 month ago
  61. a7ebf56 mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock() by Waiman Long · 3 years, 1 month ago
  62. 005a79e mm/slub: fix endianness bug for alloc/free_traces attributes by Gerald Schaefer · 3 years, 1 month ago
  63. 9f86d62 mm/damon/vaddr-test: remove unnecessary variables by SeongJae Park · 3 years, 1 month ago
  64. 044cd97 mm/damon/vaddr-test: split a test function having >1024 bytes frame size by SeongJae Park · 3 years, 1 month ago
  65. 09e1228 mm/damon/vaddr: remove an unnecessary warning message by SeongJae Park · 3 years, 1 month ago
  66. 1afaf5c mm/damon/core: remove unnecessary error messages by SeongJae Park · 3 years, 1 month ago
  67. 0bceffa mm/damon/dbgfs: remove an unnecessary error message by SeongJae Park · 3 years, 1 month ago
  68. 4de46a30 mm/damon/core: use better timer mechanisms selection threshold by SeongJae Park · 3 years, 1 month ago
  69. 70e9274 mm/damon/core: fix fake load reports due to uninterruptible sleeps by SeongJae Park · 3 years, 1 month ago
  70. 0c941cf filemap: remove PageHWPoison check from next_uptodate_page() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  71. 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  72. 3583521 percpu: km: ensure it is used with NOMMU (either UP or SMP) by Vladimir Murzin · 3 years, 1 month ago
  73. 8581fd4 treewide: Add missing includes masked by cgroup -> bpf dependency by Jakub Kicinski · 3 years, 1 month ago
  74. 7994149 Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 1 month ago
  75. 13e4ad2 hugetlbfs: flush before unlock on move_hugetlb_page_tables() by Nadav Amit · 3 years, 1 month ago
  76. a4a118f hugetlbfs: flush TLBs correctly after huge_pmd_unshare by Nadav Amit · 3 years, 1 month ago
  77. 825c43f kmap_local: don't assume kmap PTEs are linear arrays in memory by Ard Biesheuvel · 3 years, 1 month ago
  78. d78f3853 mm/damon/dbgfs: fix missed use of damon_dbgfs_lock by SeongJae Park · 3 years, 1 month ago
  79. db7a347 mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation by SeongJae Park · 3 years, 1 month ago
  80. cc30042 hugetlb, userfaultfd: fix reservation restore on userfaultfd error by Mina Almasry · 3 years, 1 month ago
  81. afe041c hugetlb: fix hugetlb cgroup refcounting during mremap by Bui Quang Minh · 3 years, 1 month ago
  82. 34dbc3aa mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag by Rustam Kovhaev · 3 years, 1 month ago
  83. 9a543f0 mm: emit the "free" trace report before freeing memory in kmem_cache_free() by Yunfeng Ye · 3 years, 1 month ago
  84. 3cd018b4 mm/swap.c:put_pages_list(): reinitialise the page list by Matthew Wilcox · 3 years, 1 month ago
  85. c035713 mm: Add functions to zero portions of a folio by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  86. ff36da6 fs: Remove FS_THP_SUPPORT by Matthew Wilcox (Oracle) · 3 years, 4 months ago
  87. a1efe48 mm: Remove folio_test_single by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  88. 9c32521 mm: Rename folio_test_multi to folio_test_large by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  89. d0b51bf Revert "mm: shmem: don't truncate page if memory failure happens" by Linus Torvalds · 3 years, 2 months ago
  90. 0f7ddea Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 2 months ago
  91. dbf4989 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  92. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  93. b873e98 kasan: add kasan mode messages when kasan init by Kuan-Ying Lee · 3 years, 2 months ago
  94. ab2f9d2 mm: unexport {,un}lock_page_memcg by Christoph Hellwig · 3 years, 2 months ago
  95. 913ffbd mm: unexport folio_memcg_{,un}lock by Christoph Hellwig · 3 years, 2 months ago
  96. ab09243 mm/migrate.c: remove MIGRATE_PFN_LOCKED by Alistair Popple · 3 years, 2 months ago
  97. 0ef0246 mm: migrate: simplify the file-backed pages validation when migrating its mapping by Baolin Wang · 3 years, 2 months ago
  98. 0093de6 mm/page_owner.c: modify the type of argument "order" in some functions by Yixuan Cao · 3 years, 2 months ago
  99. 6752de1 Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 2 months ago
  100. 452c472 folio: Add a function to get the host inode for a folio by David Howells · 3 years, 5 months ago