summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
11 daysmm/swap: reject swapon() on filesystem-level encrypted filesEric Biggers
2026-08-23mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)
2026-08-23mm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)
2026-08-23mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)
2026-08-23mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes
2026-08-23mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTEKefeng Wang
2026-08-23userfaultfd: prevent registration of special VMAsMike Rapoport (Microsoft)
2026-08-23userfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)
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/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-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/mm_init: fix pageblock migratetype for ZONE_DEVICE compound pagesMuchun Song
2026-07-29mm: refactor mm_access() to not return NULLLorenzo Stoakes
2026-07-24mm: do file ownership checks with the proper mount idmapPedro Falcato
2026-07-24mm/slab: do not limit zeroing to orig_size when only red zoning is enabledVlastimil Babka (SUSE)
2026-07-24writeback: Avoid contention on wb->list_lock when switching inodesJan Kara
2026-07-24mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()Shakeel Butt
2026-07-24mm: shrinker: remove redundant shrinker_rwsem in debugfs operationsQi Zheng
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: shrinker: fix NULL pointer dereference in debugfsQi Zheng
2026-07-24mm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park
2026-07-24mm/vmscan: flush deferred TLB before freeing large foliosJiayuan Chen
2026-06-19mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma
2026-06-19mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu
2026-06-19mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand
2026-06-19mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folioDavid Hildenbrand
2026-06-19mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand
2026-06-19memfd: deny writeable mappings when implying SEAL_WRITEPratyush Yadav (Google)
2026-06-19mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()SeongJae Park
2026-06-19mm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple
2026-06-19mm/huge_memory: update file PMD counter before folio_put()Yin Tirui
2026-06-19mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes
2026-06-19mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier
2026-06-19mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park
2026-06-19mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov
2026-06-01mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()SeongJae Park
2026-05-17mm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park
2026-05-17mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid valuesSeongJae Park
2026-05-17mm/damon/core: implement damon_kdamond_pid()SeongJae Park
2026-05-17mm/damon/core: disallow time-quota setting zero eszSeongJae Park
2026-05-17mm/hugetlb_cma: round up per_node before logging itSang-Heon Jeon
2026-05-17mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park