summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
6 daysmm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)1-15/+31
10 daysmm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)2-0/+15
10 daysmm/vmstat: fold stranded per-cpu node stats when a node comes onlineGregory Price1-4/+11
10 daysmm: do file ownership checks with the proper mount idmapPedro Falcato2-4/+2
2026-08-19mm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)1-2/+14
2026-08-19mm/page_reporting: use system_freezable_wq to fix UAF during suspendLink Lin1-2/+4
2026-08-19mm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai1-1/+1
2026-08-19mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()Zi Yan1-1/+1
2026-06-19mm/huge_memory: update file PMD counter before folio_put()Yin Tirui1-0/+2
2026-06-19use less confusing names for iov_iter direction initializersAl Viro3-3/+3
2026-06-19mm/hugetlb_cma: round up per_node before logging itSang-Heon Jeon1-0/+1
2026-06-19mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park1-2/+2
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-18mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)3-49/+111
2026-04-18mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-14/+4
2026-04-18mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+8
2026-04-18mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu1-9/+4
2026-04-18mm/hugetlb: make detecting shared pte more reliableMiaohe Lin1-13/+8
2026-03-04mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka1-0/+14
2026-02-11mm/kfence: randomize the freelist on initializationPimyn Girgis1-4/+21
2026-02-06ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes1-10/+105
2026-02-06mm/pagewalk: add walk_page_range_vma()David Hildenbrand1-0/+20
2026-02-06migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)1-8/+6
2026-02-06mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan1-1/+9
2026-02-06x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-4/+8
2026-01-19mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand1-1/+2
2026-01-19mm/balloon_compaction: we cannot have isolated pages in the balloon listDavid Hildenbrand1-6/+0
2026-01-19mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin1-3/+3
2026-01-19mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park1-1/+11
2026-01-19mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park1-0/+21
2026-01-19mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park1-0/+7
2026-01-19mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park1-0/+10
2026-01-19mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park1-0/+6
2026-01-19mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park1-0/+11
2026-01-19mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park1-0/+6
2026-01-19mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park1-1/+8
2026-01-19mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park1-0/+6
2026-01-19mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park1-1/+10
2025-12-07mm/secretmem: fix use-after-free race in fault handlerLance Yang1-1/+1
2025-12-07mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres1-1/+1
2025-10-19minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-1/+0
2025-10-19mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo1-1/+1
2025-10-19mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-02mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-8/+4
2025-10-02mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-10-02mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-1/+1
2025-10-02mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand1-1/+1
2025-10-02mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo2-9/+9
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong1-1/+6