summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
10 daysmm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)1-14/+29
10 daysmm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)2-6/+73
10 daysmm/vmstat: fold stranded per-cpu node stats when a node comes onlineGregory Price1-4/+12
10 daysmm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTEKefeng Wang1-2/+3
10 daysmm/migrate_device: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand1-18/+21
10 daysmm/mm_init: fix uninitialized struct pages for ZONE_DEVICEMuchun Song1-3/+10
10 daysmm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2-13/+1
10 daysmm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)3-140/+162
10 daysmm: do file ownership checks with the proper mount idmapPedro Falcato2-4/+2
13 daysmm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)1-2/+14
13 daysmm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()Kiryl Shutsemau (Meta)1-8/+10
13 daysmm/page_reporting: use system_freezable_wq to fix UAF during suspendLink Lin1-2/+4
13 daysmm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai1-1/+1
13 daysmm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()Zi Yan1-1/+1
13 daysmm/damon/core: disallow overlapping input ranges for damon_set_regions()SJ Park1-2/+9
13 daysmm/damon/core: validate ranges in damon_set_regions()SJ Park1-0/+6
2026-07-29mm: refactor mm_access() to not return NULLLorenzo Stoakes2-4/+4
2026-07-24mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()SeongJae Park1-6/+3
2026-07-24mm/damon/core: make charge_addr_from aware of end-address exclusivitySeongJae Park1-1/+1
2026-07-24writeback: Avoid contention on wb->list_lock when switching inodesJan Kara1-0/+5
2026-07-24mm: shrinker: fix NULL pointer dereference in debugfsQi Zheng1-4/+6
2026-07-24mm: shrinkers: fix debugfs file permissionsJohn Keeping1-2/+2
2026-07-24mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()Shakeel Butt1-4/+0
2026-07-24mm: shrinker: remove redundant shrinker_rwsem in debugfs operationsQi Zheng1-15/+1
2026-07-24mm/damon/reclaim: fix typo in damon_reclaim_timer_fn()Liew Rui Yan1-1/+1
2026-07-24mm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park1-0/+1
2026-07-24mm/vmscan: flush deferred TLB before freeing large foliosJiayuan Chen1-2/+4
2026-07-04mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao1-4/+9
2026-06-19mm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-28/+56
2026-06-19mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid valuesSeongJae Park2-28/+72
2026-06-19mm/damon/core: implement damon_kdamond_pid()SeongJae Park1-0/+17
2026-06-19mm/damon/core: disallow time-quota setting zero eszSeongJae Park1-0/+1
2026-06-19mm/damon/core: use time_in_range_open() for damos quota window startSeongJae Park1-1/+2
2026-06-19mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma2-19/+10
2026-06-19mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu1-28/+43
2026-06-19mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand2-5/+16
2026-06-19mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folioDavid Hildenbrand2-4/+14
2026-06-19mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand6-9/+26
2026-06-19mm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple1-1/+1
2026-06-19mm/hugetlb_cma: round up per_node before logging itSang-Heon Jeon1-0/+1
2026-06-19mm/huge_memory: update file PMD counter before folio_put()Yin Tirui1-0/+2
2026-06-19mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park1-2/+2
2026-06-19mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes1-19/+37
2026-06-19mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov1-0/+1
2026-06-01mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()Breno Leitao1-2/+3
2026-06-01mm/kasan: fix double free for kasan pXdsRitesh Harjani (IBM)1-4/+4
2026-04-11mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3
2026-03-25mm/kfence: disable KFENCE upon KASAN HW tags enablementAlexander Potapenko1-0/+15
2026-03-25mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko1-2/+5
2026-03-25mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)3-59/+121