summaryrefslogtreecommitdiffstats
path: root/mm/gup_test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-231-0/+1
|\
| * mm/gup_test: fix ioctl fail for compat taskHaibo Li2023-06-121-0/+1
* | mm/gup_test.c: convert verify_dma_pinned() to us foliosVishal Moola (Oracle)2023-06-191-6/+7
* | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-5/+4
* | mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-091-3/+2
|/
* mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand2022-12-151-2/+2
* mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand2022-12-111-3/+7
* mm/gup_test: start/stop/read functionality for PIN LONGTERM testDavid Hildenbrand2022-11-081-0/+141
* mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra2022-07-171-1/+1
* selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin2021-05-051-0/+6
* selftests/vm: gup_test: fix test flagPavel Tatashin2021-05-051-13/+10
* mm/gup_test.c: mark gup_test_init as __init functionBarry Song2020-12-151-1/+1
* selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard2020-12-151-2/+54
* selftests/vm: only some gup_test items are really benchmarksJohn Hubbard2020-12-151-7/+7
* selftests/vm: use a common gup_test.hJohn Hubbard2020-12-151-16/+1
* mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-12-151-0/+210