summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vm/gup_benchmark.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm/gup_benchmark: rename to mm/gup_testJohn Hubbard1-143/+0
2020-10-15Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-6/+12
2020-10-14mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song1-7/+7
2020-10-02tools: Avoid comma separated statementsJoe Perches1-6/+12
2020-04-02mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard1-1/+14
2020-01-31mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard1-1/+5
2019-11-06mm/gup_benchmark: fix MAP_HUGETLB caseJohn Hubbard1-1/+1
2019-10-19mm/gup_benchmark: add a missing "w" to getopt stringJohn Hubbard1-1/+1
2019-01-15selftests/vm/gup_benchmark.c: match gup struct to kernelAlison Schofield1-0/+1
2018-10-27tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch1-1/+4
2018-10-27tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch1-3/+7
2018-10-27tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch1-4/+13
2018-10-27tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch1-0/+1
2018-10-27mm/gup_benchmark.c: add additional pinning methodsKeith Busch1-2/+11
2018-10-27mm/gup_benchmark.c: time put_page()Keith Busch1-2/+4
2017-11-18mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov1-0/+91