summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vm/gup_benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* 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