summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+8
2026-03-28Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus Torvalds-14/+51
2026-03-27mm/mseal: update VMA end correctly on mergeLorenzo Stoakes (Oracle)-2/+1
2026-03-27mm/pagewalk: fix race between concurrent split and refaultMax Boone-3/+22
2026-03-27mm/memory: fix PMD/PUD checks in follow_pfnmap_start()David Hildenbrand (Arm)-3/+15
2026-03-27mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law-0/+3
2026-03-27mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law-0/+3
2026-03-27mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law-1/+3
2026-03-27mm/swap: fix swap cache memcg accountingAlexandre Ghiti-5/+4
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang-2/+8
2026-03-23mm/damon/stat: monitor all System RAM resourcesSeongJae Park-3/+50
2026-03-23mm/zswap: add missing kunmap_local()Lorenzo Stoakes (Oracle)-1/+7
2026-03-21mm/damon/core: avoid use of half-online-committed contextSeongJae Park-0/+8
2026-03-21mm/rmap: clear vma->anon_vma on errorLorenzo Stoakes (Oracle)-0/+7
2026-03-20mm/hmm: Indicate that HMM requires DMA coherencyLeon Romanovsky-2/+2
2026-03-16Merge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/s...Linus Torvalds-5/+19
2026-03-13Merge tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+4
2026-03-11slab: fix memory leak when refill_sheaf() failsQing Wang-0/+4
2026-03-10mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for sh...Wei Yang-3/+9
2026-03-10mm/rmap: fix incorrect pte restoration for lazyfree foliosDev Jain-1/+8
2026-03-10mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()Chris Down-1/+2
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds-15/+65
2026-03-10mm/slab: fix an incorrect check in obj_exts_alloc_size()Harry Yoo-7/+0
2026-03-06Merge tag 'drm-fixes-2026-03-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-11/+17
2026-03-06Merge tag 'slab-for-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+52
2026-03-06Require (reasonably) normal mappings for MADV_DOFORKLinus Torvalds-1/+1
2026-03-04mm/huge_memory: fix a folio_split() race condition with folio_try_get()Zi Yan-4/+9
2026-03-04memcg: fix slab accounting in refill_obj_stock() trylock pathHao Li-1/+1
2026-03-04mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc codeRitesh Harjani (IBM)-2/+2
2026-03-04mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()Zi Yan-1/+4
2026-03-04mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade-1/+6
2026-03-04mm: memfd_luo: always dirty all foliosPratyush Yadav (Google)-5/+21
2026-03-04mm: memfd_luo: always make all folios uptodatePratyush Yadav (Google)-2/+23
2026-03-04mm/slab: change stride type from unsigned short to unsigned intHarry Yoo-5/+5
2026-03-04mm/slab: allow sheaf refill if blocking is not allowedVlastimil Babka (SUSE)-12/+10
2026-03-02mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström-11/+17
2026-03-02slab: distinguish lock and trylock for sheaf_flush_main()Vlastimil Babka-10/+37
2026-02-27Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-18/+37
2026-02-27mm/slab: initialize slab->stride early to avoid memory ordering issuesHarry Yoo-2/+3
2026-02-26mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXTSuren Baghdasaryan-12/+25
2026-02-26mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is availableHarry Yoo-4/+9
2026-02-24mm: fix NULL NODE_DATA dereference for memoryless nodes on bootMing Lei-1/+5
2026-02-24mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko-7/+10
2026-02-24mm/damon/core: disallow non-power of two min_region_szSeongJae Park-0/+3
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)-1/+6
2026-02-24mm: thp: deny THP for files on anonymous inodesDeepanshu Kartikey-0/+3
2026-02-24mm/kfence: disable KFENCE upon KASAN HW tags enablementAlexander Potapenko-0/+15
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-34/+17