summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-11-24mm/memfd: fix information leak in hugetlb foliosDeepanshu Kartikey
2025-11-24mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type()Youngjun Park
2025-11-23mempool: clarify behavior of mempool_alloc_preallocated()Thomas Weißschuh
2025-11-23mempool: drop the file name in the top of file commentChristoph Hellwig
2025-11-23mempool: de-typedefChristoph Hellwig
2025-11-23mempool: remove mempool_{init,create}_kvmalloc_poolChristoph Hellwig
2025-11-23mempool: legitimize the io_schedule_timeout in mempool_alloc_from_poolChristoph Hellwig
2025-11-23mempool: add mempool_{alloc,free}_bulkChristoph Hellwig
2025-11-23mempool: factor out a mempool_alloc_from_pool helperChristoph Hellwig
2025-11-20mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinitionSeongJae Park
2025-11-20mm/damon/vaddr: consistently use only pmd_entry for damos_migrateSeongJae Park
2025-11-20mm/damon/vaddr: use vm_normal_folio{,_pmd}() instead of damon_get_folio()SeongJae Park
2025-11-20mm/damon/vaddr: cleanup using pmd_trans_huge_lock()SeongJae Park
2025-11-20mm/damon: rename damos->filters to damos->core_filtersSeongJae Park
2025-11-20mm/damon: rename damos core filter helpers to have word coreSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damon_commit_target_regions() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_dests() testSeongJae Park
2025-11-20mm/damon/core: pass migrate_dests to damos_commit_dests()SeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota_goals() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add damos_commit_quota_goal() testSeongJae Park
2025-11-20mm/damon/tests/core-kunit: add test cases to damos_test_commit_filter()SeongJae Park
2025-11-20mm/damon/tests/core-kunit: extend damos_test_commit_filter_for() for union fi...SeongJae Park
2025-11-20mm/damon/tests/core-kunit: split out damos_test_commit_filter() core logicSeongJae Park
2025-11-20mm/damon/tests/core-kunit: remove dynamic allocs on damos_test_commit_filter()SeongJae Park
2025-11-20mm: use vma_start_write_killable() in dup_mmap()Matthew Wilcox (Oracle)
2025-11-20mm: add vma_start_write_killable()Matthew Wilcox (Oracle)
2025-11-20mm: vmstat: correct the comment above preempt_disable_nested()Qi Zheng
2025-11-20mm/madvise: allow guard page install/remove under VMA lockLorenzo Stoakes
2025-11-20mm: rename walk_page_range_mm()Lorenzo Stoakes
2025-11-20mm: memcg: dump memcg protection info on oom or alloc failuresShakeel Butt
2025-11-20mm: set the VM_MAYBE_GUARD flag on guard region installLorenzo Stoakes
2025-11-20mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes
2025-11-20mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes
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