summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-22fs: stable_page_flags(): use folio_test_*() helpersJinjiang Tu
2026-07-22fs: stable_page_flags(): use BIT_ULL() for KPF flagsJinjiang Tu
2026-07-22selftests/mm: transhuge-stress: check duration inside page loopSarthak Sharma
2026-07-22mm: mglru: promote mapped executable folios after first usageBaolin Wang
2026-07-22mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang
2026-07-22mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang
2026-07-22mm/kmemleak: report RCU-tasks quiescent states during the scanBreno Leitao
2026-07-22tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge testsLorenzo Stoakes (ARM)
2026-07-22tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anonLorenzo Stoakes (ARM)
2026-07-22mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymousLorenzo Stoakes (ARM)
2026-07-22mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymousLorenzo Stoakes (ARM)
2026-07-22tools/testing/selftests/mm: test virtual page offset merge behaviourLorenzo Stoakes (ARM)
2026-07-22tools/testing/vma: expand VMA merge tests to assert virt pgoffLorenzo Stoakes (ARM)
2026-07-22mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)
2026-07-22mm: introduce and use linear_folio_page_index()Lorenzo Stoakes (ARM)
2026-07-22mm/rmap: track whether the page VMA mapped walk is anonymousLorenzo Stoakes (ARM)
2026-07-22mm: propagate VMA virtual page offset on map, remap, split + mergeLorenzo Stoakes (ARM)
2026-07-22mm: introduce and use vma_filebacked_address()Lorenzo Stoakes (ARM)
2026-07-22mm: update print_bad_page_map() to show virtual page indexLorenzo Stoakes (ARM)
2026-07-22mm: abstract vma_address() and introduce vma_anon_address()Lorenzo Stoakes (ARM)
2026-07-22mm: introduce linear_virt_page_index()Lorenzo Stoakes (ARM)
2026-07-22mm/vma: introduce VMA virtual page offset field and add helpersLorenzo Stoakes (ARM)
2026-07-22docs/mm: Physical Memory: remove deferred_split_queueZenghui Yu (Huawei)
2026-07-22mm/damon/core: handle region split failure in apply_min_nr_regions()SJ Park
2026-07-22mm/damon/ops-common: use nr_accesses moving sum for quota scoreSJ Park
2026-07-22hugetlbfs: release subpool on fill_super failureYichong Chen
2026-07-22mm/damon/ops-common: remove redundant local variable in damon_migrate_folio_l...Enze Li
2026-07-22mm/damon/core-kunit: skip wrong region walk in commit_target_regions()SJ Park
2026-07-22mm/damon/core-kunit: skip wrong quota goal walk in commit_quota_goals()SJ Park
2026-07-22mm/damon/core-kunit: skip wrong dest walk in commit_dests_for()SJ Park
2026-07-22mm/damon/core-kunit: handle region split failure in filter_out()SJ Park
2026-07-22mm/damon/vaddr-kunit: check region count in three_regions testSJ Park
2026-07-22mm/damon/core-kunit: check region count before testing in split_at()SJ Park
2026-07-22mm/damon/core: initialize damos->last_appliedSJ Park
2026-07-22mm/huge_memory: fold split_folio_to_list_to_order() into split_folio_to_order()Kiryl Shutsemau (Meta)
2026-07-22mm/huge_memory: remove unused can_split_folio()Kiryl Shutsemau (Meta)
2026-07-22mm/swap: fix swap_cluster_lock() !CONFIG_SWAP stub signature mismatchHongfu Li
2026-07-22mm: mincore: refactor mincore_page()Kefeng Wang
2026-07-22mm: mincore: fixup improve mincore_hugetlb()Kefeng Wang
2026-07-22mm: mincore: improve mincore_hugetlb()Kefeng Wang
2026-07-22mm: mincore: remove xa_is_value() in mincore_swap()Kefeng Wang
2026-07-22mm: mincore: replace __get_free_page() with kmalloc()Kefeng Wang
2026-07-22mm: mincore: fixup for remove special handling for VM_PFNMAPKefeng Wang
2026-07-22mm: mincore: remove special handling for VM_PFNMAPKefeng Wang
2026-07-22mm: introduce pud_is_huge() helperKefeng Wang
2026-07-22selftests/mm: fix BUG_ON checking wrong variable in mremap_dontunmapHongfu Li
2026-07-22mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()Ridong Chen
2026-07-22mm: vmscan: propagate real error code from per-node proactive reclaimRidong Chen
2026-07-22mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen
2026-07-22mm/mseal: fix mseal documentation for 32-bit kernelsLeon Hwang