summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-03-24mm/shrinker: fix refcount leak in shrink_slab_memcg()Altan Hacigumus
2026-03-24mm/damon/ops-common: remove redudnant mmu notifier call in pmdp mkoldqinyu
2026-03-24mm/page_alloc: avoid overcounting bulk alloc in watermark checkShengming Hu
2026-03-24mm, swap: speed up hibernation allocation and writeoutKairui Song
2026-03-23mm/damon/stat: monitor all System RAM resourcesSeongJae Park
2026-03-23mm/zswap: add missing kunmap_local()Lorenzo Stoakes (Oracle)
2026-03-21mm/damon/core: avoid use of half-online-committed contextSeongJae Park
2026-03-21mm/rmap: clear vma->anon_vma on errorLorenzo Stoakes (Oracle)
2026-03-21um: Fix potential race condition in TLB syncTiwei Bie
2026-03-20mm/hmm: Indicate that HMM requires DMA coherencyLeon Romanovsky
2026-03-19slab: free remote objects to sheaves on memoryless nodesVlastimil Babka (SUSE)
2026-03-19slab: create barns for online memoryless nodesVlastimil Babka (SUSE)
2026-03-19slab: decouple pointer to barn from kmem_cache_nodeVlastimil Babka (SUSE)
2026-03-16Merge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-16slab: remove alloc_full_sheaf()Vlastimil Babka (SUSE)
2026-03-13Merge tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost
2026-03-11slab: fix memory leak when refill_sheaf() failsQing Wang
2026-03-11mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiersThomas Hellström
2026-03-10mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for sh...Wei Yang
2026-03-10mm/rmap: fix incorrect pte restoration for lazyfree foliosDev Jain
2026-03-10mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()Chris Down
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-10mm/slab: fix an incorrect check in obj_exts_alloc_size()Harry Yoo
2026-03-09block: remove bdev_nonrot()Damien Le Moal
2026-03-06Merge tag 'drm-fixes-2026-03-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-03-06Merge tag 'slab-for-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-06Require (reasonably) normal mappings for MADV_DOFORKLinus Torvalds
2026-03-04mm/huge_memory: fix a folio_split() race condition with folio_try_get()Zi Yan
2026-03-04memcg: fix slab accounting in refill_obj_stock() trylock pathHao Li
2026-03-04mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc codeRitesh Harjani (IBM)
2026-03-04mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()Zi Yan
2026-03-04mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade
2026-03-04mm: memfd_luo: always dirty all foliosPratyush Yadav (Google)
2026-03-04mm: memfd_luo: always make all folios uptodatePratyush Yadav (Google)
2026-03-04mm/slab: change stride type from unsigned short to unsigned intHarry Yoo
2026-03-04mm/slab: allow sheaf refill if blocking is not allowedVlastimil Babka (SUSE)
2026-03-02mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström
2026-03-02slab: distinguish lock and trylock for sheaf_flush_main()Vlastimil Babka
2026-02-27Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-27mm/slab: initialize slab->stride early to avoid memory ordering issuesHarry Yoo
2026-02-26mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXTSuren Baghdasaryan
2026-02-26mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is availableHarry Yoo
2026-02-26mm/slab: constify sysfs attributesThomas Weißschuh
2026-02-26mm/slab: create sysfs attribute through default_groupsThomas Weißschuh
2026-02-24mm: fix NULL NODE_DATA dereference for memoryless nodes on bootMing Lei
2026-02-24mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko
2026-02-24mm/damon/core: disallow non-power of two min_region_szSeongJae Park
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)