aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13userfaultfd/selftests: use swap() instead of open coding itGuo Zhengkui1-7/+2
2022-05-13selftests/uffd: enable uffd-wp for shmem/hugetlbfsPeter Xu1-3/+1
2022-05-13selftest/vm: test that mremap fails on non-existent vmaNiels Dossche1-0/+6
2022-05-09selftests: clarify common error when running gup_testJoel Savitz1-0/+2
2022-04-28selftests: vm: fix shellcheck warnings in run_vmtests.shAxel Rasmussen1-28/+27
2022-04-28selftests: vm: refactor run_vmtests.sh to reduce boilerplateAxel Rasmussen1-415/+64
2022-04-28selftests: vm: add test for Soft-Dirty PTE bitGabriel Krisman Bertazi4-0/+150
2022-04-28selftests: vm: bring common functions to a new fileMuhammad Usama Anjum5-113/+124
2022-04-28tools/testing/selftests/vm/gup_test.c: clarify error statementSidhartha Kumar2-11/+44
2022-04-28mm: add selftests for migration entriesAlistair Popple2-0/+196
2022-04-21selftest/vm: add skip support to mremap_testSidhartha Kumar1-3/+8
2022-04-21selftest/vm: support xfail in mremap_testSidhartha Kumar1-1/+1
2022-04-21selftest/vm: verify remap destination address in mremap_testSidhartha Kumar1-3/+39
2022-04-21selftest/vm: verify mmap addr in mremap_testSidhartha Kumar1-1/+40
2022-03-24selftests: kselftest framework: provide "finished" helperKees Cook1-1/+1
2022-03-24userfaultfd/selftests: enable hugetlb remap and remove event testingMike Kravetz2-36/+36
2022-03-24selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE testMike Kravetz4-0/+424
2022-03-24selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFTMike Rapoport2-4/+26
2022-03-24selftest/vm: add util.h and and move helper functions thereAneesh Kumar K.V3-75/+52
2022-03-23Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-1/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-11/+24
2022-03-22userfaultfd/selftests: fix uninitialized_var.cocci warningGuo Zhengkui1-1/+1
2022-03-22selftests: vm: add a hugetlb test caseMuchun Song4-0/+157
2022-03-22selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker1-3/+3
2022-03-21selftests/vm/transhuge-stress: Support file-backed PMD foliosMatthew Wilcox (Oracle)1-11/+24
2022-03-17selftests: vm: fix clang build error multiple output filesYosry Ahmed1-4/+2
2022-03-05kselftest/vm: fix tests build with old libcChengming Zhou1-0/+1
2022-03-05selftests/vm: cleanup hugetlb file after mremap testMike Kravetz2-8/+21
2022-02-26selftest/vm: fix map_fixed_noreplace test failureAneesh Kumar K.V1-12/+37
2022-02-23selftests: vm: remove dependecy from internal kernel macrosMuhammad Usama Anjum1-0/+3
2022-02-23selftests: vm: Add the uapi headers include variableMuhammad Usama Anjum1-1/+1
2022-02-04kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner"Shuah Khan1-2/+7
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-58/+120
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple1-0/+42
2022-01-15userfaultfd/selftests: clean up hugetlb allocation codeMike Kravetz1-9/+6
2022-01-15selftests/uffd: allow EINTR/EAGAINPeter Xu1-2/+5
2022-01-15selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup settingWaiman Long3-23/+34
2022-01-15mm, hugepages: make memory size variable in hugepage-mremap selftestYosry Ahmed2-17/+31
2022-01-15tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleanerchiminghao1-7/+2
2022-01-10Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-3/+3
2021-12-31userfaultfd/selftests: fix hugetlb area allocationsMike Kravetz1-6/+10
2021-12-10selftests/vm: remove ARRAY_SIZE define from individual testsShuah Khan3-3/+3
2021-11-06selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headersDavid Hildenbrand1-14/+1
2021-11-06selftests: vm: add KSM huge pages merging time testPedro Demarchi Gomes1-1/+124
2021-11-06selftest/vm: fix ksm selftest to run with different NUMA topologiesAneesh Kumar K.V1-3/+26
2021-11-06selftests/vm/transhuge-stress: fix ram size thinkoGeorge G. Davis1-1/+1
2021-11-06userfaultfd/selftests: fix calculation of expected ioctlsAxel Rasmussen1-39/+38
2021-11-06userfaultfd/selftests: fix feature support detectionAxel Rasmussen1-23/+31
2021-11-06userfaultfd/selftests: don't rely on GNU extensions for random numbersAxel Rasmussen1-22/+4
2021-11-06mm: remove duplicate include in hugepage-mremap.cRan Jianping1-1/+0