index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vDSO
/
Makefile
Age
Commit message (
Expand
)
Author
2025-07-01
selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypes
Thomas Weißschuh
2025-07-01
selftests: vDSO: Enable -Wall
Thomas Weißschuh
2025-03-03
selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc
Thomas Weißschuh
2025-03-03
selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
Thomas Weißschuh
2024-10-08
selftests: vDSO: unconditionally build getrandom test
Jason A. Donenfeld
2024-10-08
selftests: vDSO: unconditionally build chacha test
Jason A. Donenfeld
2024-09-13
s390/vdso: Wire up getrandom() vdso implementation
Heiko Carstens
2024-09-13
powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
Christophe Leroy
2024-09-13
selftests: vDSO: don't include generated headers for chacha test
Jason A. Donenfeld
2024-09-13
arm64: vDSO: Wire up getrandom() vDSO implementation
Adhemerval Zanella
2024-09-13
selftests: vDSO: build tests with O2 optimization
Christophe Leroy
2024-09-13
LoongArch: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
2024-09-13
selftests: vDSO: fix cross build for getrandom and chacha tests
Jason A. Donenfeld
2024-09-13
selftests: vDSO: open code basic chacha instead of linking to libsodium
Jason A. Donenfeld
2024-08-30
selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom test
Xi Ruoyao
2024-08-30
selftests: vDSO: remove unnecessary command line defs from chacha test
Jason A. Donenfeld
2024-08-30
selftests: vDSO: separate LDLIBS from CFLAGS for libsodium
Jason A. Donenfeld
2024-08-30
selftests: vDSO: add --cflags for pkg-config command querying libsodium
Xi Ruoyao
2024-08-30
selftests: vDSO: fix include order in build of test_vdso_chacha
Christophe Leroy
2024-08-30
selftests: vDSO: don't hard-code location of vDSO sources
Christophe Leroy
2024-07-19
selftests/vDSO: add tests for vgetrandom
Jason A. Donenfeld
2024-07-05
selftests/vDSO: remove duplicate compiler invocations from Makefile
John Hubbard
2024-07-05
selftests/vDSO: remove partially duplicated "all:" target in Makefile
John Hubbard
2020-10-27
kselftest: Move test_vdso to the vDSO test suite
Vincenzo Frascino
2020-10-27
kselftest: Extend vDSO selftest to clock_getres
Vincenzo Frascino
2020-10-27
kselftest: Extend vDSO selftest
Vincenzo Frascino
2020-10-27
kselftest: Enable vDSO test on non x86 platforms
Vincenzo Frascino
2020-05-22
selftests: vdso: Add a selftest for vDSO getcpu()
Mark Brown
2020-05-22
selftests: vdso: Rename vdso_test to vdso_test_gettimeofday
Mark Brown
2018-07-11
selftests: vDSO - fix to exclude x86 test on non-x86 platforms
Shuah Khan (Samsung OSG)
2018-02-13
selftest/vDSO: fix O=
Dominik Brodowski
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-09-20
selftests: move vDSO tests from Documentation/vDSO
Shuah Khan