summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/futex
Commit message (Expand)AuthorAgeFilesLines
* selftests/futex: Order calls to futex_lock_piNysal Jan K.A2023-08-161-0/+7
* selftests: futex: Fix incorrect kernel headers search pathMathieu Desnoyers2023-02-131-1/+1
* selftests/futex: fix build for clangRicardo Cañuelo2022-10-181-4/+2
* Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar2022-09-211-1/+0
|\
| * selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker2022-07-111-1/+0
* | selftests: futex: Fix 'the the' typo in commentSlark Xiao2022-08-021-1/+1
|/
* selftests: futex: Add the uapi headers include variableMuhammad Usama Anjum2022-02-231-3/+2
* selftests: futex: set DEFAULT_INSTALL_HDR_PATHMuhammad Usama Anjum2022-02-231-0/+1
* selftests: futex: Use variable MAKE instead of makeMuhammad Usama Anjum2022-01-271-2/+2
* selftests: futex: Test sys_futex_waitv() wouldblockAndré Almeida2021-10-071-4/+37
* selftests: futex: Test sys_futex_waitv() timeoutAndré Almeida2021-10-071-1/+20
* selftests: futex: Add sys_futex_waitv() testAndré Almeida2021-10-075-1/+265
* selftests: futex: Add futex compare requeue testAndré Almeida2021-06-224-1/+142
* selftests: futex: Add futex wait testAndré Almeida2021-06-224-1/+177
* selftests: futex: Expand timeout testAndré Almeida2021-05-121-16/+110
* selftests: futex: Correctly include headers dirsAndré Almeida2021-05-121-1/+2
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* selftests: use LDLIBS for libraries instead of LDFLAGSDmitry Safonov2020-02-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3012-60/+12
* selftests: Add test plan API to kselftest.h and adjust callersKees Cook2019-04-257-0/+7
* selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-131-0/+1
* selftests: add headers_install to lib.mkAnders Roxell2018-09-051-0/+1
* selftests: futex: delete RUN_TESTS and EMIT_TESTS overridesShuah Khan (Samsung OSG)2018-05-301-12/+0
* selftests: futex Makefile add top level TAP header echo to RUN_TESTSShuah Khan2018-03-071-0/+4
* selftests/futex: Fix line continuation in MakefileDaniel Díaz2018-02-261-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-3/+3
* selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan2017-09-251-1/+4
* Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2017-09-088-23/+30
|\
| * selftests: futex: convert test to use ksft TAP13 frameworkShuah Khan2017-08-168-23/+30
* | selftests: futex: fix run_tests targetShuah Khan2017-08-091-1/+1
|/
* selftests: futex: print testcase-name and PASS/FAIL/ERROR statusNaresh Kamboju2017-06-078-10/+19
* selftests: futex: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
* selftests/futex: Fix build error with OUTPUT variableDarren Hart2017-04-111-3/+3
* selftests/futex: Add headers to makefile dependenciesStafford Horne2017-01-191-1/+4
* selftests/futex: Add stdio used for loggingStafford Horne2017-01-191-0/+1
* selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-051-5/+16
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-9/+3
* docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
* selftests/futex: Check ANSI terminal color supportSeongJae Park2016-10-112-2/+2
* tools:testing/selftests: fix typo in futex/READMEWei Jiangang2015-11-161-1/+1
* selftests/futex: Fix futex_cmp_requeue_pi() error handlingDarren Hart2015-07-201-1/+1
* selftests/futex: Add .gitignoreDarren Hart2015-05-261-0/+7
* selftests/futex: Increment ksft pass and fail countersDarren Hart2015-05-262-1/+4
* selftests/futex: Update Makefile to use lib.mkDarren Hart2015-05-262-3/+22
* selftests: Add futex functional testsDarren Hart2015-05-2615-0/+1889