summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes
2025-11-20mm/hugetlb: extract sysctl into hugetlb_sysctl.cHui Zhu
2025-11-20mm/hugetlb: extract sysfs into hugetlb_sysfs.cHui Zhu
2025-11-20mm: constify __dump_folio() argumentsMatthew Wilcox (Oracle)
2025-11-20memory_hotplug: optimise try_offline_memory_block()Matthew Wilcox (Oracle)
2025-11-20migrate: optimise alloc_migration_target()Matthew Wilcox (Oracle)
2025-11-20hugetlb: optimise hugetlb_folio_init_tail_vmemmap()Matthew Wilcox (Oracle)
2025-11-20mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang
2025-11-20mm: vmscan: simplify the folio refcount check in pageout()Baolin Wang
2025-11-20mm: vmscan: remove folio_test_private() check in pageout()Baolin Wang
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky
2025-11-20Merge tag 'slab-for-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-19Merge tag 'fixes-2025-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-16mm/damon/tests/core-kunit: remove unused ctx in damon_test_split_regions_of()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: remove unnecessary damon_ctx variable on damon_tes...SeongJae Park
2025-11-16mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_tar...SeongJae Park
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park
2025-11-16mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_set_filters_de...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damos_test_commit_filter()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitor...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registrati...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park
2025-11-16mm/damon/tests/core-kunit: fix memory leak in damon_test_set_filters_default_...SeongJae Park
2025-11-16mm: handle poisoning of pfn without struct pagesAnkit Agrawal
2025-11-16mm/page_alloc: don't warn about large allocations with __GFP_NOFAILBaokun Li
2025-11-16mm/debug: fix missing space in case statementZhang Chujun
2025-11-16ksm: replace function unmerge_ksm_pages with break_ksmPedro Demarchi Gomes
2025-11-16ksm: perform a range-walk in break_ksmPedro Demarchi Gomes
2025-11-16Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"Pedro Demarchi Gomes
2025-11-16mm/swap: select swap device with default priority round robinBaoquan He
2025-11-16mm/swap: do not choose swap device according to numa nodeBaoquan He
2025-11-16mm: vmstat: output reserved_highatomic and free_highatomic in zoneinfoJiayuan Chen
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo
2025-11-16mm/damon/sysfs: implement obsolete_target fileSeongJae Park
2025-11-16mm/damon/sysfs: test commit input against realistic destinationSeongJae Park