summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-12-07filemap: cap PTE range to be created to allowed zero fill in folio_map_range()Pankaj Raghav
2025-12-07mm/mempool: fix poisoning order>0 pages with HIGHMEMVlastimil Babka
2025-12-07mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2025-12-07mm/truncate: unmap large folio on split failureKiryl Shutsemau
2025-12-07mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres
2025-12-07mm/secretmem: fix use-after-free race in fault handlerLance Yang
2025-12-07mm, percpu: do not consider sleepable allocations atomicMichal Hocko
2025-12-07fs: factor out a direct_write_fallback helperChristoph Hellwig
2025-12-07filemap: update ki_pos in generic_perform_writeChristoph Hellwig
2025-12-07filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig
2025-12-07filemap: add a kiocb_invalidate_pages helperChristoph Hellwig
2025-10-19mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0Li RongQing
2025-10-19mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo
2025-10-15mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2025-10-02kmsan: fix out-of-bounds access to shadow memoryEric Biggers
2025-10-02mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand
2025-10-02mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang
2025-10-02mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins
2025-10-02mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins
2025-10-02mm/gup: check ref_count instead of lru before migrationHugh Dickins
2025-10-02mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand
2025-09-19mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin
2025-09-19mm/khugepaged: fix the address passed to notifier on testing youngWei Yang
2025-09-19mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)
2025-09-19mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan
2025-09-19mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan
2025-09-19mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort
2025-09-19mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo
2025-09-19kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun
2025-09-09mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang
2025-09-09slub: Reflow ___slab_alloc()Chengming Zhou
2025-09-09mm, slub: refactor free debug processingVlastimil Babka
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong
2025-08-28mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu
2025-08-28mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski
2025-08-28mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2025-08-28mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual
2025-08-28mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao
2025-08-28mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long
2025-08-15mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko
2025-08-15mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin
2025-08-15mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo
2025-08-15kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver
2025-07-24mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev
2025-07-17kasan: remove kasan_find_vm_area() to prevent possible deadlockYeoreum Yun
2025-07-17fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-06-27mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo