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