summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
AgeCommit message (Expand)AuthorLines
2022-09-11selftests/vm: add MADV_COLLAPSE collapse context to selftestsZach O'Keefe-46/+125
2022-09-11selftests/vm: dedup hugepage allocation logicZach O'Keefe-39/+23
2022-09-11selftests/vm: modularize collapse selftestsZach O'Keefe-141/+110
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-42/+479
2022-08-03tools/testing/selftests/vm/hmm-tests.c: fix buildAndrew Morton-1/+1
2022-07-29mm/hmm: add a test for cross device private faultsRalph Campbell-2/+12
2022-07-29selftests: add soft-dirty into run_vmtests.shPeter Xu-0/+2
2022-07-29selftests: soft-dirty: add test for mprotectPeter Xu-1/+66
2022-07-29selftest/vm: uninitialized variable in main()Dan Carpenter-1/+1
2022-07-29tools/testing/selftests/vm/hugetlb-madvise.c: silence uninitialized variable ...Dan Carpenter-2/+3
2022-07-29selftests/vm: skip 128TBswitch on unsupported archAdam Sindelar-4/+4
2022-07-29selftests/vm: fix errno handling in mrelease_testAdam Sindelar-5/+11
2022-07-26selftests/vm: fix va_128TBswitch.sh permissionsAdam Sindelar-0/+0
2022-07-17tools: add selftests to hmm for COW in device memoryAlex Sierra-0/+80
2022-07-17tools: add hmm gup tests for device coherent typeAlex Sierra-0/+110
2022-07-17tools: update test_hmm script to support SP configAlex Sierra-3/+21
2022-07-17tools: update hmm-test to support device coherent typeAlex Sierra-21/+100
2022-07-17selftests/vm: add protection_keys tests to run_vmtestsKalpana Shetty-0/+11
2022-07-11selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker-1/+0
2022-07-03selftests/vm: only run 128TBswitch with 5-level pagingAdam Sindelar-1/+56
2022-07-03userfaultfd: selftests: infinite loop in faulting_processEdward Liaw-2/+2
2022-06-27userfaultfd/selftests: Fix typo in commentXiang wangx-1/+1
2022-06-27Merge branch 'master' into mm-stableakpm-0/+2
2022-06-16selftests: make use of GUP_TEST_FILE macroJoel Savitz-2/+2
2022-06-16userfaultfd/selftests: fix typo in commentXiang wangx-1/+1
2022-06-16selftests: make use of GUP_TEST_FILE macroJoel Savitz-2/+2
2022-06-16selftests: vm: Fix resource leak when return errorDing Xiang-0/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-559/+808
2022-05-25Merge tag 'linux-kselftest-next-5.19-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-19/+2
2022-05-25selftests: vm: add the "settings" file with timeout variablePatrick Wang-0/+1
2022-05-25selftests: vm: add "test_hmm.sh" to TEST_FILESPatrick Wang-0/+1
2022-05-25selftests: vm: check numa_available() before operating "merge_across_nodes" i...Patrick Wang-3/+6
2022-05-25selftests: vm: add migration to the .gitignoreMuhammad Usama Anjum-0/+1
2022-05-25selftests/vm/pkeys: fix typo in commentJulia Lawall-1/+1
2022-05-25selftests: vm: add process_mrelease testsSuren Baghdasaryan-0/+204
2022-05-13userfaultfd/selftests: use swap() instead of open coding itGuo Zhengkui-7/+2
2022-05-13selftests/uffd: enable uffd-wp for shmem/hugetlbfsPeter Xu-3/+1
2022-05-13selftest/vm: test that mremap fails on non-existent vmaNiels Dossche-0/+6
2022-05-09selftests: clarify common error when running gup_testJoel Savitz-0/+2
2022-05-09selftests: vm: Makefile: rename TARGETS to VMTARGETSJoel Savitz-5/+5
2022-04-28selftests: vm: fix shellcheck warnings in run_vmtests.shAxel Rasmussen-28/+27
2022-04-28selftests: vm: refactor run_vmtests.sh to reduce boilerplateAxel Rasmussen-415/+64
2022-04-28selftests: vm: add test for Soft-Dirty PTE bitGabriel Krisman Bertazi-0/+150
2022-04-28selftests: vm: bring common functions to a new fileMuhammad Usama Anjum-113/+124
2022-04-28tools/testing/selftests/vm/gup_test.c: clarify error statementSidhartha Kumar-11/+44
2022-04-28mm: add selftests for migration entriesAlistair Popple-0/+196
2022-04-25selftests/vm/pkeys: Use provided __cpuid_count() macroReinette Chatre-19/+2
2022-04-21selftest/vm: add skip support to mremap_testSidhartha Kumar-3/+8
2022-04-21selftest/vm: support xfail in mremap_testSidhartha Kumar-1/+1
2022-04-21selftest/vm: verify remap destination address in mremap_testSidhartha Kumar-3/+39