summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
AgeCommit message (Expand)AuthorLines
2022-04-21selftest/vm: verify mmap addr in mremap_testSidhartha Kumar-1/+40
2022-03-24selftests: kselftest framework: provide "finished" helperKees Cook-1/+1
2022-03-24userfaultfd/selftests: enable hugetlb remap and remove event testingMike Kravetz-36/+36
2022-03-24selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE testMike Kravetz-0/+424
2022-03-24selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFTMike Rapoport-4/+26
2022-03-24selftest/vm: add util.h and and move helper functions thereAneesh Kumar K.V-75/+52
2022-03-23Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-11/+24
2022-03-22userfaultfd/selftests: fix uninitialized_var.cocci warningGuo Zhengkui-1/+1
2022-03-22selftests: vm: add a hugetlb test caseMuchun Song-0/+157
2022-03-22selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker-3/+3
2022-03-21selftests/vm/transhuge-stress: Support file-backed PMD foliosMatthew Wilcox (Oracle)-11/+24
2022-03-17selftests: vm: fix clang build error multiple output filesYosry Ahmed-4/+2
2022-03-05kselftest/vm: fix tests build with old libcChengming Zhou-0/+1
2022-03-05selftests/vm: cleanup hugetlb file after mremap testMike Kravetz-8/+21
2022-02-26selftest/vm: fix map_fixed_noreplace test failureAneesh Kumar K.V-12/+37
2022-02-23selftests: vm: remove dependecy from internal kernel macrosMuhammad Usama Anjum-0/+3
2022-02-23selftests: vm: Add the uapi headers include variableMuhammad Usama Anjum-1/+1
2022-02-04kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...Shuah Khan-2/+7
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