summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/uffd-unit-tests.c
AgeCommit message (Expand)Author
2024-10-28selftests/mm: fix deadlock for fork after pthread_create with atomic_boolEdward Liaw
2024-10-28Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"Edward Liaw
2024-10-28Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM"Edward Liaw
2024-10-17selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw
2024-10-17selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw
2024-07-03selftests/mm: remove local __NR_* definitionsJohn Hubbard
2024-03-26selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw
2024-03-26selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMEdward Liaw
2024-02-20selftests/mm: uffd-unit-test check if huge page size is 0Terry Tritton
2024-01-05selftests/mm: add separate UFFDIO_MOVE test for PMD splittingSuren Baghdasaryan
2023-12-29selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan
2023-12-29selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan
2023-12-29selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan
2023-08-18selftests/mm: add uffd unit test for UFFDIO_POISONAxel Rasmussen
2023-06-19selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard
2023-04-21selftests/mm: add tests for RO pinning vs fork()Peter Xu
2023-04-21selftests/mm: extend and rename uffd pagemap testPeter Xu
2023-04-21selftests/mm: add a few options for uffd-unit-testPeter Xu
2023-04-18selftests/mm: add uffdio register ioctls testPeter Xu
2023-04-18selftests/mm: allow uffd test to skip properly with no privilegePeter Xu
2023-04-18selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu
2023-04-18selftests/mm: move zeropage test into uffd unit testsPeter Xu
2023-04-18selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu
2023-04-18selftests/mm: move uffd minor test to unit testPeter Xu
2023-04-18selftests/mm: move uffd pagemap test to unit testPeter Xu
2023-04-18selftests/mm: add framework for uffd-unit-testPeter Xu
2023-04-18selftests/mm: UFFDIO_API testPeter Xu
2023-04-18selftests/mm: split uffd tests into uffd-stress and uffd-unit-testsPeter Xu