summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2026-02-06Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...Linus Torvalds-22/+20
2026-02-06Merge tag 'slab-for-6.19-rc8-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+5
2026-02-06mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_singleHao Ge-1/+5
2026-02-05mm/memory-failure: reject unsupported non-folio compound pageMiaohe Lin-22/+20
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds-9/+14
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song-9/+14
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds-75/+186
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost-1/+34
2026-01-26mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...Waiman Long-6/+6
2026-01-26mm/kfence: randomize the freelist on initializationPimyn Girgis-4/+19
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)-2/+4
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)-2/+2
2026-01-26memfd: export alloc_file()Pratyush Yadav (Google)-2/+2
2026-01-26mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfnJane Chu-6/+8
2026-01-26mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu-37/+56
2026-01-26mm, swap: restore swap_space attr aviod kernel panicrobin.kuo-3/+2
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin-5/+23
2026-01-26mm/shmem, swap: fix race of truncate and swap entry splitKairui Song-11/+34
2026-01-21Merge tag 'slab-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+6
2026-01-21slab: fix kmalloc_nolock() context check for PREEMPT_RTSwaraj Gaikwad-2/+6
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds-111/+175
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+2
2026-01-20mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed-10/+11
2026-01-20mm/kfence: fix potential deadlock in reboot notifierBreno Leitao-5/+12
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes-1/+5
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)-59/+122
2026-01-20mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)-16/+4
2026-01-20mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)-16/+8
2026-01-20mm: remove unnecessary and incorrect mmap lock assertLorenzo Stoakes-3/+2
2026-01-19mm/vma: do not leak memory when .mmap_prepare swaps the fileLorenzo Stoakes-2/+9
2026-01-19migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)-6/+6
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers-1/+1
2026-01-19mm: add missing static initializer for init_mm::mm_cid.lockMathieu Desnoyers-0/+3
2026-01-16Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+8
2026-01-14mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'Ben Dooks-0/+2
2026-01-14mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka-8/+39
2026-01-14mm: kmsan: fix poisoning of high-order non-compound pagesRyan Roberts-1/+1
2026-01-14mm/vma: enforce VMA fork limit on unfaulted,faulted mremap merge tooLorenzo Stoakes-12/+15
2026-01-14mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted mergeLorenzo Stoakes-25/+62
2026-01-14mm/zswap: fix error pointer free in zswap_cpu_comp_prepare()Pavel Butsykin-1/+1
2026-01-14mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park-2/+3
2026-01-14mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park-2/+3
2026-01-14mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park-2/+3
2026-01-14mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failureSeongJae Park-1/+3
2026-01-14mm/damon/core: remove call_control in inactive contextsSeongJae Park-2/+31
2026-01-14mm/hugetlb: ignore hugepage kernel args if hugepages are unsupportedSourabh Jain-0/+16
2026-01-14mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan-1/+9
2026-01-14mm/damon/core: get memcg reference before accessShakeel Butt-2/+6
2026-01-14mm: vmalloc: fix up vrealloc_node_align() kernel-doc macro nameBagas Sanjaya-1/+1
2026-01-14mm_zone: Generalise has_managed_dma()Robin Murphy-6/+2