aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-01-20mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_split_regions_of()Shu Anzai1-0/+20
2026-01-20mm/damon/tests/core-kunit: add a test case for region merge size limit in damon_test_merge_regions_of()Shu Anzai1-8/+8
2026-01-20mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in damon_test_merge_two()Shu Anzai1-0/+4
2026-01-20mm/damon/tests/core-kunit: verify the 'age' field in damon_test_split_at()Shu Anzai1-0/+2
2026-01-20mm/vmstat: remove unused node and zone state helpersWei Yang1-15/+0
2026-01-20page_alloc: allow migration of smaller hugepages during contig_allocGregory Price1-4/+55
2026-01-20mm, hugetlb: implement movable_gigantic_pages sysctlGregory Price1-0/+11
2026-01-20mm: cleanup vma_iter_bulk_allocWentao Guan1-6/+0
2026-01-20mm/gup: remove no longer used gup_fast_undo_dev_pagemapKairui Song1-11/+0
2026-01-20mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka1-0/+14
2026-01-20mm/hugetlb_cgroup: fix -Wformat-truncation warningXiu Jianfeng1-1/+1
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco27-45/+45
2026-01-20mm/damon: fix typos in commentsKevin Lourenco5-7/+7
2026-01-20mm/mm_init: replace simple_strtoul with kstrtobool in set_hashdistThorsten Blum1-6/+3
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner3-84/+23
2026-01-20mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()JaeJoon Jung1-8/+0
2026-01-20mm/damon/core: add trace point for damos stat per apply intervalSeongJae Park1-0/+17
2026-01-20mm/damon/sysfs-schemes: implement max_nr_snapshots fileSeongJae Park1-0/+28
2026-01-20mm/damon/core: implement max_nr_snapshotsSeongJae Park1-1/+10
2026-01-20mm/damon/sysfs-schemes: introduce nr_snapshots damos stat fileSeongJae Park1-0/+15
2026-01-20mm/damon/core: introduce nr_snapshots damos statSeongJae Park1-3/+10
2026-01-20mm/damon/core: fix wasteful CPU calls by skipping non-existent targetsEnze Li1-0/+3
2026-01-20mm: memcontrol: rename mem_cgroup_from_slab_obj()Johannes Weiner2-4/+4
2026-01-20memcg: remove mem_cgroup_size()Chen Ridong2-10/+4
2026-01-20memcg: move mem_cgroup_usage memcontrol-v1.cChen Ridong3-24/+22
2026-01-20mm: zswap: delete unused acomp->is_sleepableJohannes Weiner1-2/+0
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/scm/linux/kernel/git/akpm/mmLinus Torvalds10-111/+175
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus 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_gatherDavid 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