summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysalloc_tag: fix use-after-free in /proc/allocinfo after module unloadHao Ge
8 daysmm/alloc_tag: replace fixed-size early PFN array with dynamic linked listHao Ge
2026-06-08selftests/mm/hmm-tests: test pagemap reads of PMD device-private entriesDev Jain
2026-06-08fs/proc/task_mmu: do not warn on seeing non-migration pmd entryDev Jain
2026-06-08lib/test_hmm: check alloc_page_vma() return value and handle OOMQiang Liu
2026-06-08mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn
2026-06-08mm/swap: remove redundant swap device reference in alloc/freeYoungjun Park
2026-06-08mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap deviceYoungjun Park
2026-06-08mm/filemap: use folio_next_index() for starttanze
2026-06-08vmalloc: fix NULL pointer dereference in is_vm_area_hugepages()Hui Zhu
2026-06-08sparc/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song
2026-06-08loongarch/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song
2026-06-08riscv/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song
2026-06-08arm64/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song
2026-06-08mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()Muchun Song
2026-06-08rust: page: mark Page::nid as inlineNakamura Shuta
2026-06-08userfaultfd: build __VMA_UFFD_FLAGS from config-gated masksKiryl Shutsemau (Meta)
2026-06-08userfaultfd: gate must_wait writability check on pte_present()Kiryl Shutsemau (Meta)
2026-06-08mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgradeKiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau (Meta)
2026-06-08MAINTAINERS: add testing ABI documents for mmSeongJae Park
2026-06-08mm: delete stale comment about cachelinesBrendan Jackman
2026-06-08lib/test_hmm: fix memory leak in dmirror_migrate_to_system()Hao Ge
2026-06-08zram: drop unused bio parameter from write helpersCunlong Li
2026-06-08mm/page_vma_mapped_walk: use ptep_get_lockless() for lockless accessAlexander Gordeev
2026-06-08mm/page_alloc: fix deferred compaction accountingfujunjie
2026-06-08mm: use mapping_max_folio_order() for force_thp_readahead orderUsama Arif
2026-06-08mm: bypass mmap_miss heuristic for VM_EXEC readaheadUsama Arif
2026-06-08mm/compaction: respect cpusets when checking retry suitabilityfujunjie
2026-06-08mm/thp: clear deferred split shrinker bits when queues drainLance Yang
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner
2026-06-08mm: memory: flatten alloc_anon_folio() retry loopJohannes Weiner
2026-06-08mm: list_lru: introduce folio_memcg_list_lru_alloc()Johannes Weiner
2026-06-08mm: list_lru: introduce caller locking for additions and deletionsJohannes Weiner
2026-06-08mm: list_lru: deduplicate lock_list_lru()Johannes Weiner
2026-06-08mm: list_lru: move list dead check to lock_list_lru_of_memcg()Johannes Weiner
2026-06-08mm: list_lru: deduplicate unlock_list_lru()Johannes Weiner
2026-06-08mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_emptyJohannes Weiner
2026-06-08mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletionJohannes Weiner
2026-06-08mm/nodemask: correctly describe nodemask operation return typesJoshua Hahn
2026-06-04docs: mm: clarify that user_reserve_kbytes has no effect when overcommit_memo...Brian Masney
2026-06-04MAINTAINERS: add vm.rst to memory management coreBrian Masney
2026-06-04mm/migrate: find_mm_struct: fix race between security checks and suid execOleg Nesterov
2026-06-04mm: document the folio refcount a little betterMatthew Wilcox (Oracle)
2026-06-04mm: remove mentions of PageWritebackMatthew Wilcox (Oracle)
2026-06-04zram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky
2026-06-04zram: do not leak blk idx at the end of writebackSergey Senozhatsky
2026-06-04memcg: multi objcg charge supportShakeel Butt