aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/futex/functional
AgeCommit message (Expand)AuthorFilesLines
2026-07-20selftests/futex: Give circular-list nodes static storageMiles Krause1-1/+1
2026-07-20selftests/futex: Use thread synchronization helpers instead of usleep()Yuwen Chen1-19/+28
2026-07-20selftests/futex: Provide thread creation and synchronization helpersYuwen Chen1-1/+2
2026-07-05selftests/futex: Dynamically skip unsupported testsWake Liu2-0/+6
2026-07-05selftests/futex: Add FUTEX_LOCK_PI owner-exiting coverageValery Borovsky4-1/+269
2026-07-05selftests/futex: Migrate robust_list to harnessWake Liu1-82/+97
2026-07-05selftests/futex: Migrate futex_priv_hash to harnessWake Liu1-81/+79
2026-07-05selftests/futex: Migrate futex_numa_mpol to harnessWake Liu1-62/+62
2026-07-05selftests/futex: Migrate futex_requeue_pi_signal_restart to harnessWake Liu1-37/+37
2026-07-05selftests/futex: Migrate futex_requeue_pi_mismatched_ops to harnessWake Liu1-16/+25
2026-07-05selftests/futex: Migrate futex_requeue_pi to harnessWake Liu1-78/+79
2026-07-05selftests/futex: Migrate futex_requeue to harnessWake Liu1-10/+24
2026-07-05selftests/futex: Migrate futex_wait_uninitialized_heap to harnessWake Liu1-15/+20
2026-07-05selftests/futex: Migrate futex_wait_private_mapped_file to harnessWake Liu1-16/+20
2026-07-05selftests/futex: Migrate futex_wait to harnessWake Liu1-47/+80
2026-07-05selftests/futex: Correct validation logic in waitvWake Liu1-25/+30
2026-07-05selftests/futex: Migrate functional tests to harnessWake Liu3-137/+134
2026-07-05selftests/futex: Remove static keyword from 'head'Ankit Khushwaha1-1/+1
2026-06-03selftests: futex: Add tests for robust release operationsAndré Almeida1-0/+239
2026-03-24selftests/futex: Bump up libnuma version checkDavidlohr Bueso2-2/+2
2026-03-24selftests/futex: Conditionally include libnuma supportNylon Chen2-1/+6
2026-02-04selftests/futex: Fix incorrect result reporting of futex_requeue test itemYuwen Chen1-41/+8
2025-12-10Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-9/+562
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy12-12/+12
2025-11-14selftests/futex: Create test for robust listAndré Almeida3-1/+555
2025-11-14selftests/futex: Skip tests if shmget unsupportedCarlos Llamas2-0/+4
2025-11-14selftests/futex: Add newline to ksft_exit_fail_msg()Carlos Llamas1-3/+3
2025-11-14selftests/futex: Remove unused test_futex_mpol()André Almeida1-5/+0
2025-09-20selftest/futex: Fix spelling mistake "boundarie" -> "boundary"Colin Ian King1-1/+1
2025-09-20selftests/futex: Remove logging.h fileAndré Almeida1-2/+1
2025-09-20selftests/futex: Drop logging.h include from futex_numaAndré Almeida1-1/+2
2025-09-20selftests/futex: Refactor futex_numa_mpol with kselftest_harness.hAndré Almeida2-47/+9
2025-09-20selftests/futex: Refactor futex_priv_hash with kselftest_harness.hAndré Almeida2-42/+8
2025-09-20selftests/futex: Refactor futex_waitv with kselftest_harness.hAndré Almeida2-56/+45
2025-09-20selftests/futex: Refactor futex_requeue with kselftest_harness.hAndré Almeida2-54/+24
2025-09-20selftests/futex: Refactor futex_wait with kselftest_harness.hAndré Almeida2-66/+39
2025-09-20selftests/futex: Refactor futex_wait_private_mapped_file with kselftest_harness.hAndré Almeida2-62/+19
2025-09-20selftests/futex: Refactor futex_wait_unitialized_heap with kselftest_harness.hAndré Almeida2-59/+19
2025-09-20selftests/futex: Refactor futex_wait_wouldblock with kselftest_harness.hAndré Almeida2-54/+24
2025-09-20selftests/futex: Refactor futex_wait_timeout with kselftest_harness.hAndré Almeida2-80/+61
2025-09-20selftests/futex: Refactor futex_requeue_pi_signal_restart with kselftest_harness.hAndré Almeida2-93/+38
2025-09-20selftests/futex: Refactor futex_requeue_pi_mismatched_ops with kselftest_harness.hAndré Almeida2-65/+23
2025-09-20selftests/futex: Refactor futex_requeue_pi with kselftest_harness.hAndré Almeida2-168/+124
2025-09-17selftest/futex: Compile also with libnuma < 2.0.16Sebastian Andrzej Siewior2-12/+14
2025-09-17selftest/futex: Reintroduce "Memory out of range" numa_mpol's subtestAndré Almeida1-1/+7
2025-09-17selftest/futex: Make the error check more precise for futex_numa_mpolAndré Almeida1-15/+21
2025-09-01selftests/futex: Fix futex_wait() for 32bit ARMDan Carpenter1-1/+1
2025-09-01selftests/futex: Fix typos and grammar in futex_priv_hashGopi Krishna Menon1-4/+4
2025-09-01selftests/futex: Fix format-security warnings in futex_priv_hashNai-Chen Cheng1-5/+5
2025-09-01selftests/futex: Fix some futex_numa_mpol subtestsWaiman Long1-4/+2