summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorFilesLines
2025-07-25tools/testing/selftests: explicitly test split multi VMA mremap moveLorenzo Stoakes1-1/+126
2025-07-25tools/testing/selftests: test MREMAP_DONTUNMAP on multiple VMA moveLorenzo Stoakes1-10/+19
2025-07-25tools/testing/selftests: add mremap() shrink test for multiple VMAsLorenzo Stoakes1-1/+82
2025-07-25selftests/mm: guard-regions: Use SKIP() instead of ksft_exit_skip()wang lian1-1/+1
2025-07-25selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"wang lian7-39/+31
2025-07-25tools/testing/selftests: extend mremap_test to test multi-VMA mremapLorenzo Stoakes1-1/+145
2025-07-20selftests/mm: fix split_huge_page_test for folio_split() testsZi Yan1-1/+2
2025-07-20selftests/mm: pagemap_scan ioctl: add PFN ZERO test casesMuhammad Usama Anjum4-29/+95
2025-07-14tools/testing/selftests: add mremap() unfaulted/faulted test casesLorenzo Stoakes3-2/+608
2025-07-10ksm_tests: skip hugepage test when Transparent Hugepages are disabledLi Wang6-1/+40
2025-07-10selftests/mm: fix UFFDIO_API usage with proper two-step feature negotiationLi Wang1-2/+26
2025-07-10selftests/mm: remove duplicate .gitignore entriesMoon Hee Lee1-3/+0
2025-07-10selftests/mm: reduce uffd-unit-test poison test to minimumPeter Xu1-6/+14
2025-07-10selftest/mm: skip if fallocate() is unsupported in gup_longtermMark Brown1-1/+9
2025-07-10selftests: mm: add shmem collapse as a default test itemBaolin Wang1-0/+4
2025-07-10selftests: khugepaged: fix the shmem collapse failureBaolin Wang1-2/+0
2025-07-10selftests/mm: use generic read_sysfs in thuge-gen testPu Lehui1-28/+10
2025-07-10selftests/mm: check for YAMA ptrace_scope configuraiton before modifying itMark Brown1-1/+3
2025-07-10selftests/mm: add messages about test errors to the cow testsMark Brown1-8/+20
2025-07-10selftests/mm: don't compare return values to in cowMark Brown1-3/+3
2025-07-10selftests/mm: convert some cow error reports to ksft_perror()Mark Brown1-3/+3
2025-07-10kselftest/mm: clarify errors for pipe()Mark Brown1-2/+2
2025-07-10tools/testing/selftests: add VMA merge tests for KSM mergeLorenzo Stoakes1-0/+78
2025-06-26selftests/mm: fix validate_addr() helperDev Jain1-2/+5
2025-06-20selftests/mm: skip uprobe vma merge test if uprobes are not enabledPedro Falcato1-1/+4
2025-06-20selftests/mm: add configs to fix testcase failureDev Jain1-0/+3
2025-06-20selftests/mm: increase timeout from 180 to 900 secondsShivank Garg1-1/+1
2025-06-12selftests/mm: skip failed memfd setups in gup_longtermMark Brown1-1/+6
2025-06-06selftests/mm: add test about uprobe pte be orphan during vma mergePu Lehui1-0/+43
2025-06-06selftests/mm: extract read_sysfs and write_sysfs into vm_utilPu Lehui4-33/+45
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-220/+428
2025-06-01selftests/mm: fix test result reporting in gup_longtermMark Brown1-56/+94
2025-06-01selftests/mm: report unique test names for each cow testMark Brown1-116/+217
2025-06-01selftests/mm: add helper for logging test start and resultsMark Brown1-0/+20
2025-06-01selftests/mm: use standard ksft_finished() in cow and gup_longtermMark Brown2-12/+3
2025-06-01tools/testing: check correct variable in open_procmap()Dan Carpenter1-1/+1
2025-06-01selftests/mm: two fixes for the pfnmap testDavid Hildenbrand1-4/+57
2025-06-01selftests/mm: deduplicate test names in madv_populateMark Brown1-9/+9
2025-06-01selftests/mm: skip hugevm test if kernel config file is not presentZi Yan1-17/+9
2025-06-01selftests/mm: skip guard_regions.uffd tests when uffd is not presentZi Yan1-2/+15
2025-06-01selftests/mm: deduplicate default page size test results in thuge-genMark Brown1-2/+2
2025-06-01selftests/mm: deduplicate test logging in test_mlock_lock()Mark Brown1-1/+1
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-05-23selftests/mm: deduplicate second mmap() of 5*PAGE_SIZE at baseMark Brown1-1/+1
2025-05-23selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/memDavid Hildenbrand4-0/+202
2025-05-13mm/selftests: add a test to verify mmap_changing race with -EAGAINPeter Xu1-0/+202
2025-05-13selftests/mm: use long for dwRegionSizeSiddarth G1-2/+2
2025-05-12selftests: fix some typos in tools/testing/selftestsChelsy Ratnawat1-1/+1
2025-05-12selftests/mm: restore default nr_hugepages value during cleanup in hugetlb_re...Donet Tom1-1/+1
2025-05-12tools/testing/selftests: assert that anon merge cases behave as expectedLorenzo Stoakes4-0/+461