index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
futex
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
Edward Liaw
1
-1
/
+1
2024-05-31
selftests/futex: don't pass a const char* to asprintf(3)
John Hubbard
1
-1
/
+1
2024-05-31
selftests/futex: don't redefine .PHONY targets (all, clean)
John Hubbard
1
-2
/
+0
2024-05-30
selftests/futex: pass _GNU_SOURCE without a value to the compiler
John Hubbard
1
-1
/
+1
2024-02-20
selftests: fuxex: Report a unique test name per run of futex_requeue_pi
Mark Brown
1
-1
/
+12
2023-08-16
selftests/futex: Order calls to futex_lock_pi
Nysal Jan K.A
1
-0
/
+7
2023-02-13
selftests: futex: Fix incorrect kernel headers search path
Mathieu Desnoyers
1
-1
/
+1
2022-10-18
selftests/futex: fix build for clang
Ricardo Cañuelo
1
-4
/
+2
2022-09-21
Merge tag 'v6.0-rc6' into locking/core, to refresh the branch
Ingo Molnar
1
-1
/
+0
2022-08-02
selftests: futex: Fix 'the the' typo in comment
Slark Xiao
1
-1
/
+1
2022-07-12
selftests: stop using KSFT_KHDR_INSTALL
Guillaume Tucker
1
-1
/
+0
2022-02-24
selftests: futex: Add the uapi headers include variable
Muhammad Usama Anjum
1
-3
/
+2
2022-02-24
selftests: futex: set DEFAULT_INSTALL_HDR_PATH
Muhammad Usama Anjum
1
-0
/
+1
2022-01-28
selftests: futex: Use variable MAKE instead of make
Muhammad Usama Anjum
1
-2
/
+2
2021-10-07
selftests: futex: Test sys_futex_waitv() wouldblock
André Almeida
1
-4
/
+37
2021-10-07
selftests: futex: Test sys_futex_waitv() timeout
André Almeida
1
-1
/
+20
2021-10-07
selftests: futex: Add sys_futex_waitv() test
André Almeida
5
-1
/
+265
2021-06-22
selftests: futex: Add futex compare requeue test
André Almeida
4
-1
/
+142
2021-06-22
selftests: futex: Add futex wait test
André Almeida
4
-1
/
+177
2021-05-12
selftests: futex: Expand timeout test
André Almeida
1
-16
/
+110
2021-05-12
selftests: futex: Correctly include headers dirs
André Almeida
1
-1
/
+2
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-02-13
selftests: use LDLIBS for libraries instead of LDFLAGS
Dmitry Safonov
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
12
-60
/
+12
2019-04-25
selftests: Add test plan API to kselftest.h and adjust callers
Kees Cook
7
-0
/
+7
2018-12-14
selftests: Fix test errors related to lib.mk khdr target
Shuah Khan
1
-0
/
+1
2018-09-05
selftests: add headers_install to lib.mk
Anders Roxell
1
-0
/
+1
2018-05-31
selftests: futex: delete RUN_TESTS and EMIT_TESTS overrides
Shuah Khan (Samsung OSG)
1
-12
/
+0
2018-03-07
selftests: futex Makefile add top level TAP header echo to RUN_TESTS
Shuah Khan
1
-0
/
+4
2018-02-27
selftests/futex: Fix line continuation in Makefile
Daniel Díaz
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-09-25
selftests: futex: Makefile: fix for loops in targets to run silently
Shuah Khan
1
-3
/
+3
2017-09-25
selftests: futex: copy sub-dir test scripts for make O=dir run
Shuah Khan
1
-1
/
+4
2017-09-09
Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
8
-23
/
+30
2017-08-17
selftests: futex: convert test to use ksft TAP13 framework
Shuah Khan
8
-23
/
+30
2017-08-09
selftests: futex: fix run_tests target
Shuah Khan
1
-1
/
+1
2017-06-07
selftests: futex: print testcase-name and PASS/FAIL/ERROR status
Naresh Kamboju
8
-10
/
+19
2017-04-25
selftests: futex: override clean in lib.mk to fix warnings
Shuah Khan
1
-1
/
+2
2017-04-11
selftests/futex: Fix build error with OUTPUT variable
Darren Hart
1
-3
/
+3
2017-01-19
selftests/futex: Add headers to makefile dependencies
Stafford Horne
1
-1
/
+4
2017-01-19
selftests/futex: Add stdio used for logging
Stafford Horne
1
-0
/
+1
2017-01-05
selftests: enable O and KBUILD_OUTPUT
bamvor.zhangjian@huawei.com
1
-5
/
+16
2017-01-05
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
1
-9
/
+3
2016-10-24
docs: fix locations of several documents that got moved
Mauro Carvalho Chehab
1
-1
/
+1
2016-10-11
selftests/futex: Check ANSI terminal color support
SeongJae Park
2
-2
/
+2
2015-11-17
tools:testing/selftests: fix typo in futex/README
Wei Jiangang
1
-1
/
+1
2015-07-21
selftests/futex: Fix futex_cmp_requeue_pi() error handling
Darren Hart
1
-1
/
+1
2015-05-27
selftests/futex: Add .gitignore
Darren Hart
1
-0
/
+7
2015-05-27
selftests/futex: Increment ksft pass and fail counters
Darren Hart
2
-1
/
+4
2015-05-27
selftests/futex: Update Makefile to use lib.mk
Darren Hart
2
-3
/
+22
[next]