mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 01:52:32 -04:00
Pull more MM updates from Andrew Morton: - "mm/vmscan: fix demotion targets checks in reclaim/demotion" fixes a couple of issues in the demotion code - pages were failed demotion and were finding themselves demoted into disallowed nodes (Bing Jiao) - "Remove XA_ZERO from error recovery of dup_mmap()" fixes a rare mapledtree race and performs a number of cleanups (Liam Howlett) - "mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them" implements a lot of cleanups following on from the conversion of the VMA flags into a bitmap (Lorenzo Stoakes) - "support batch checking of references and unmapping for large folios" implements batching to greatly improve the performance of reclaiming clean file-backed large folios (Baolin Wang) - "selftests/mm: add memory failure selftests" does as claimed (Miaohe Lin) * tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (36 commits) mm/page_alloc: clear page->private in free_pages_prepare() selftests/mm: add memory failure dirty pagecache test selftests/mm: add memory failure clean pagecache test selftests/mm: add memory failure anonymous page test mm: rmap: support batched unmapping for file large folios arm64: mm: implement the architecture-specific clear_flush_young_ptes() arm64: mm: support batch clearing of the young flag for large folios arm64: mm: factor out the address and ptep alignment into a new helper mm: rmap: support batched checks of the references for large folios tools/testing/vma: add VMA userland tests for VMA flag functions tools/testing/vma: separate out vma_internal.h into logical headers tools/testing/vma: separate VMA userland tests into separate files mm: make vm_area_desc utilise vma_flags_t only mm: update all remaining mmap_prepare users to use vma_flags_t mm: update shmem_[kernel]_file_*() functions to use vma_flags_t mm: update secretmem to use VMA flags on mmap_prepare mm: update hugetlbfs to use VMA flags on mmap_prepare mm: add basic VMA flag operation helper functions tools: bitmap: add missing bitmap_[subset(), andnot()] mm: add mk_vma_flags() bitmap flag macro helper ...
64 lines
953 B
Plaintext
64 lines
953 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
cow
|
|
hugepage-mmap
|
|
hugepage-mremap
|
|
hugepage-shm
|
|
hugepage-vmemmap
|
|
hugetlb-madvise
|
|
hugetlb-read-hwpoison
|
|
hugetlb-soft-offline
|
|
khugepaged
|
|
map_hugetlb
|
|
map_populate
|
|
thuge-gen
|
|
compaction_test
|
|
memory-failure
|
|
migration
|
|
mlock2-tests
|
|
mrelease_test
|
|
mremap_dontunmap
|
|
mremap_test
|
|
on-fault-limit
|
|
transhuge-stress
|
|
pagemap_ioctl
|
|
pfnmap
|
|
process_madv
|
|
*.tmp*
|
|
protection_keys
|
|
protection_keys_32
|
|
protection_keys_64
|
|
madv_populate
|
|
uffd-stress
|
|
uffd-unit-tests
|
|
uffd-wp-mremap
|
|
mlock-intersect-test
|
|
mlock-random-test
|
|
virtual_address_range
|
|
gup_test
|
|
va_128TBswitch
|
|
map_fixed_noreplace
|
|
write_to_hugetlbfs
|
|
hmm-tests
|
|
memfd_secret
|
|
soft-dirty
|
|
split_huge_page_test
|
|
ksm_tests
|
|
local_config.h
|
|
local_config.mk
|
|
ksm_functional_tests
|
|
mdwe_test
|
|
gup_longterm
|
|
mkdirty
|
|
va_high_addr_switch
|
|
hugetlb_fault_after_madv
|
|
hugetlb_madv_vs_map
|
|
mseal_test
|
|
droppable
|
|
hugetlb_dio
|
|
pkey_sighandler_tests_32
|
|
pkey_sighandler_tests_64
|
|
guard-regions
|
|
merge
|
|
prctl_thp_disable
|
|
rmap
|