summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-01-20mm/gup: remove no longer used gup_fast_undo_dev_pagemapKairui Song
2026-01-20mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka
2026-01-20mm/hugetlb_cgroup: fix -Wformat-truncation warningXiu Jianfeng
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco
2026-01-20mm/damon: fix typos in commentsKevin Lourenco
2026-01-20mm/mm_init: replace simple_strtoul with kstrtobool in set_hashdistThorsten Blum
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner
2026-01-20mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()JaeJoon Jung
2026-01-20mm/damon/core: add trace point for damos stat per apply intervalSeongJae Park
2026-01-20mm/damon/sysfs-schemes: implement max_nr_snapshots fileSeongJae Park
2026-01-20mm/damon/core: implement max_nr_snapshotsSeongJae Park
2026-01-20mm/damon/sysfs-schemes: introduce nr_snapshots damos stat fileSeongJae Park
2026-01-20mm/damon/core: introduce nr_snapshots damos statSeongJae Park
2026-01-20mm/damon/core: fix wasteful CPU calls by skipping non-existent targetsEnze Li
2026-01-20mm: memcontrol: rename mem_cgroup_from_slab_obj()Johannes Weiner
2026-01-20memcg: remove mem_cgroup_size()Chen Ridong
2026-01-20memcg: move mem_cgroup_usage memcontrol-v1.cChen Ridong
2026-01-20mm: zswap: delete unused acomp->is_sleepableJohannes Weiner
2026-01-20mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()Swaraj Gaikwad
2026-01-20mm: folio_zero_user: cache neighbouring pagesAnkur Arora
2026-01-20mm: folio_zero_user: clear page rangesAnkur Arora
2026-01-20mm: folio_zero_user: clear pages sequentiallyAnkur Arora
2026-01-20mm/vmscan.c:shrink_folio_list(): save a tabstopAndrew Morton
2026-01-20mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()Weilin Tong
2026-01-20mm: add basic tests for lazy_mmuKevin Brodsky
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky
2026-01-20mm/damon/core: fix memory leak of repeat mode damon_call_control objectsEnze Li
2026-01-20mm/vmalloc: clarify why vmap_range_noflush() might sleepBrendan Jackman
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-20mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed
2026-01-20mm/kfence: fix potential deadlock in reboot notifierBreno Leitao
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)
2026-01-20mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-01-20mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-01-20mm: remove unnecessary and incorrect mmap lock assertLorenzo Stoakes
2026-01-19mm/vma: do not leak memory when .mmap_prepare swaps the fileLorenzo Stoakes
2026-01-19migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers
2026-01-19mm: add missing static initializer for init_mm::mm_cid.lockMathieu Desnoyers
2026-01-16Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-14mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'Ben Dooks
2026-01-14mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka
2026-01-14mm: kmsan: fix poisoning of high-order non-compound pagesRyan Roberts
2026-01-14mm/vma: enforce VMA fork limit on unfaulted,faulted mremap merge tooLorenzo Stoakes
2026-01-14mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted mergeLorenzo Stoakes
2026-01-14mm/zswap: fix error pointer free in zswap_cpu_comp_prepare()Pavel Butsykin
2026-01-14mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park