aboutsummaryrefslogtreecommitdiff
path: root/mm/gup_benchmark.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-18mm/gup_benchmark: take the mmap lock around GUPGravatar Jann Horn 1-3/+12
2020-10-13mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagGravatar Barry Song 1-11/+12
2020-04-02mm/gup_benchmark: support pin_user_pages() and related callsGravatar John Hubbard 1-5/+66
2020-01-31mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"Gravatar John Hubbard 1-3/+6
2020-01-04mm/gup: fix memory leak in __gup_benchmark_ioctlGravatar Navid Emamdoost 1-2/+6
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMGravatar Ira Weiny 1-2/+3
2019-03-05mm: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-6/+2
2018-10-31mm/gup_benchmark.c: prevent integer overflow in ioctlGravatar Dan Carpenter 1-0/+3
2018-10-26mm/gup_benchmark.c: add additional pinning methodsGravatar Keith Busch 1-2/+26
2018-10-26mm/gup_benchmark.c: time put_page()Gravatar Keith Busch 1-2/+7
2018-10-05mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlGravatar YueHaibing 1-1/+2
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 1-1/+1
2018-04-13mm/gup_benchmark: handle gup failuresGravatar Michael S. Tsirkin 1-1/+3
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingGravatar Kirill A. Shutemov 1-0/+100