summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485Thomas Gleixner2019-06-191-9/+1Star
* Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-06-081-4/+0Star
|\
| * selftests: vm: Fix test build failure when built by itselfShuah Khan2019-06-061-4/+0Star
* | Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-052-1/+3
|\|
| * selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju2019-05-301-0/+2
| * userfaultfd: selftest: fix compiler warningAlakesh Haloi2019-05-301-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-1/+1
|/
* tools: mark 'test_vmalloc.sh' executableLinus Torvalds2019-03-111-0/+0
* Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-2/+27
|\
| * tools/selftest/vm: allow choosing mem size and page size in map_hugetlbChristophe Leroy2019-02-211-2/+27
* | selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2019-03-062-0/+192
* | selftests/vm/gup_benchmark.c: match gup struct to kernelAlison Schofield2019-01-151-0/+1
|/
* selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-141-0/+1
* tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...Michael Ellerman2018-10-273-0/+208
* tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch2018-10-271-1/+4
* tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch2018-10-271-3/+7
* tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch2018-10-271-4/+13
* tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch2018-10-271-0/+1
* mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-271-2/+11
* mm/gup_benchmark.c: time put_page()Keith Busch2018-10-271-2/+4
* userfaultfd: selftest: recycle lock threads firstPeter Xu2018-10-271-5/+6
* userfaultfd: selftest: generalize read and pollPeter Xu2018-10-271-34/+43
* userfaultfd: selftest: cleanup help messagesPeter Xu2018-10-271-18/+28
* selftests: add headers_install to lib.mkAnders Roxell2018-09-051-4/+0Star
* tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov2018-08-224-0/+126
* selftests: vm: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-06-184-8/+17
* selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpusLi Zhijian2018-03-101-8/+17
* selftests: vm: update .gitignore with new testShuah Khan2018-02-271-0/+1
* Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-032-0/+3
|\
| * selftests: vm: update .gitignore with missing generated fileShuah Khan2018-01-231-0/+1
| * kselftest: fix OOM in memory compaction testArnd Bergmann2018-01-101-0/+2
* | selftests/vm: move 128TB mmap boundary test to generic directoryAneesh Kumar K.V2018-02-013-2/+311
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-182-0/+92
|\
| * mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-182-0/+92
* | selftests: vm: Update .gitignore with newly added testsShuah Khan2017-11-151-0/+2
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
* userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli2017-10-141-5/+20
* userfaultfd: selftest: explicit failure if the SIGBUS test failedAndrea Arcangeli2017-09-071-1/+3
* userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXISTAndrea Arcangeli2017-09-071-8/+140
* userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS featurePrakash Sangappa2017-09-071-3/+124
* userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmemMike Rapoport2017-09-071-1/+1
* selftests/vm: Fix test for virtual address range mapping for arm64Michal Suchanek2017-06-071-9/+26
* Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-096-22/+23
|\
| * selftests/vm/run_vmtests: Fix wrong commentSeongJae Park2017-04-211-1/+1
| * selftests/vm/run_vmtests: Polish output textSeongJae Park2017-04-141-12/+12
| * selftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flagSeongJae Park2017-04-114-9/+9
| * selftests: vm: add CONFIG_SYSVIPC=y to the config fragmentFathi Boudra2017-04-111-0/+1
* | selftests/vm: add a test for virtual address range mappingAnshuman Khandual2017-05-093-0/+134
* | userfaultfd: selftest: combine all cases into a single executableMike Rapoport2017-05-043-108/+116