index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vm
/
gup_benchmark.c
Age
Commit message (
Expand
)
Author
2020-12-15
mm/gup_benchmark: rename to mm/gup_test
John Hubbard
2020-10-14
Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2020-10-13
mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag
Barry Song
2020-10-02
tools: Avoid comma separated statements
Joe Perches
2020-04-02
mm/gup_benchmark: support pin_user_pages() and related calls
John Hubbard
2020-01-31
mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
John Hubbard
2019-11-06
mm/gup_benchmark: fix MAP_HUGETLB case
John Hubbard
2019-10-19
mm/gup_benchmark: add a missing "w" to getopt string
John Hubbard
2019-01-15
selftests/vm/gup_benchmark.c: match gup struct to kernel
Alison Schofield
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option
Keith Busch
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option
Keith Busch
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: allow user specified file
Keith Busch
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage
Keith Busch
2018-10-26
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
2018-10-26
mm/gup_benchmark.c: time put_page()
Keith Busch
2017-11-17
mm: add infrastructure for get_user_pages_fast() benchmarking
Kirill A. Shutemov