summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
AgeCommit message (Expand)AuthorLines
2020-12-29selftests/vm: fix building protection keys testHarish-5/+5
2020-12-16Merge tag 'linux-kselftest-next-5.11-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+2
2020-12-15userfaultfd/selftests: hint the test runner on required privilegePeter Xu-1/+2
2020-12-15userfaultfd/selftests: fix retval check for userfaultfd_open()Peter Xu-4/+4
2020-12-15userfaultfd/selftests: always dump something in modesPeter Xu-0/+2
2020-12-15userfaultfd: selftests: make __{s,u}64 format specifiers portableAxel Rasmussen-46/+35
2020-12-15kselftests: vm: add mremap testsKalesh Singh-0/+357
2020-12-15selftests/vm: 2x speedup for run_vmtests.shJohn Hubbard-2/+2
2020-12-15selftests/vm: hmm-tests: remove the libhugetlbfs dependencyJohn Hubbard-3/+63
2020-12-15selftests/vm: run_vmtests.sh: update and clean up gup_test invocationJohn Hubbard-8/+20
2020-12-15selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard-2/+43
2020-12-15selftests/vm: only some gup_test items are really benchmarksJohn Hubbard-8/+39
2020-12-15selftests/vm: minor cleanup: Makefile and gup_test.cJohn Hubbard-7/+4
2020-12-15selftests/vm: rename run_vmtests --> run_vmtests.shJohn Hubbard-1/+1
2020-12-15selftests/vm: use a common gup_test.hJohn Hubbard-21/+3
2020-12-15mm/gup_benchmark: rename to mm/gup_testJohn Hubbard-15/+15
2020-12-06userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen-9/+16
2020-12-06tools/testing/selftests/vm: fix build errorXingxing Su-0/+4
2020-11-10tool: selftests: fix spelling typo of 'writting'Wang Qing-2/+2
2020-10-18selftests/vm: 10x speedup for hmm-testsJohn Hubbard-1/+1
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-0/+1
2020-10-14Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-119/+195
2020-10-13selftests/vm: 8x compaction_test speedupJohn Hubbard-5/+6
2020-10-13tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macroRalph Campbell-2/+2
2020-10-13selftests/vm: fix incorrect gcc invocation in some casesJohn Hubbard-0/+12
2020-10-13selftests/vm: fix false build success on the second and later attemptsJohn Hubbard-0/+5
2020-10-13mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song-7/+7
2020-10-02tools: Avoid comma separated statementsJoe Perches-119/+195
2020-09-19selftests/vm: fix display of page size in map_hugetlbChristophe Leroy-1/+1
2020-09-01selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev-0/+1
2020-08-12mm/migrate: add migrate-shared test for migrate_vma_*()Ralph Campbell-0/+35
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-4/+90
2020-07-28mm/hmm/test: use the new migration invalidationRalph Campbell-4/+14
2020-07-10mm/hmm: add tests for hmm_pfn_to_map_order()Ralph Campbell-0/+76
2020-06-26selftests/vm/keys: fix a broken reference at protection_keys.cMauro Carvalho Chehab-1/+1
2020-06-10khugepaged: selftests: fix timeout condition in wait_for_scan()Dan Carpenter-1/+1
2020-06-04tools/testing/selftests/vm: remove duplicate headersJagadeesh Pagadala-1/+0
2020-06-04selftests: vm: pkeys: fix multilib builds for x86Sandipan Das-1/+73
2020-06-04selftests: vm: pkeys: use the correct page size on powerpcSandipan Das-1/+6
2020-06-04selftests/vm/pkeys: override access right definitions on powerpcRam Pai-6/+4
2020-06-04selftests/vm/pkeys: test correct behaviour of pkey-0Ram Pai-0/+53
2020-06-04selftests/vm/pkeys: introduce a sub-page allocatorRam Pai-0/+37
2020-06-04selftests/vm/pkeys: detect write violation on a mapped access-denied-key pageRam Pai-0/+13
2020-06-04selftests/vm/pkeys: associate key on a mapped page and detect write violationRam Pai-0/+12
2020-06-04selftests/vm/pkeys: associate key on a mapped page and detect access violationRam Pai-0/+19
2020-06-04selftests/vm/pkeys: improve checks to determine pkey supportRam Pai-5/+37
2020-06-04selftests/vm/pkeys: fix assertion in test_pkey_alloc_exhaust()Ram Pai-1/+10
2020-06-04selftests/vm/pkeys: fix number of reserved powerpc pkeysDesnes A. Nunes do Rosario-2/+20
2020-06-04selftests/vm/pkeys: introduce powerpc supportRam Pai-128/+234
2020-06-04selftests/vm/pkeys: introduce generic pkey abstractionsRam Pai-6/+29