summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
AgeCommit message (Expand)AuthorLines
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-58/+120
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple-0/+42
2022-01-15userfaultfd/selftests: clean up hugetlb allocation codeMike Kravetz-9/+6
2022-01-15selftests/uffd: allow EINTR/EAGAINPeter Xu-2/+5
2022-01-15selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup settingWaiman Long-23/+34
2022-01-15mm, hugepages: make memory size variable in hugepage-mremap selftestYosry Ahmed-17/+31
2022-01-15tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleanerchiminghao-7/+2
2022-01-10Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-3/+3
2021-12-31userfaultfd/selftests: fix hugetlb area allocationsMike Kravetz-6/+10
2021-12-10selftests/vm: remove ARRAY_SIZE define from individual testsShuah Khan-3/+3
2021-11-06selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headersDavid Hildenbrand-14/+1
2021-11-06selftests: vm: add KSM huge pages merging time testPedro Demarchi Gomes-1/+124
2021-11-06selftest/vm: fix ksm selftest to run with different NUMA topologiesAneesh Kumar K.V-3/+26
2021-11-06selftests/vm/transhuge-stress: fix ram size thinkoGeorge G. Davis-1/+1
2021-11-06userfaultfd/selftests: fix calculation of expected ioctlsAxel Rasmussen-39/+38
2021-11-06userfaultfd/selftests: fix feature support detectionAxel Rasmussen-23/+31
2021-11-06userfaultfd/selftests: don't rely on GNU extensions for random numbersAxel Rasmussen-22/+4
2021-11-06mm: remove duplicate include in hugepage-mremap.cRan Jianping-1/+0
2021-11-06mm, hugepages: add hugetlb vma mremap() testMina Almasry-0/+173
2021-10-28tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof ...David Yang-1/+1
2021-10-18mm/userfaultfd: selftests: fix memory corruption with thp enabledPeter Xu-3/+20
2021-09-03selftests: vm: add COW time test for KSM pagesZhansaya Bagdauletkyzy-3/+83
2021-09-03selftests: vm: add KSM merging time testZhansaya Bagdauletkyzy-4/+70
2021-09-03selftests: vm: add KSM merging across nodes testZhansaya Bagdauletkyzy-3/+119
2021-09-03selftests: vm: add KSM zero page merging testZhansaya Bagdauletkyzy-3/+99
2021-09-03selftests: vm: add KSM unmerge testZhansaya Bagdauletkyzy-5/+85
2021-09-03selftests: vm: add KSM merge testZhansaya Bagdauletkyzy-0/+324
2021-09-03selftests/vm/userfaultfd: wake after copy failureNadav Amit-0/+13
2021-09-03selftests: Fix spelling mistake "cann't" -> "cannot"Colin Ian King-1/+1
2021-09-03selftests/vm: use kselftest skip code for skipped testsPo-Hsu Lin-2/+8
2021-07-23selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne-2/+4
2021-07-08selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V-2/+3
2021-07-08selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V-52/+61
2021-07-08secretmem: test: add basic selftest for memfd_secret(2)Mike Rapoport-1/+316
2021-07-01selftests/vm/pkeys: exercise x86 XSAVE init stateDave Hansen-2/+76
2021-07-01selftests/vm/pkeys: refill shadow register after implicit kernel writeDave Hansen-0/+7
2021-07-01selftests/vm/pkeys: handle negative sys_pkey_alloc() return codeDave Hansen-1/+1
2021-07-01selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen-1/+2
2021-07-01mm: selftests for exclusive device memoryAlistair Popple-0/+158
2021-06-30selftests/vm: add test for MADV_POPULATE_(READ|WRITE)David Hildenbrand-0/+360
2021-06-30selftests/vm: add protection_keys_32 / protection_keys_64 to gitignoreDavid Hildenbrand-0/+2
2021-06-30userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen-4/+25
2021-06-30userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen-105/+117
2021-06-30userfaultfd/selftests: create alias mappings in the shmem testAxel Rasmussen-3/+19
2021-06-30userfaultfd/selftests: use memfd_create for shmem test typeAxel Rasmussen-1/+15
2021-06-30userfaultfd/selftests: add pagemap uffd-wp testPeter Xu-0/+154
2021-06-30userfaultfd/selftests: unify error handlingPeter Xu-369/+187
2021-06-30userfaultfd/selftests: only dump counts if mode enabledPeter Xu-10/+20
2021-06-30userfaultfd/selftests: dropping VERIFY check in locking_threadPeter Xu-54/+1
2021-06-30userfaultfd/selftests: remove the time() check on delayed uffdPeter Xu-8/+0