summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-11-24mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan
2025-11-24mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan
2025-11-24mm/secretmem: fix use-after-free race in fault handlerLance Yang
2025-11-24mm/truncate: unmap large folio on split failureKiryl Shutsemau
2025-11-24mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau
2025-11-24mm, percpu: do not consider sleepable allocations atomicMichal Hocko
2025-11-24codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...Hao Ge
2025-11-24mm/shmem: fix THP allocation and fallback loopKairui Song
2025-11-24mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres
2025-11-24ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes
2025-10-29mm: prevent poison consumption when splitting THPQiuxu Zhuo
2025-10-29slab: Fix obj_ext mistakenly considered NULL due to race conditionHao Ge
2025-10-29slab: Avoid race on slab->obj_exts in alloc_slab_obj_extsHao Ge
2025-10-23slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAILHao Ge
2025-10-19mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP ...Lance Yang
2025-10-19mm/damon/lru_sort: use param_ctx for damon_attrs stagingSeongJae Park
2025-10-19mm/damon/vaddr: do not repeat pte_offset_map_lock() until successSeongJae Park
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-19mm/thp: fix MTE tag mismatch when replacing zero-filled subpagesLance Yang
2025-10-19slab: mark slab->obj_exts allocation failures unconditionallySuren Baghdasaryan
2025-10-19slab: prevent warnings when slab obj_exts vector allocation failsSuren Baghdasaryan
2025-10-15mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi
2025-10-06mm: swap: check for stable address space before operating on the VMACharan Teja Kalla
2025-10-02kmsan: fix out-of-bounds access to shadow memoryEric Biggers
2025-10-02mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins
2025-10-02mm: revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"Hugh Dickins
2025-10-02mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins
2025-09-25mm/gup: check ref_count instead of lru before migrationHugh Dickins
2025-09-25mm: add folio_expected_ref_count() for reference count calculationShivank Garg
2025-09-25mm: revert "mm: vmscan.c: fix OOM on swap stress test"Hugh Dickins
2025-09-25gup: optimize longterm pin_user_pages() for large folioLi Zhe
2025-09-19Disable SLUB_TINY for build testingLinus Torvalds
2025-09-19mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()Jeongjun Park
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/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan
2025-09-19mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon
2025-09-19mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer
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: 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: fix accounting of memmap pagesSumanth Korikkar
2025-09-09kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong
2025-09-09mm, slab: cleanup slab_bug() parametersVlastimil Babka
2025-09-09mm: slub: call WARN() when detecting a slab corruptionHyesoo Yu
2025-09-09mm: slub: Print the broken data before restoring themHyesoo Yu
2025-09-09mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang