aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorFilesLines
2025-10-15selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabledLance Yang4-20/+24
2025-10-15selftests/mm: fix va_high_addr_switch.sh failure on x86_64Chunyu Hu1-2/+2
2025-08-27selftests/mm: fix FORCE_READ to read input value correctlyZi Yan7-9/+14
2025-08-19selftests/mm: add test for invalid multi VMA operationsLorenzo Stoakes1-3/+261
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-0/+351
2025-08-02selftests/mm: add process_madvise() testswang lian4-0/+351
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds21-129/+1304
2025-07-24tools/testing/selftests: explicitly test split multi VMA mremap moveLorenzo Stoakes1-1/+126
2025-07-24tools/testing/selftests: test MREMAP_DONTUNMAP on multiple VMA moveLorenzo Stoakes1-10/+19
2025-07-24tools/testing/selftests: add mremap() shrink test for multiple VMAsLorenzo Stoakes1-1/+82
2025-07-24selftests/mm: guard-regions: Use SKIP() instead of ksft_exit_skip()wang lian1-1/+1
2025-07-24selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"wang lian7-39/+31
2025-07-24tools/testing/selftests: extend mremap_test to test multi-VMA mremapLorenzo Stoakes1-1/+145
2025-07-19selftests/mm: fix split_huge_page_test for folio_split() testsZi Yan1-1/+2
2025-07-19selftests/mm: pagemap_scan ioctl: add PFN ZERO test casesMuhammad Usama Anjum4-29/+95
2025-07-13tools/testing/selftests: add mremap() unfaulted/faulted test casesLorenzo Stoakes3-2/+608
2025-07-09ksm_tests: skip hugepage test when Transparent Hugepages are disabledLi Wang6-1/+40
2025-07-09selftests/mm: fix UFFDIO_API usage with proper two-step feature negotiationLi Wang1-2/+26
2025-07-09selftests/mm: remove duplicate .gitignore entriesMoon Hee Lee1-3/+0
2025-07-09selftests/mm: reduce uffd-unit-test poison test to minimumPeter Xu1-6/+14
2025-07-09selftest/mm: skip if fallocate() is unsupported in gup_longtermMark Brown1-1/+9
2025-07-09selftests: mm: add shmem collapse as a default test itemBaolin Wang1-0/+4
2025-07-09selftests: khugepaged: fix the shmem collapse failureBaolin Wang1-2/+0
2025-07-09selftests/mm: use generic read_sysfs in thuge-gen testPu Lehui1-28/+10
2025-07-09selftests/mm: check for YAMA ptrace_scope configuraiton before modifying itMark Brown1-1/+3
2025-07-09selftests/mm: add messages about test errors to the cow testsMark Brown1-8/+20
2025-07-09selftests/mm: don't compare return values to in cowMark Brown1-3/+3
2025-07-09selftests/mm: convert some cow error reports to ksft_perror()Mark Brown1-3/+3
2025-07-09kselftest/mm: clarify errors for pipe()Mark Brown1-2/+2
2025-07-09tools/testing/selftests: add VMA merge tests for KSM mergeLorenzo Stoakes1-0/+78
2025-06-25selftests/mm: fix validate_addr() helperDev Jain1-2/+5
2025-06-19selftests/mm: skip uprobe vma merge test if uprobes are not enabledPedro Falcato1-1/+4
2025-06-19selftests/mm: add configs to fix testcase failureDev Jain1-0/+3
2025-06-19selftests/mm: increase timeout from 180 to 900 secondsShivank Garg1-1/+1
2025-06-11selftests/mm: skip failed memfd setups in gup_longtermMark Brown1-1/+6
2025-06-05selftests/mm: add test about uprobe pte be orphan during vma mergePu Lehui1-0/+43
2025-06-05selftests/mm: extract read_sysfs and write_sysfs into vm_utilPu Lehui4-33/+45
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-220/+428
2025-05-31selftests/mm: fix test result reporting in gup_longtermMark Brown1-56/+94
2025-05-31selftests/mm: report unique test names for each cow testMark Brown1-116/+217
2025-05-31selftests/mm: add helper for logging test start and resultsMark Brown1-0/+20
2025-05-31selftests/mm: use standard ksft_finished() in cow and gup_longtermMark Brown2-12/+3
2025-05-31tools/testing: check correct variable in open_procmap()Dan Carpenter1-1/+1
2025-05-31selftests/mm: two fixes for the pfnmap testDavid Hildenbrand1-4/+57
2025-05-31selftests/mm: deduplicate test names in madv_populateMark Brown1-9/+9
2025-05-31selftests/mm: skip hugevm test if kernel config file is not presentZi Yan1-17/+9
2025-05-31selftests/mm: skip guard_regions.uffd tests when uffd is not presentZi Yan1-2/+15
2025-05-31selftests/mm: deduplicate default page size test results in thuge-genMark Brown1-2/+2
2025-05-31selftests/mm: deduplicate test logging in test_mlock_lock()Mark Brown1-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1