aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/uffd-common.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29selftests/mm: add UFFDIO_MOVE ioctl testGravatar Suren Baghdasaryan 1-0/+24
2023-12-29selftests/mm: add uffd_test_case_ops to allow test case-specific operationsGravatar Suren Baghdasaryan 1-0/+13
2023-12-29selftests/mm: call uffd_test_ctx_clear at the end of the testGravatar Suren Baghdasaryan 1-3/+1
2023-08-18selftests/mm: refactor uffd_poll_thread to allow custom fault handlersGravatar Axel Rasmussen 1-1/+4
2023-06-19selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cGravatar John Hubbard 1-0/+59
2023-04-18selftests/mm: drop sys/dev test in uffd-stress testGravatar Peter Xu 1-5/+2
2023-04-18selftests/mm: allow uffd test to skip properly with no privilegeGravatar Peter Xu 1-10/+17
2023-04-18selftests/mm: move uffd minor test to unit testGravatar Peter Xu 1-13/+12
2023-04-18selftests/mm: allow allocate_area() to fail properlyGravatar Peter Xu 1-13/+34
2023-04-18selftests/mm: let uffd_handle_page_fault() take wp parameterGravatar Peter Xu 1-8/+9
2023-04-18selftests/mm: rename uffd_stats to uffd_argsGravatar Peter Xu 1-14/+14
2023-04-18selftests/mm: drop global hpage_size in uffd testsGravatar Peter Xu 1-3/+4
2023-04-18selftests/mm: drop global mem_fd in uffd testsGravatar Peter Xu 1-1/+27
2023-04-18selftests/mm: uffd_open_{dev|sys}()Gravatar Peter Xu 1-23/+5
2023-04-18selftests/mm: uffd_[un]register()Gravatar Peter Xu 1-27/+0
2023-04-18selftests/mm: create uffd-common.[ch]Gravatar Peter Xu 1-0/+611