summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vm
AgeCommit message (Expand)Author
2021-07-23selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne
2021-07-08selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V
2021-07-08selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V
2021-07-08secretmem: test: add basic selftest for memfd_secret(2)Mike Rapoport
2021-07-01selftests/vm/pkeys: exercise x86 XSAVE init stateDave Hansen
2021-07-01selftests/vm/pkeys: refill shadow register after implicit kernel writeDave Hansen
2021-07-01selftests/vm/pkeys: handle negative sys_pkey_alloc() return codeDave Hansen
2021-07-01selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen
2021-07-01mm: selftests for exclusive device memoryAlistair Popple
2021-06-30selftests/vm: add test for MADV_POPULATE_(READ|WRITE)David Hildenbrand
2021-06-30selftests/vm: add protection_keys_32 / protection_keys_64 to gitignoreDavid Hildenbrand
2021-06-30userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen
2021-06-30userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen
2021-06-30userfaultfd/selftests: create alias mappings in the shmem testAxel Rasmussen
2021-06-30userfaultfd/selftests: use memfd_create for shmem test typeAxel Rasmussen
2021-06-30userfaultfd/selftests: add pagemap uffd-wp testPeter Xu
2021-06-30userfaultfd/selftests: unify error handlingPeter Xu
2021-06-30userfaultfd/selftests: only dump counts if mode enabledPeter Xu
2021-06-30userfaultfd/selftests: dropping VERIFY check in locking_threadPeter Xu
2021-06-30userfaultfd/selftests: remove the time() check on delayed uffdPeter Xu
2021-06-30userfaultfd/selftests: use user mode onlyPeter Xu
2021-06-30khugepaged: selftests: remove debug_cowNanyong Sun
2021-06-29mm/gup_benchmark: support threadingPeter Xu
2021-05-05selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin
2021-05-05selftests/vm: gup_test: fix test flagPavel Tatashin
2021-05-05userfaultfd/selftests: add test exercising minor fault handlingAxel Rasmussen
2021-05-05mm: huge_memory: debugfs for file-backed THP splitZi Yan
2021-05-05mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan
2021-04-30vm/test_vmalloc.sh: adapt for updated driver interfaceUladzislau Rezki (Sony)
2021-04-30selftests: add a MREMAP_DONTUNMAP selftest for shmemBrian Geffon
2021-03-25selftests/vm: fix out-of-tree buildRong Chen
2021-02-09selftests/vm: rename file run_vmtests to run_vmtests.shRong Chen
2020-12-29selftests/vm: fix building protection keys testHarish
2020-12-16Merge tag 'linux-kselftest-next-5.11-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-15userfaultfd/selftests: hint the test runner on required privilegePeter Xu
2020-12-15userfaultfd/selftests: fix retval check for userfaultfd_open()Peter Xu
2020-12-15userfaultfd/selftests: always dump something in modesPeter Xu
2020-12-15userfaultfd: selftests: make __{s,u}64 format specifiers portableAxel Rasmussen
2020-12-15kselftests: vm: add mremap testsKalesh Singh
2020-12-15selftests/vm: 2x speedup for run_vmtests.shJohn Hubbard
2020-12-15selftests/vm: hmm-tests: remove the libhugetlbfs dependencyJohn Hubbard
2020-12-15selftests/vm: run_vmtests.sh: update and clean up gup_test invocationJohn Hubbard
2020-12-15selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard
2020-12-15selftests/vm: only some gup_test items are really benchmarksJohn Hubbard
2020-12-15selftests/vm: minor cleanup: Makefile and gup_test.cJohn Hubbard
2020-12-15selftests/vm: rename run_vmtests --> run_vmtests.shJohn Hubbard
2020-12-15selftests/vm: use a common gup_test.hJohn Hubbard
2020-12-15mm/gup_benchmark: rename to mm/gup_testJohn Hubbard
2020-12-06userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen
2020-12-06tools/testing/selftests/vm: fix build errorXingxing Su