summaryrefslogtreecommitdiffstats
path: root/mm/gup_benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard2020-04-021-5/+66
* mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard2020-01-311-3/+6
* mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost2020-01-041-2/+6
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-051-6/+2
* mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter2018-10-311-0/+3
* mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-261-2/+26
* mm/gup_benchmark.c: time put_page()Keith Busch2018-10-261-2/+7
* mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing2018-10-051-1/+2
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-1/+1
* mm/gup_benchmark: handle gup failuresMichael S. Tsirkin2018-04-131-1/+3
* mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-171-0/+100