index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
/
uffd-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/mm: replace atomic_bool with pthread_barrier_t
Edward Liaw
2024-10-17
1
-2
/
+3
*
selftests/mm: remove local __NR_* definitions
John Hubbard
2024-07-04
1
-4
/
+0
*
selftests/mm: fix ARM related issue with fork after pthread_create
Edward Liaw
2024-03-26
1
-0
/
+3
*
selftests/mm: add UFFDIO_MOVE ioctl test
Suren Baghdasaryan
2023-12-29
1
-0
/
+24
*
selftests/mm: add uffd_test_case_ops to allow test case-specific operations
Suren Baghdasaryan
2023-12-29
1
-0
/
+13
*
selftests/mm: call uffd_test_ctx_clear at the end of the test
Suren Baghdasaryan
2023-12-29
1
-3
/
+1
*
selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
Axel Rasmussen
2023-08-18
1
-1
/
+4
*
selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.c
John Hubbard
2023-06-20
1
-0
/
+59
*
selftests/mm: drop sys/dev test in uffd-stress test
Peter Xu
2023-04-19
1
-5
/
+2
*
selftests/mm: allow uffd test to skip properly with no privilege
Peter Xu
2023-04-19
1
-10
/
+17
*
selftests/mm: move uffd minor test to unit test
Peter Xu
2023-04-19
1
-13
/
+12
*
selftests/mm: allow allocate_area() to fail properly
Peter Xu
2023-04-19
1
-13
/
+34
*
selftests/mm: let uffd_handle_page_fault() take wp parameter
Peter Xu
2023-04-19
1
-8
/
+9
*
selftests/mm: rename uffd_stats to uffd_args
Peter Xu
2023-04-19
1
-14
/
+14
*
selftests/mm: drop global hpage_size in uffd tests
Peter Xu
2023-04-19
1
-3
/
+4
*
selftests/mm: drop global mem_fd in uffd tests
Peter Xu
2023-04-19
1
-1
/
+27
*
selftests/mm: uffd_open_{dev|sys}()
Peter Xu
2023-04-19
1
-23
/
+5
*
selftests/mm: uffd_[un]register()
Peter Xu
2023-04-19
1
-27
/
+0
*
selftests/mm: create uffd-common.[ch]
Peter Xu
2023-04-19
1
-0
/
+611