summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
Commit message (Expand)AuthorAgeFilesLines
* selftests/vm: fix building protection keys testHarish2020-12-291-5/+5
* Merge tag 'linux-kselftest-next-5.11-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-161-2/+2
|\
| * tool: selftests: fix spelling typo of 'writting'Wang Qing2020-11-101-2/+2
* | userfaultfd/selftests: hint the test runner on required privilegePeter Xu2020-12-151-1/+2
* | userfaultfd/selftests: fix retval check for userfaultfd_open()Peter Xu2020-12-151-4/+4
* | userfaultfd/selftests: always dump something in modesPeter Xu2020-12-151-0/+2
* | userfaultfd: selftests: make __{s,u}64 format specifiers portableAxel Rasmussen2020-12-151-46/+35
* | kselftests: vm: add mremap testsKalesh Singh2020-12-154-0/+357
* | selftests/vm: 2x speedup for run_vmtests.shJohn Hubbard2020-12-151-2/+2
* | selftests/vm: hmm-tests: remove the libhugetlbfs dependencyJohn Hubbard2020-12-154-3/+63
* | selftests/vm: run_vmtests.sh: update and clean up gup_test invocationJohn Hubbard2020-12-151-8/+20
* | selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard2020-12-151-2/+43
* | selftests/vm: only some gup_test items are really benchmarksJohn Hubbard2020-12-151-8/+39
* | selftests/vm: minor cleanup: Makefile and gup_test.cJohn Hubbard2020-12-152-7/+4
* | selftests/vm: rename run_vmtests --> run_vmtests.shJohn Hubbard2020-12-151-1/+1
* | selftests/vm: use a common gup_test.hJohn Hubbard2020-12-152-21/+3
* | mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-12-155-15/+15
* | userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen2020-12-061-9/+16
* | tools/testing/selftests/vm: fix build errorXingxing Su2020-12-061-0/+4
|/
* selftests/vm: 10x speedup for hmm-testsJohn Hubbard2020-10-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-0/+1
|\
| * selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev2020-09-011-0/+1
* | Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-142-119/+195
|\ \
| * | tools: Avoid comma separated statementsJoe Perches2020-10-022-119/+195
| |/
* | selftests/vm: 8x compaction_test speedupJohn Hubbard2020-10-131-5/+6
* | tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macroRalph Campbell2020-10-131-2/+2
* | selftests/vm: fix incorrect gcc invocation in some casesJohn Hubbard2020-10-131-0/+12
* | selftests/vm: fix false build success on the second and later attemptsJohn Hubbard2020-10-131-0/+5
* | mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song2020-10-131-7/+7
* | selftests/vm: fix display of page size in map_hugetlbChristophe Leroy2020-09-191-1/+1
|/
* mm/migrate: add migrate-shared test for migrate_vma_*()Ralph Campbell2020-08-121-0/+35
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-08-051-4/+90
|\
| * mm/hmm/test: use the new migration invalidationRalph Campbell2020-07-281-4/+14
| * mm/hmm: add tests for hmm_pfn_to_map_order()Ralph Campbell2020-07-101-0/+76
* | selftests/vm/keys: fix a broken reference at protection_keys.cMauro Carvalho Chehab2020-06-261-1/+1
|/
* khugepaged: selftests: fix timeout condition in wait_for_scan()Dan Carpenter2020-06-101-1/+1
* tools/testing/selftests/vm: remove duplicate headersJagadeesh Pagadala2020-06-041-1/+0
* selftests: vm: pkeys: fix multilib builds for x86Sandipan Das2020-06-041-1/+73
* selftests: vm: pkeys: use the correct page size on powerpcSandipan Das2020-06-042-1/+6
* selftests/vm/pkeys: override access right definitions on powerpcRam Pai2020-06-041-6/+4
* selftests/vm/pkeys: test correct behaviour of pkey-0Ram Pai2020-06-041-0/+53
* selftests/vm/pkeys: introduce a sub-page allocatorRam Pai2020-06-044-0/+37
* selftests/vm/pkeys: detect write violation on a mapped access-denied-key pageRam Pai2020-06-041-0/+13
* selftests/vm/pkeys: associate key on a mapped page and detect write violationRam Pai2020-06-041-0/+12
* selftests/vm/pkeys: associate key on a mapped page and detect access violationRam Pai2020-06-041-0/+19
* selftests/vm/pkeys: improve checks to determine pkey supportRam Pai2020-06-044-5/+37
* selftests/vm/pkeys: fix assertion in test_pkey_alloc_exhaust()Ram Pai2020-06-041-1/+10
* selftests/vm/pkeys: fix number of reserved powerpc pkeysDesnes A. Nunes do Rosario2020-06-041-2/+20
* selftests/vm/pkeys: introduce powerpc supportRam Pai2020-06-043-128/+234
* selftests/vm/pkeys: introduce generic pkey abstractionsRam Pai2020-06-043-6/+29