summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/futex
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-50/+74
2025-07-22selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully"Colin Ian King1-1/+1
2025-07-22selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_tCynthia Huang1-0/+11
2025-07-11selftests/futex: Remove support for IMMUTABLESebastian Andrzej Siewior1-49/+22
2025-07-11selftests/futex: Adapt the private hash test to RCU related changesSebastian Andrzej Siewior1-1/+41
2025-07-06selftests/futex: Convert 32-bit timespec to 64-bit version for 32-bit compati...Terry Tritton1-1/+7
2025-07-06selftests/futex: Add futex_numa to .gitignoreTerry Tritton1-0/+1
2025-06-05selftests/futex: Set the home_node in futex_numa_mpolSebastian Andrzej Siewior1-2/+6
2025-06-05selftests/futex: getopt() requires int as return value.Sebastian Andrzej Siewior2-2/+2
2025-05-21selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized"Colin Ian King1-1/+1
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior1-10/+11
2025-05-21selftests/futex: Use TAP output in futex_numa_mpolSebastian Andrzej Siewior1-33/+32
2025-05-21selftests/futex: Use TAP output in futex_priv_hashSebastian Andrzej Siewior1-86/+62
2025-05-03futex,selftests: Add another FUTEX2_NUMA selftestPeter Zijlstra2-1/+264
2025-05-03selftests/futex: Add futex_numa_mpolSebastian Andrzej Siewior5-1/+290
2025-05-03selftests/futex: Add futex_priv_hashSebastian Andrzej Siewior4-2/+323
2025-05-03selftests/futex: Build without headers nonsensePeter Zijlstra1-0/+18
2025-04-09selftests/futex: futex_waitv wouldblock test should failEdward Liaw1-1/+1
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw1-1/+1
2024-05-31selftests/futex: don't pass a const char* to asprintf(3)John Hubbard1-1/+1
2024-05-31selftests/futex: don't redefine .PHONY targets (all, clean)John Hubbard1-2/+0
2024-05-30selftests/futex: pass _GNU_SOURCE without a value to the compilerJohn Hubbard1-1/+1
2024-02-20selftests: fuxex: Report a unique test name per run of futex_requeue_piMark Brown1-1/+12
2023-08-16selftests/futex: Order calls to futex_lock_piNysal Jan K.A1-0/+7
2023-02-13selftests: futex: Fix incorrect kernel headers search pathMathieu Desnoyers1-1/+1
2022-10-18selftests/futex: fix build for clangRicardo Cañuelo1-4/+2
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar1-1/+0
2022-08-02selftests: futex: Fix 'the the' typo in commentSlark Xiao1-1/+1
2022-07-12selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker1-1/+0
2022-02-24selftests: futex: Add the uapi headers include variableMuhammad Usama Anjum1-3/+2
2022-02-24selftests: futex: set DEFAULT_INSTALL_HDR_PATHMuhammad Usama Anjum1-0/+1
2022-01-28selftests: futex: Use variable MAKE instead of makeMuhammad Usama Anjum1-2/+2
2021-10-07selftests: futex: Test sys_futex_waitv() wouldblockAndré Almeida1-4/+37
2021-10-07selftests: futex: Test sys_futex_waitv() timeoutAndré Almeida1-1/+20
2021-10-07selftests: futex: Add sys_futex_waitv() testAndré Almeida5-1/+265
2021-06-22selftests: futex: Add futex compare requeue testAndré Almeida4-1/+142
2021-06-22selftests: futex: Add futex wait testAndré Almeida4-1/+177
2021-05-12selftests: futex: Expand timeout testAndré Almeida1-16/+110
2021-05-12selftests: futex: Correctly include headers dirsAndré Almeida1-1/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-13selftests: use LDLIBS for libraries instead of LDFLAGSDmitry Safonov1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner12-60/+12
2019-04-25selftests: Add test plan API to kselftest.h and adjust callersKees Cook7-0/+7
2018-12-14selftests: Fix test errors related to lib.mk khdr targetShuah Khan1-0/+1
2018-09-05selftests: add headers_install to lib.mkAnders Roxell1-0/+1
2018-05-31selftests: futex: delete RUN_TESTS and EMIT_TESTS overridesShuah Khan (Samsung OSG)1-12/+0
2018-03-07selftests: futex Makefile add top level TAP header echo to RUN_TESTSShuah Khan1-0/+4
2018-02-27selftests/futex: Fix line continuation in MakefileDaniel Díaz1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-25selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan1-3/+3