aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm/uffd-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw1-0/+3
2023-12-29selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan1-0/+24
2023-12-29selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan1-0/+13
2023-12-29selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan1-3/+1
2023-08-18selftests/mm: refactor uffd_poll_thread to allow custom fault handlersAxel Rasmussen1-1/+4
2023-06-19selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard1-0/+59
2023-04-18selftests/mm: drop sys/dev test in uffd-stress testPeter Xu1-5/+2
2023-04-18selftests/mm: allow uffd test to skip properly with no privilegePeter Xu1-10/+17
2023-04-18selftests/mm: move uffd minor test to unit testPeter Xu1-13/+12
2023-04-18selftests/mm: allow allocate_area() to fail properlyPeter Xu1-13/+34
2023-04-18selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu1-8/+9
2023-04-18selftests/mm: rename uffd_stats to uffd_argsPeter Xu1-14/+14
2023-04-18selftests/mm: drop global hpage_size in uffd testsPeter Xu1-3/+4
2023-04-18selftests/mm: drop global mem_fd in uffd testsPeter Xu1-1/+27
2023-04-18selftests/mm: uffd_open_{dev|sys}()Peter Xu1-23/+5
2023-04-18selftests/mm: uffd_[un]register()Peter Xu1-27/+0
2023-04-18selftests/mm: create uffd-common.[ch]Peter Xu1-0/+611