summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+19
11 daysMerge tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+4
13 daysslab: fix memory leak when refill_sheaf() failsQing Wang1-0/+4
2026-03-10mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for sh...Wei Yang1-3/+9
2026-03-10mm/rmap: fix incorrect pte restoration for lazyfree foliosDev Jain1-1/+8
2026-03-10mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()Chris Down1-1/+2
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds6-15/+65
2026-03-10mm/slab: fix an incorrect check in obj_exts_alloc_size()Harry Yoo1-7/+0
2026-03-06Merge tag 'drm-fixes-2026-03-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-11/+17
2026-03-06Merge tag 'slab-for-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-27/+52
2026-03-06Require (reasonably) normal mappings for MADV_DOFORKLinus Torvalds1-1/+1
2026-03-04mm/huge_memory: fix a folio_split() race condition with folio_try_get()Zi Yan1-4/+9
2026-03-04memcg: fix slab accounting in refill_obj_stock() trylock pathHao Li1-1/+1
2026-03-04mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc codeRitesh Harjani (IBM)1-2/+2
2026-03-04mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()Zi Yan1-1/+4
2026-03-04mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade1-1/+6
2026-03-04mm: memfd_luo: always dirty all foliosPratyush Yadav (Google)1-5/+21
2026-03-04mm: memfd_luo: always make all folios uptodatePratyush Yadav (Google)1-2/+23
2026-03-04mm/slab: change stride type from unsigned short to unsigned intHarry Yoo1-5/+5
2026-03-04mm/slab: allow sheaf refill if blocking is not allowedVlastimil Babka (SUSE)1-12/+10
2026-03-02mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström4-11/+17
2026-03-02slab: distinguish lock and trylock for sheaf_flush_main()Vlastimil Babka1-10/+37
2026-02-27Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-18/+37
2026-02-27mm/slab: initialize slab->stride early to avoid memory ordering issuesHarry Yoo1-2/+3
2026-02-26mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXTSuren Baghdasaryan2-12/+25
2026-02-26mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is availableHarry Yoo1-4/+9
2026-02-24mm: fix NULL NODE_DATA dereference for memoryless nodes on bootMing Lei1-1/+5
2026-02-24mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko2-7/+10
2026-02-24mm/damon/core: disallow non-power of two min_region_szSeongJae Park1-0/+3
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-1/+6
2026-02-24mm: thp: deny THP for files on anonymous inodesDeepanshu Kartikey1-0/+3
2026-02-24mm/kfence: disable KFENCE upon KASAN HW tags enablementAlexander Potapenko1-0/+15
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds9-34/+17
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds29-77/+77
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds44-168/+159
2026-02-21Merge tag 'fixes-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook44-168/+159
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-195/+380
2026-02-16Merge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-29/+73
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+8
2026-02-14mm: numa_memblks: Identify the accurate NUMA ID of CFMWCui Chao1-4/+5
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds2-6/+20
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+0
2026-02-12mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov1-0/+1
2026-02-12mm: rmap: support batched unmapping for file large foliosBaolin Wang1-3/+7
2026-02-12mm: rmap: support batched checks of the references for large foliosBaolin Wang1-3/+25
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes4-8/+10
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-9/+8