summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm/gup_benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-12-151-143/+0
* Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-141-6/+12
|\
| * tools: Avoid comma separated statementsJoe Perches2020-10-021-6/+12
* | mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song2020-10-131-7/+7
|/
* mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard2020-04-021-1/+14
* mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard2020-01-311-1/+5
* mm/gup_benchmark: fix MAP_HUGETLB caseJohn Hubbard2019-11-061-1/+1
* mm/gup_benchmark: add a missing "w" to getopt stringJohn Hubbard2019-10-191-1/+1
* selftests/vm/gup_benchmark.c: match gup struct to kernelAlison Schofield2019-01-151-0/+1
* tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch2018-10-261-1/+4
* tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch2018-10-261-3/+7
* tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch2018-10-261-4/+13
* tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch2018-10-261-0/+1
* mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-261-2/+11
* mm/gup_benchmark.c: time put_page()Keith Busch2018-10-261-2/+4
* mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-171-0/+91