summaryrefslogtreecommitdiff
path: root/mm/gup_benchmark.c
AgeCommit message (Expand)Author
2020-12-15mm/gup_benchmark: rename to mm/gup_testJohn Hubbard
2020-10-18mm/gup_benchmark: take the mmap lock around GUPJann Horn
2020-10-13mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song
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
2020-01-04mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-10-31mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter
2018-10-26mm/gup_benchmark.c: add additional pinning methodsKeith Busch
2018-10-26mm/gup_benchmark.c: time put_page()Keith Busch
2018-10-05mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-04-13mm/gup_benchmark: handle gup failuresMichael S. Tsirkin
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov