aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
7 daysalloc_tag: fix use-after-free in /proc/allocinfo after module unloadHao Ge1-2/+7
7 daysmm/alloc_tag: replace fixed-size early PFN array with dynamic linked listHao Ge3-57/+99
2026-06-08selftests/mm/hmm-tests: test pagemap reads of PMD device-private entriesDev Jain1-2/+32
2026-06-08fs/proc/task_mmu: do not warn on seeing non-migration pmd entryDev Jain1-1/+0
2026-06-08lib/test_hmm: check alloc_page_vma() return value and handle OOMQiang Liu1-2/+27
2026-06-08mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn2-5/+5
2026-06-08mm/swap: remove redundant swap device reference in alloc/freeYoungjun Park1-32/+36
2026-06-08mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap deviceYoungjun Park4-21/+136
2026-06-08mm/filemap: use folio_next_index() for starttanze1-6/+3
2026-06-08vmalloc: fix NULL pointer dereference in is_vm_area_hugepages()Hui Zhu1-1/+3
2026-06-08sparc/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song1-11/+0
2026-06-08loongarch/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song1-11/+0
2026-06-08riscv/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song1-13/+0
2026-06-08arm64/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song1-14/+0
2026-06-08mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()Muchun Song1-1/+6
2026-06-08rust: page: mark Page::nid as inlineNakamura Shuta1-0/+1
2026-06-08userfaultfd: build __VMA_UFFD_FLAGS from config-gated masksKiryl Shutsemau (Meta)2-2/+41
2026-06-08userfaultfd: gate must_wait writability check on pte_present()Kiryl Shutsemau (Meta)1-0/+20
2026-06-08mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgradeKiryl Shutsemau (Meta)1-0/+2
2026-06-08fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)1-1/+58
2026-06-08fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)1-1/+1
2026-06-08fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau (Meta)1-4/+8
2026-06-08MAINTAINERS: add testing ABI documents for mmSeongJae Park1-0/+9
2026-06-08mm: delete stale comment about cachelinesBrendan Jackman1-2/+0
2026-06-08lib/test_hmm: fix memory leak in dmirror_migrate_to_system()Hao Ge1-3/+3
2026-06-08zram: drop unused bio parameter from write helpersCunlong Li1-4/+4
2026-06-08mm/page_vma_mapped_walk: use ptep_get_lockless() for lockless accessAlexander Gordeev1-2/+7
2026-06-08mm/page_alloc: fix deferred compaction accountingfujunjie1-1/+2
2026-06-08mm: use mapping_max_folio_order() for force_thp_readahead orderUsama Arif1-8/+22
2026-06-08mm: bypass mmap_miss heuristic for VM_EXEC readaheadUsama Arif1-7/+7
2026-06-08mm/compaction: respect cpusets when checking retry suitabilityfujunjie3-8/+15
2026-06-08mm/thp: clear deferred split shrinker bits when queues drainLance Yang1-1/+4
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner10-288/+160
2026-06-08mm: memory: flatten alloc_anon_folio() retry loopJohannes Weiner1-17/+17
2026-06-08mm: list_lru: introduce folio_memcg_list_lru_alloc()Johannes Weiner2-5/+61
2026-06-08mm: list_lru: introduce caller locking for additions and deletionsJohannes Weiner2-31/+145
2026-06-08mm: list_lru: deduplicate lock_list_lru()Johannes Weiner1-12/+9
2026-06-08mm: list_lru: move list dead check to lock_list_lru_of_memcg()Johannes Weiner1-9/+8
2026-06-08mm: list_lru: deduplicate unlock_list_lru()Johannes Weiner1-20/+9
2026-06-08mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_emptyJohannes Weiner1-4/+1
2026-06-08mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletionJohannes Weiner1-11/+15
2026-06-08mm/nodemask: correctly describe nodemask operation return typesJoshua Hahn2-10/+10
2026-06-04docs: mm: clarify that user_reserve_kbytes has no effect when overcommit_memo...Brian Masney1-0/+2
2026-06-04MAINTAINERS: add vm.rst to memory management coreBrian Masney1-0/+1
2026-06-04mm/migrate: find_mm_struct: fix race between security checks and suid execOleg Nesterov1-4/+9
2026-06-04mm: document the folio refcount a little betterMatthew Wilcox (Oracle)1-0/+18
2026-06-04mm: remove mentions of PageWritebackMatthew Wilcox (Oracle)3-12/+12
2026-06-04zram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky1-0/+2
2026-06-04zram: do not leak blk idx at the end of writebackSergey Senozhatsky1-0/+3
2026-06-04memcg: multi objcg charge supportShakeel Butt1-58/+142