aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm/gup_benchmark.c
AgeCommit message (Expand)Author
2020-04-02mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard
2020-01-31mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard
2019-11-06mm/gup_benchmark: fix MAP_HUGETLB caseJohn Hubbard
2019-10-19mm/gup_benchmark: add a missing "w" to getopt stringJohn Hubbard
2019-01-15selftests/vm/gup_benchmark.c: match gup struct to kernelAlison Schofield
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch
2018-10-26mm/gup_benchmark.c: add additional pinning methodsKeith Busch
2018-10-26mm/gup_benchmark.c: time put_page()Keith Busch
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov