summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vm
AgeCommit message (Expand)AuthorFilesLines
2023-01-19selftests/vm: rename selftests/vm to selftests/mmSeongJae Park52-18854/+0
2023-01-19selftests/vm: cow: add COW tests for collapsing of PTE-mapped anon THPDavid Hildenbrand1-0/+228
2023-01-19selftests/vm: ksm_functional_tests: fix a typo in commentXu Panda1-1/+1
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-156/+2169
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2022-12-12selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand2-3/+3
2022-12-12selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand1-2/+2
2022-12-12selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand1-0/+7
2022-12-12selftests/vm: add test to measure MADV_UNMERGEABLE performanceDavid Hildenbrand1-2/+74
2022-12-12selftests/vm: add KSM unmerge testsDavid Hildenbrand5-0/+294
2022-12-12selftests/vm: enable running select groups of testsJoel Savitz1-63/+144
2022-12-01selftests/vm: use memfd for hugepage-mmap testPeter Xu1-6/+4
2022-12-01selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pagesDavid Hildenbrand1-1/+27
2022-12-01selftests/vm: cow: basic COW tests for non-anonymous pagesDavid Hildenbrand1-1/+337
2022-12-01selftests/vm: anon_cow: prepare for non-anonymous COW testsDavid Hildenbrand5-19/+24
2022-12-01selftests/vm: anon_cow: add mprotect() optimization testsDavid Hildenbrand1-3/+46
2022-12-01selftests/vm: update hugetlb madviseMike Kravetz1-3/+4
2022-11-19selftests/vm: add local_config.h and local_config.mk to .gitignoreZhao Gongyi1-0/+2
2022-11-17selftests/vm/pkeys: Add a regression test for setting PKRU through ptraceKyle Huey2-2/+141
2022-11-09selftests/vm: anon_cow: add R/O longterm tests via gup_testDavid Hildenbrand1-0/+210
2022-11-09selftests/vm: anon_cow: add liburing test casesDavid Hildenbrand3-1/+241
2022-11-09selftests/vm: anon_cow: hugetlb testsDavid Hildenbrand1-1/+69
2022-11-09selftests/vm: anon_cow: THP testsDavid Hildenbrand1-1/+258
2022-11-09selftests/vm: factor out pagemap_is_populated() into vm_utilDavid Hildenbrand3-8/+9
2022-11-09selftests/vm: anon_cow: test COW handling of anonymous memoryDavid Hildenbrand6-1/+416
2022-11-09selftests/vm: drop mnt point for hugetlb in run_vmtests.shPeter Xu1-15/+3
2022-11-09selftests/vm: use memfd for hugepage-mremap testPeter Xu1-12/+9
2022-11-09selftests/vm: use memfd for hugetlb-madvise testPeter Xu1-9/+3
2022-11-09selftests/vm: use memfd for uffd hugetlb testsPeter Xu1-41/+21
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+70
2022-10-13mm/selftest: uffd: explain the write missing fault checkPeter Xu1-1/+21
2022-10-13hmm-tests: add test for migrate_device_range()Alistair Popple1-0/+49
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-504/+1230
2022-10-05selftests/vm: use top_srcdir instead of recomputing relative pathsAxel Rasmussen4-5/+5
2022-10-04selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memoryZach O'Keefe2-38/+134
2022-10-04selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmdZach O'Keefe1-0/+30
2022-10-04selftests/vm: add thp collapse shmem testingZach O'Keefe1-2/+55
2022-10-04selftests/vm: add thp collapse file and tmpfs testingZach O'Keefe3-56/+431
2022-10-04selftests/vm: modularize thp collapse memory operationsZach O'Keefe1-166/+207
2022-10-04selftests/vm: dedup THP helpersZach O'Keefe6-76/+32
2022-10-04selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach O'Keefe1-1/+22
2022-10-04mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä1-10/+0
2022-09-27mm: add merging after mremap resizeJakub Matěna1-1/+48
2022-09-12selftest: vm: remove deleted local_config.* from .gitignoreTarun Sahu1-1/+0
2022-09-12Kselftests: remove support of libhugetlbfs from kselftestsTarun Sahu3-86/+74
2022-09-12selftests: vm: add /dev/userfaultfd test cases to run_vmtests.shAxel Rasmussen1-7/+10
2022-09-12userfaultfd: selftests: modify selftest to use /dev/userfaultfdAxel Rasmussen1-10/+66
2022-09-12selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.shAxel Rasmussen1-2/+4
2022-09-12selftests/vm: add selftest to verify multi THP collapseZach O'Keefe1-67/+73
2022-09-12selftests/vm: add selftest to verify recollapse of THPsZach O'Keefe1-0/+31