summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
Commit message (Expand)AuthorAgeFilesLines
* selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpusLi Zhijian2018-03-091-8/+17
* selftests: vm: update .gitignore with new testShuah Khan2018-02-261-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-01-313-2/+311
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-172-0/+92
|\
| * mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-172-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-131-5/+20
* userfaultfd: selftest: explicit failure if the SIGBUS test failedAndrea Arcangeli2017-09-061-1/+3
* userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXISTAndrea Arcangeli2017-09-061-8/+140
* userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS featurePrakash Sangappa2017-09-061-3/+124
* userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmemMike Rapoport2017-09-061-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-086-22/+23
|\
| * selftests/vm/run_vmtests: Fix wrong commentSeongJae Park2017-04-211-1/+1
| * selftests/vm/run_vmtests: Polish output textSeongJae Park2017-04-131-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-083-0/+134
* | userfaultfd: selftest: combine all cases into a single executableMike Rapoport2017-05-033-108/+116
* | userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli2017-03-091-0/+4
|/
* Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-251-31/+23
|\
| * selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-051-2/+2
| * selftests: add default rules for c source filebamvor.zhangjian@huawei.com2017-01-051-11/+6
| * selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-14/+10
* | userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmemMike Rapoport2017-02-241-4/+2
* | userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-241-8/+8
* | userfaultfd: selftest: test UFFDIO_ZEROPAGE on all memory typesAndrea Arcangeli2017-02-221-1/+81
* | userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and R...Mike Rapoport2017-02-221-12/+163
* | userfaultfd: non-cooperative: selftest: add ufd parameter to copy_pageMike Rapoport2017-02-221-5/+5
* | userfaultfd: non-cooperative: selftest: introduce userfaultfd_openMike Rapoport2017-02-221-16/+25
* | userfaultfd: shmem: add userfaultfd_shmem testMike Rapoport2017-02-223-2/+50
* | userfaultfd: shmem: allow registration of shared memory rangesMike Rapoport2017-02-221-1/+1
* | userfaultfd: hugetlbfs: add userfaultfd_hugetlb testMike Kravetz2017-02-223-17/+161
|/
* selftests: expanding more mlock selftestSimon Guo2016-10-073-78/+295
* selftest: move seek_to_smaps_entry() out of mlock2-tests.cSimon Guo2016-10-072-42/+42
* selftests/vm: add test for mlock() when areas are intersectedSimon Guo2016-10-073-0/+81
* selftest: split mlock2_ funcs into separate mlock2.hSimon Guo2016-10-072-20/+21
* selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit testYannick Brosseau2016-06-271-1/+1
* selftests/vm: write strlen length instead of sizeof to nr_hugepagesYannick Brosseau2016-06-271-5/+5
* selftests/thuge-gen: Use platform specific MAP_HUGETLB valueHelge Deller2016-05-221-0/+2
* selftests: create test-specific kconfig fragmentsBamvor Jian Zhang2016-02-251-0/+1
* update .gitignore in selftests/vmYuan Sun2016-01-071-0/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-101-2/+3
|\
| * selftests/mlock2: add ULL suffix to 64-bit constantsGeert Uytterhoeven2015-11-101-2/+2
| * selftests/mlock2: add missing #define _GNU_SOURCEGeert Uytterhoeven2015-11-101-0/+1
* | Merge tag 'linux-kselftest-4.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-101-1/+14
|\ \ | |/ |/|
OpenPOWER on IntegriCloud