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