summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-2617-559/+808
|\
| * selftests: vm: add the "settings" file with timeout variablePatrick Wang2022-05-251-0/+1
| * selftests: vm: add "test_hmm.sh" to TEST_FILESPatrick Wang2022-05-251-0/+1
| * selftests: vm: check numa_available() before operating "merge_across_nodes" i...Patrick Wang2022-05-251-3/+6
| * selftests: vm: add migration to the .gitignoreMuhammad Usama Anjum2022-05-251-0/+1
| * selftests/vm/pkeys: fix typo in commentJulia Lawall2022-05-251-1/+1
| * selftests: vm: add process_mrelease testsSuren Baghdasaryan2022-05-254-0/+204
| * userfaultfd/selftests: use swap() instead of open coding itGuo Zhengkui2022-05-131-7/+2
| * selftests/uffd: enable uffd-wp for shmem/hugetlbfsPeter Xu2022-05-131-3/+1
| * selftest/vm: test that mremap fails on non-existent vmaNiels Dossche2022-05-131-0/+6
| * selftests: clarify common error when running gup_testJoel Savitz2022-05-091-0/+2
| * selftests: vm: fix shellcheck warnings in run_vmtests.shAxel Rasmussen2022-04-281-28/+27
| * selftests: vm: refactor run_vmtests.sh to reduce boilerplateAxel Rasmussen2022-04-281-415/+64
| * selftests: vm: add test for Soft-Dirty PTE bitGabriel Krisman Bertazi2022-04-284-0/+150
| * selftests: vm: bring common functions to a new fileMuhammad Usama Anjum2022-04-285-113/+124
| * tools/testing/selftests/vm/gup_test.c: clarify error statementSidhartha Kumar2022-04-282-11/+44
| * mm: add selftests for migration entriesAlistair Popple2022-04-282-0/+196
* | Merge tag 'linux-kselftest-next-5.19-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-251-19/+2
|\ \
| * | selftests/vm/pkeys: Use provided __cpuid_count() macroReinette Chatre2022-04-251-19/+2
* | | selftests: vm: Makefile: rename TARGETS to VMTARGETSJoel Savitz2022-05-091-5/+5
| |/ |/|
* | selftest/vm: add skip support to mremap_testSidhartha Kumar2022-04-211-3/+8
* | selftest/vm: support xfail in mremap_testSidhartha Kumar2022-04-211-1/+1
* | selftest/vm: verify remap destination address in mremap_testSidhartha Kumar2022-04-211-3/+39
* | selftest/vm: verify mmap addr in mremap_testSidhartha Kumar2022-04-211-1/+40
|/
* selftests: kselftest framework: provide "finished" helperKees Cook2022-03-241-1/+1
* userfaultfd/selftests: enable hugetlb remap and remove event testingMike Kravetz2022-03-242-36/+36
* selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE testMike Kravetz2022-03-244-0/+424
* selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFTMike Rapoport2022-03-242-4/+26
* selftest/vm: add util.h and and move helper functions thereAneesh Kumar K.V2022-03-243-75/+52
* Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-03-232-1/+4
|\
| * selftests: vm: remove dependecy from internal kernel macrosMuhammad Usama Anjum2022-02-231-0/+3
| * selftests: vm: Add the uapi headers include variableMuhammad Usama Anjum2022-02-231-1/+1
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-11/+24
|\ \
| * | selftests/vm/transhuge-stress: Support file-backed PMD foliosMatthew Wilcox (Oracle)2022-03-211-11/+24
| |/
* | userfaultfd/selftests: fix uninitialized_var.cocci warningGuo Zhengkui2022-03-221-1/+1
* | selftests: vm: add a hugetlb test caseMuchun Song2022-03-224-0/+157
* | selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker2022-03-221-3/+3
* | selftests: vm: fix clang build error multiple output filesYosry Ahmed2022-03-171-4/+2
* | kselftest/vm: fix tests build with old libcChengming Zhou2022-03-051-0/+1
* | selftests/vm: cleanup hugetlb file after mremap testMike Kravetz2022-03-052-8/+21
* | selftest/vm: fix map_fixed_noreplace test failureAneesh Kumar K.V2022-02-261-12/+37
|/
* kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...Shuah Khan2022-02-041-2/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-157-58/+120
|\
| * mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-151-0/+42
| * userfaultfd/selftests: clean up hugetlb allocation codeMike Kravetz2022-01-151-9/+6
| * selftests/uffd: allow EINTR/EAGAINPeter Xu2022-01-151-2/+5
| * selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup settingWaiman Long2022-01-153-23/+34
| * mm, hugepages: make memory size variable in hugepage-mremap selftestYosry Ahmed2022-01-152-17/+31
| * tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleanerchiminghao2022-01-151-7/+2
* | Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-103-3/+3
|\ \ | |/ |/|