summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-06mm/memory: batch set uffd-wp markers during zappingDev Jain
2026-08-06mm/memory: move pte_install_uffd_wp_if_needed() into memory.cDev Jain
2026-08-06hugetlb: make hugepage_put_subpool() tolerate NULLYichong Chen
2026-08-06fs: stable_page_flags(): simplify KPF_IDLE handlingJinjiang Tu
2026-08-06fs: stable_page_flags(): use folio_test_*() helpersJinjiang Tu
2026-08-06fs: stable_page_flags(): use BIT_ULL() for KPF flagsJinjiang Tu
2026-08-06docs/mm: Physical Memory: remove deferred_split_queueZenghui Yu (Huawei)
2026-08-06mm/damon/core: handle region split failure in apply_min_nr_regions()SJ Park
2026-08-06mm/damon/ops-common: use nr_accesses moving sum for quota scoreSJ Park
2026-08-06hugetlbfs: release subpool on fill_super failureYichong Chen
2026-08-06mm/damon/ops-common: remove redundant local variable in damon_migrate_folio_l...Enze Li
2026-08-06mm/damon/core-kunit: skip wrong region walk in commit_target_regions()SJ Park
2026-08-06mm/damon/core-kunit: skip wrong quota goal walk in commit_quota_goals()SJ Park
2026-08-06mm/damon/core-kunit: skip wrong dest walk in commit_dests_for()SJ Park
2026-08-06mm/damon/core-kunit: handle region split failure in filter_out()SJ Park
2026-08-06mm/damon/vaddr-kunit: check region count in three_regions testSJ Park
2026-08-06mm/damon/core-kunit: check region count before testing in split_at()SJ Park
2026-08-06mm/damon/core: initialize damos->last_appliedSJ Park
2026-08-06mm/huge_memory: fold split_folio_to_list_to_order() into split_folio_to_order()Kiryl Shutsemau (Meta)
2026-08-06mm/huge_memory: remove unused can_split_folio()Kiryl Shutsemau (Meta)
2026-08-06mm: mincore: refactor mincore_page()Kefeng Wang
2026-08-06mm: mincore: improve mincore_hugetlb()Kefeng Wang
2026-08-06mm: mincore: remove xa_is_value() in mincore_swap()Kefeng Wang
2026-08-06mm: mincore: replace __get_free_page() with kmalloc()Kefeng Wang
2026-08-06mm: mincore: remove special handling for VM_PFNMAPKefeng Wang
2026-08-06mm: introduce pud_is_huge() helperKefeng Wang
2026-08-06selftests/mm: fix BUG_ON checking wrong variable in mremap_dontunmapHongfu Li
2026-08-06mm/mglru: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen
2026-08-06mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()Ridong Chen
2026-08-06mm: vmscan: propagate real error code from per-node proactive reclaimRidong Chen
2026-08-06mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen
2026-08-06mm/mseal: fix mseal documentation for 32-bit kernelsLeon Hwang
2026-08-06mm/mseal: remove further superfluous comments, do_mseal()Lorenzo Stoakes (ARM)
2026-08-06mm/mseal: limit scope of mseal address zero to address zeroLorenzo Stoakes (ARM)
2026-08-06mm/mseal: remove superfluous comments, fix confusion around mmLorenzo Stoakes (ARM)
2026-08-06mm/page_alloc: remove a couple of VM_BUG_ON()stBrendan Jackman
2026-08-06mm/page_alloc: fixup alloc_pages_nolock_noprof() commentBrendan Jackman
2026-08-06cgroup/cpuset: update some comments about the page allocatorBrendan Jackman
2026-08-06mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCKBrendan Jackman
2026-08-06mm/page_alloc: don't spin_trylock() when disallowed in free_one_page()Brendan Jackman
2026-08-06mm/page_alloc: don't spin_trylock() in NMI on UPBrendan Jackman
2026-08-06selftests/mm: add PAGEMAP_SCAN test for THP PMD holesKiryl Shutsemau (Meta)
2026-08-06docs/mm: fix bracesManuel Ebner
2026-08-06mm/secretmem: don't allow highmem foliosBrendan Jackman
2026-08-06mm/damon/sysfs: read ops_id only once in damon_sysfs_apply_inputs()SJ Park
2026-08-06mm/damon/sysfs: read addr_unit only once in damon_sysfs_apply_inputs()SJ Park
2026-08-06mm/damon/paddr: drop last same folio access check reuse optimizationSJ Park
2026-08-06mm/damon/vaddr: drop last same folio access check optimizationSJ Park
2026-08-06mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()SJ Park
2026-08-06mm/damon/core: avoid infinite kdamond_merge_regions() internal loopSJ Park