summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
41 hoursksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes1-13/+113
41 hoursmm/pagewalk: add walk_page_range_vma()David Hildenbrand1-0/+20
8 daysmm: (un)track_pfn_copy() fix + doc improvementsDavid Hildenbrand1-1/+1
8 daysmm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins1-58/+43
8 daysmm/mprotect: use long for page accountings and retvalPeter Xu3-16/+16
8 daysx86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-7/+4
8 daysx86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2-1/+2
8 daysmm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand1-1/+2
8 daysmm/balloon_compaction: we cannot have isolated pages in the balloon listDavid Hildenbrand1-6/+0
8 daysmm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park1-2/+15
8 daysmm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park1-0/+11
8 daysmm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park1-0/+20
8 daysmm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park1-0/+7
8 daysmm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park1-0/+10
8 daysmm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park1-0/+6
8 daysmm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park1-0/+11
8 daysmm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park1-0/+6
8 daysmm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park1-1/+8
8 daysmm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park1-0/+6
8 daysmm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park1-1/+10
8 dayskasan: refactor pcpu kasan vmalloc unpoisonMaciej Wieczor-Retman2-3/+18
2025-12-07filemap: cap PTE range to be created to allowed zero fill in folio_map_range()Pankaj Raghav1-1/+6
2025-12-07mm/mempool: fix poisoning order>0 pages with HIGHMEMVlastimil Babka1-6/+26
2025-12-07mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2025-12-07mm/truncate: unmap large folio on split failureKiryl Shutsemau1-1/+26
2025-12-07mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres1-1/+1
2025-12-07mm/secretmem: fix use-after-free race in fault handlerLance Yang1-1/+1
2025-12-07mm, percpu: do not consider sleepable allocations atomicMichal Hocko1-1/+7
2025-12-07fs: factor out a direct_write_fallback helperChristoph Hellwig1-47/+14
2025-12-07filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-4/+4
2025-12-07filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-17/+20
2025-12-07filemap: add a kiocb_invalidate_pages helperChristoph Hellwig1-20/+28
2025-10-19mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0Li RongQing1-0/+3
2025-10-19mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo1-1/+1
2025-10-15mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-1/+0
2025-10-02kmsan: fix out-of-bounds access to shadow memoryEric Biggers2-3/+23
2025-10-02mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-9/+4
2025-10-02mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang1-19/+22
2025-10-02mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins3-5/+5
2025-10-02mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins1-4/+11
2025-10-02mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-10-02mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10
2025-09-19mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-19mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-2/+2
2025-09-19mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)1-10/+10
2025-09-19mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan1-0/+3
2025-09-19mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan1-0/+3
2025-09-19mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort1-5/+9
2025-09-19mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo3-12/+12