aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/futex/functional (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker1-1/+0
2022-02-23selftests: futex: Add the uapi headers include variableMuhammad Usama Anjum1-3/+2
2022-02-23selftests: futex: set DEFAULT_INSTALL_HDR_PATHMuhammad Usama Anjum1-0/+1
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é Almeida4-1/+243
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 Gleixner8-40/+8
2019-04-25selftests: Add test plan API to kselftest.h and adjust callersKees Cook7-0/+7
2018-12-13selftests: Fix test errors related to lib.mk khdr targetShuah Khan1-0/+1
2018-09-05selftests: add headers_install to lib.mkAnders Roxell1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-16selftests: futex: convert test to use ksft TAP13 frameworkShuah Khan7-12/+21
2017-06-07selftests: futex: print testcase-name and PASS/FAIL/ERROR statusNaresh Kamboju7-8/+17
2017-01-19selftests/futex: Add headers to makefile dependenciesStafford Horne1-1/+4
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com1-9/+3
2016-10-11selftests/futex: Check ANSI terminal color supportSeongJae Park1-1/+1
2015-07-20selftests/futex: Fix futex_cmp_requeue_pi() error handlingDarren Hart1-1/+1
2015-05-26selftests/futex: Add .gitignoreDarren Hart1-0/+7
2015-05-26selftests/futex: Increment ksft pass and fail countersDarren Hart1-1/+1
2015-05-26selftests/futex: Update Makefile to use lib.mkDarren Hart1-2/+3
2015-05-26selftests: Add futex functional testsDarren Hart9-0/+1284