summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm/uffd-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw2024-10-171-2/+3
* selftests/mm: remove local __NR_* definitionsJohn Hubbard2024-07-041-4/+0
* selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw2024-03-261-0/+3
* selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan2023-12-291-0/+24
* selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan2023-12-291-0/+13
* selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan2023-12-291-3/+1
* selftests/mm: refactor uffd_poll_thread to allow custom fault handlersAxel Rasmussen2023-08-181-1/+4
* selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard2023-06-201-0/+59
* selftests/mm: drop sys/dev test in uffd-stress testPeter Xu2023-04-191-5/+2
* selftests/mm: allow uffd test to skip properly with no privilegePeter Xu2023-04-191-10/+17
* selftests/mm: move uffd minor test to unit testPeter Xu2023-04-191-13/+12
* selftests/mm: allow allocate_area() to fail properlyPeter Xu2023-04-191-13/+34
* selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu2023-04-191-8/+9
* selftests/mm: rename uffd_stats to uffd_argsPeter Xu2023-04-191-14/+14
* selftests/mm: drop global hpage_size in uffd testsPeter Xu2023-04-191-3/+4
* selftests/mm: drop global mem_fd in uffd testsPeter Xu2023-04-191-1/+27
* selftests/mm: uffd_open_{dev|sys}()Peter Xu2023-04-191-23/+5
* selftests/mm: uffd_[un]register()Peter Xu2023-04-191-27/+0
* selftests/mm: create uffd-common.[ch]Peter Xu2023-04-191-0/+611