index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
futex
/
functional
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-20
selftests/futex: Give circular-list nodes static storage
Miles Krause
1
-1
/
+1
2026-07-20
selftests/futex: Use thread synchronization helpers instead of usleep()
Yuwen Chen
1
-19
/
+28
2026-07-20
selftests/futex: Provide thread creation and synchronization helpers
Yuwen Chen
1
-1
/
+2
2026-07-05
selftests/futex: Dynamically skip unsupported tests
Wake Liu
2
-0
/
+6
2026-07-05
selftests/futex: Add FUTEX_LOCK_PI owner-exiting coverage
Valery Borovsky
4
-1
/
+269
2026-07-05
selftests/futex: Migrate robust_list to harness
Wake Liu
1
-82
/
+97
2026-07-05
selftests/futex: Migrate futex_priv_hash to harness
Wake Liu
1
-81
/
+79
2026-07-05
selftests/futex: Migrate futex_numa_mpol to harness
Wake Liu
1
-62
/
+62
2026-07-05
selftests/futex: Migrate futex_requeue_pi_signal_restart to harness
Wake Liu
1
-37
/
+37
2026-07-05
selftests/futex: Migrate futex_requeue_pi_mismatched_ops to harness
Wake Liu
1
-16
/
+25
2026-07-05
selftests/futex: Migrate futex_requeue_pi to harness
Wake Liu
1
-78
/
+79
2026-07-05
selftests/futex: Migrate futex_requeue to harness
Wake Liu
1
-10
/
+24
2026-07-05
selftests/futex: Migrate futex_wait_uninitialized_heap to harness
Wake Liu
1
-15
/
+20
2026-07-05
selftests/futex: Migrate futex_wait_private_mapped_file to harness
Wake Liu
1
-16
/
+20
2026-07-05
selftests/futex: Migrate futex_wait to harness
Wake Liu
1
-47
/
+80
2026-07-05
selftests/futex: Correct validation logic in waitv
Wake Liu
1
-25
/
+30
2026-07-05
selftests/futex: Migrate functional tests to harness
Wake Liu
3
-137
/
+134
2026-07-05
selftests/futex: Remove static keyword from 'head'
Ankit Khushwaha
1
-1
/
+1
2026-06-03
selftests: futex: Add tests for robust release operations
André Almeida
1
-0
/
+239
2026-03-24
selftests/futex: Bump up libnuma version check
Davidlohr Bueso
2
-2
/
+2
2026-03-24
selftests/futex: Conditionally include libnuma support
Nylon Chen
2
-1
/
+6
2026-02-04
selftests/futex: Fix incorrect result reporting of futex_requeue test item
Yuwen Chen
1
-41
/
+8
2025-12-10
Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-9
/
+562
2025-11-27
selftests: complete kselftest include centralization
Bala-Vignesh-Reddy
12
-12
/
+12
2025-11-14
selftests/futex: Create test for robust list
André Almeida
3
-1
/
+555
2025-11-14
selftests/futex: Skip tests if shmget unsupported
Carlos Llamas
2
-0
/
+4
2025-11-14
selftests/futex: Add newline to ksft_exit_fail_msg()
Carlos Llamas
1
-3
/
+3
2025-11-14
selftests/futex: Remove unused test_futex_mpol()
André Almeida
1
-5
/
+0
2025-09-20
selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
Colin Ian King
1
-1
/
+1
2025-09-20
selftests/futex: Remove logging.h file
André Almeida
1
-2
/
+1
2025-09-20
selftests/futex: Drop logging.h include from futex_numa
André Almeida
1
-1
/
+2
2025-09-20
selftests/futex: Refactor futex_numa_mpol with kselftest_harness.h
André Almeida
2
-47
/
+9
2025-09-20
selftests/futex: Refactor futex_priv_hash with kselftest_harness.h
André Almeida
2
-42
/
+8
2025-09-20
selftests/futex: Refactor futex_waitv with kselftest_harness.h
André Almeida
2
-56
/
+45
2025-09-20
selftests/futex: Refactor futex_requeue with kselftest_harness.h
André Almeida
2
-54
/
+24
2025-09-20
selftests/futex: Refactor futex_wait with kselftest_harness.h
André Almeida
2
-66
/
+39
2025-09-20
selftests/futex: Refactor futex_wait_private_mapped_file with kselftest_harness.h
André Almeida
2
-62
/
+19
2025-09-20
selftests/futex: Refactor futex_wait_unitialized_heap with kselftest_harness.h
André Almeida
2
-59
/
+19
2025-09-20
selftests/futex: Refactor futex_wait_wouldblock with kselftest_harness.h
André Almeida
2
-54
/
+24
2025-09-20
selftests/futex: Refactor futex_wait_timeout with kselftest_harness.h
André Almeida
2
-80
/
+61
2025-09-20
selftests/futex: Refactor futex_requeue_pi_signal_restart with kselftest_harness.h
André Almeida
2
-93
/
+38
2025-09-20
selftests/futex: Refactor futex_requeue_pi_mismatched_ops with kselftest_harness.h
André Almeida
2
-65
/
+23
2025-09-20
selftests/futex: Refactor futex_requeue_pi with kselftest_harness.h
André Almeida
2
-168
/
+124
2025-09-17
selftest/futex: Compile also with libnuma < 2.0.16
Sebastian Andrzej Siewior
2
-12
/
+14
2025-09-17
selftest/futex: Reintroduce "Memory out of range" numa_mpol's subtest
André Almeida
1
-1
/
+7
2025-09-17
selftest/futex: Make the error check more precise for futex_numa_mpol
André Almeida
1
-15
/
+21
2025-09-01
selftests/futex: Fix futex_wait() for 32bit ARM
Dan Carpenter
1
-1
/
+1
2025-09-01
selftests/futex: Fix typos and grammar in futex_priv_hash
Gopi Krishna Menon
1
-4
/
+4
2025-09-01
selftests/futex: Fix format-security warnings in futex_priv_hash
Nai-Chen Cheng
1
-5
/
+5
2025-09-01
selftests/futex: Fix some futex_numa_mpol subtests
Waiman Long
1
-4
/
+2
[next]