summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2 daysmm/highmem: Take kmap_high_get() properly into accountThomas Gleixner
2 dayshighmem: Provide generic variant of kmap_atomic*Thomas Gleixner
2 daysmm: memcg: stop reclaim when a limit update is supersededGuopeng Zhang
2 daysmm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()Breno Leitao
2026-09-02mm/swap: reject swapon() on filesystem-level encrypted filesEric Biggers
2026-08-27mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)
2026-08-23mm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)
2026-08-23mm/vmstat: fold stranded per-cpu node stats when a node comes onlineGregory Price
2026-08-19mm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)
2026-08-19mm/page_reporting: use system_freezable_wq to fix UAF during suspendLink Lin
2026-08-19mm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai
2026-08-19mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()Zi Yan
2026-06-19mm/huge_memory: update file PMD counter before folio_put()Yin Tirui
2026-06-19use less confusing names for iov_iter direction initializersAl Viro
2026-06-19mm/hugetlb_cma: round up per_node before logging itSang-Heon Jeon
2026-06-01mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()Breno Leitao
2026-06-01mm/kasan: fix double free for kasan pXdsRitesh Harjani (IBM)
2026-04-18mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)
2026-04-18mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-04-18mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-04-18mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu
2026-04-18mm/hugetlb: make detecting shared pte more reliableMiaohe Lin
2026-04-18mm/hugetlb: fix skipping of unsharing of pmd page tablesDavid Hildenbrand (Arm)
2026-03-04mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka
2026-02-06ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes
2026-02-06mm/pagewalk: add walk_page_range_vma()David Hildenbrand
2026-02-06migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)
2026-01-19mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand
2026-01-19mm/balloon_compaction: we cannot have isolated pages in the balloon listDavid Hildenbrand
2026-01-19mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin
2025-12-07mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2025-10-29mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi
2025-10-02mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand
2025-10-02mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin
2025-10-02mm/khugepaged: fix the address passed to notifier on testing youngWei Yang
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong
2025-09-09mm/khugepaged: fix ->anon_vma raceJann Horn
2025-08-28mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual
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/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo
2025-08-28mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin
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-28mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko
2025-08-28mm: extract might_alloc() debug checkDaniel Vetter
2025-08-28mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev