summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-01-20mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()Swaraj Gaikwad1-1/+0
2026-01-20mm: folio_zero_user: cache neighbouring pagesAnkur Arora1-3/+38
2026-01-20mm: folio_zero_user: clear page rangesAnkur Arora1-3/+15
2026-01-20mm: folio_zero_user: clear pages sequentiallyAnkur Arora1-19/+9
2026-01-20mm/vmscan.c:shrink_folio_list(): save a tabstopAndrew Morton1-48/+48
2026-01-20mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()Weilin Tong1-0/+12
2026-01-20mm: add basic tests for lazy_mmuKevin Brodsky3-0/+87
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky9-43/+43
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky1-0/+7
2026-01-20mm/damon/core: fix memory leak of repeat mode damon_call_control objectsEnze Li1-7/+13
2026-01-20mm/vmalloc: clarify why vmap_range_noflush() might sleepBrendan Jackman1-0/+5
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-3/+7
2026-01-14mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'Ben Dooks1-0/+2
2026-01-14mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka1-8/+39
2026-01-14mm: kmsan: fix poisoning of high-order non-compound pagesRyan Roberts1-1/+1
2026-01-14mm/vma: enforce VMA fork limit on unfaulted,faulted mremap merge tooLorenzo Stoakes1-12/+15
2026-01-14mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted mergeLorenzo Stoakes2-25/+62
2026-01-14mm/zswap: fix error pointer free in zswap_cpu_comp_prepare()Pavel Butsykin1-1/+1
2026-01-14mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park1-2/+3
2026-01-14mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park1-2/+3
2026-01-14mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park1-2/+3
2026-01-14mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failureSeongJae Park1-1/+3
2026-01-14mm/damon/core: remove call_control in inactive contextsSeongJae Park1-2/+31
2026-01-14mm/hugetlb: ignore hugepage kernel args if hugepages are unsupportedSourabh Jain1-0/+16
2026-01-14mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan1-1/+9
2026-01-14mm/damon/core: get memcg reference before accessShakeel Butt1-2/+6
2026-01-14mm: vmalloc: fix up vrealloc_node_align() kernel-doc macro nameBagas Sanjaya1-1/+1
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov12-37/+78
2026-01-14mm_zone: Generalise has_managed_dma()Robin Murphy1-6/+2
2026-01-13bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()Matt Bobrowski1-7/+7
2026-01-13simplify the callers of file_open_name()Al Viro2-30/+6
2026-01-12tmpfs: add setlease file operationJeff Layton1-0/+2
2026-01-10iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOCMostafa Saleh1-0/+4
2026-01-09mm/memtest: add underflow detection for size calculationKevin Lourenco1-0/+2
2026-01-09memblock: drop redundant 'struct page *' argument from memblock_free_pages()Shengming Hu3-6/+6
2026-01-05x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-3/+7
2026-01-05kfence: Enable context analysisMarco Elver4-15/+25