summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
39 hoursmm: thp: deny THP for files on anonymous inodesDeepanshu Kartikey1-0/+3
39 hoursmm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is availableHarry Yoo1-4/+9
10 daysmm: numa_memblks: Identify the accurate NUMA ID of CFMWCui Chao1-4/+5
10 daysmm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov1-0/+1
10 daysmm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao2-14/+36
10 daysmm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCKHarry Yoo1-6/+11
10 daysmm/hugetlb: restore failed global reservations to subpoolJoshua Hahn1-0/+9
10 daysmm/slab: use prandom if !allow_spinHarry Yoo1-4/+24
10 daysmm/slab: do not access current->mems_allowed_seq if !allow_spinHarry Yoo1-2/+11
10 daysmm/slab: use unsigned long for orig_size to ensure proper metadata alignHarry Yoo1-7/+7
10 daysmm/slab: avoid allocating slabobj_ext array from its own slabHarry Yoo1-7/+53
10 daysmm/highmem: fix __kmap_to_page() build errorWilliam Tambe1-1/+2
10 daysmm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()Vlastimil Babka1-1/+4
10 daysmm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_nodeDeepanshu Kartikey1-0/+8
10 daysmm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka1-0/+14
2026-02-26mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()Harry Yoo1-0/+20
2026-02-06Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...Linus Torvalds1-22/+20
2026-02-06Merge tag 'slab-for-6.19-rc8-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+5
2026-02-06mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_singleHao Ge1-1/+5
2026-02-05mm/memory-failure: reject unsupported non-folio compound pageMiaohe Lin1-22/+20
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds1-9/+14
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song1-9/+14
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds11-75/+186
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost1-1/+34
2026-01-26mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...Waiman Long1-6/+6
2026-01-26mm/kfence: randomize the freelist on initializationPimyn Girgis1-4/+19
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)1-2/+4
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)1-2/+2
2026-01-26memfd: export alloc_file()Pratyush Yadav (Google)1-2/+2
2026-01-26mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfnJane Chu1-6/+8
2026-01-26mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu1-37/+56
2026-01-26mm, swap: restore swap_space attr aviod kernel panicrobin.kuo2-3/+2
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin2-5/+23
2026-01-26mm/shmem, swap: fix race of truncate and swap entry splitKairui Song1-11/+34
2026-01-21Merge tag 'slab-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2026-01-21slab: fix kmalloc_nolock() context check for PREEMPT_RTSwaraj Gaikwad1-2/+6
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds10-111/+175
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+2
2026-01-20mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed2-10/+11
2026-01-20mm/kfence: fix potential deadlock in reboot notifierBreno Leitao1-5/+12
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes1-1/+5
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)3-59/+122
2026-01-20mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+4
2026-01-20mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+8
2026-01-20mm: remove unnecessary and incorrect mmap lock assertLorenzo Stoakes1-3/+2
2026-01-19mm/vma: do not leak memory when .mmap_prepare swaps the fileLorenzo Stoakes1-2/+9
2026-01-19migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)1-6/+6
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers1-1/+1
2026-01-19mm: add missing static initializer for init_mm::mm_cid.lockMathieu Desnoyers1-0/+3
2026-01-16Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+8