summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-08-23mm/page_table_check: skip special zero mappingsZhiling Zou
2026-08-23userfaultfd: wait on source PMD during UFFDIO_MOVEUsama Arif
2026-08-23mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2026-08-19mm/filemap: __filemap_add_folio() restore index before retryingHugh Dickins
2026-08-19mm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)
2026-08-19arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)
2026-08-19mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)
2026-08-19mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}SJ Park
2026-08-19mm/damon/ops-common: putback folios on invalid migrate nidliyouhong
2026-08-19mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)
2026-08-09mm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)
2026-08-09mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()Kiryl Shutsemau (Meta)
2026-08-09mm: memcg: initialize *locked in memcg1_oom_prepare() stubBreno Leitao
2026-08-09mm/page_reporting: use system_freezable_wq to fix UAF during suspendLink Lin
2026-08-09mm/vmstat: fold stranded per-cpu node stats when a node comes onlineGregory Price
2026-08-09mm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai
2026-08-09mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()Zi Yan
2026-08-09mm/util: don't read __page_2 for order-1 folios in snapshot_page()Aboorva Devarajan
2026-08-09mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTEKefeng Wang
2026-08-09mm/slab: prevent unbounded recursion in free path with new kmalloc typeHarry Yoo (Oracle)
2026-08-03mm/damon/core: disallow overlapping input ranges for damon_set_regions()SJ Park
2026-08-03mm/damon/core: validate ranges in damon_set_regions()SJ Park
2026-08-03mm/sparse-vmemmap: fix vmemmap accounting underflowMuchun Song
2026-08-03mm/huge_memory: set PG_has_hwpoisoned only after new folio head is establishedRik van Riel
2026-08-03mm/kmemleak: fix checksum computation for per-cpu objectsBreno Leitao
2026-07-24mm/damon/core: trace esz at first setupSeongJae Park
2026-07-24mm/damon/core: always put unsuccessfully committed target pidsSeongJae Park
2026-07-24mm/compaction: handle free_pages_prepare() properly in compaction_free()Zi Yan
2026-07-24mm/mm_init: fix uninitialized struct pages for ZONE_DEVICEMuchun Song
2026-07-24mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal errorSeongJae Park
2026-07-24mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()SeongJae Park
2026-07-24mm/damon/core: make charge_addr_from aware of end-address exclusivitySeongJae Park
2026-07-24mm/memory_hotplug: fix incorrect altmap passing in error pathMuchun Song
2026-07-24mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatchDeepanshu Kartikey
2026-07-24mm/mm_init: fix pageblock migratetype for ZONE_DEVICE compound pagesMuchun Song
2026-07-24mm/fake-numa: fix under-allocation detection in uniform splitSang-Heon Jeon
2026-07-18mm: do file ownership checks with the proper mount idmapPedro Falcato
2026-07-18mm: fix mmap errno value when MAP_DROPPABLE is not supportedAnthony Yznaga
2026-07-18mm: shmem: fix potential livelock issue for shmem direct swapinBaolin Wang
2026-07-18mm/slab: do not limit zeroing to orig_size when only red zoning is enabledVlastimil Babka (SUSE)
2026-07-18mm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockupZijiang Huang
2026-07-18mm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless hostJose Fernandez (Anthropic)
2026-07-18mm: shrinker: fix NULL pointer dereference in debugfsQi Zheng
2026-07-18mm: shrinker: fix shrinker_info teardown race with expansionQi Zheng
2026-07-18mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()Shakeel Butt
2026-07-18mm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park
2026-07-18mm/khugepaged: write all dirty file folios when collapsingPedro Falcato
2026-06-27mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes
2026-06-27mm: set the VM_MAYBE_GUARD flag on guard region installLorenzo Stoakes
2026-06-27mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes