index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vDSO
Age
Commit message (
Expand
)
Author
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
2024-07-05
selftests/vDSO: fix clang build errors and warnings
John Hubbard
2024-05-05
selftests/vDSO: fix runtime errors on LoongArch
Tiezhu Yang
2024-05-05
selftests/vDSO: fix building errors on LoongArch
Tiezhu Yang
2023-11-30
kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi
Mark Brown
2023-11-30
kselftest/vDSO: Fix message formatting for clock_id logging
Mark Brown
2023-11-30
kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly
Mark Brown
2023-06-12
kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...
Colin Ian King
2022-11-03
selftests/vDSO: Add riscv getcpu & gettimeofday test
Guo Ren
2022-04-04
selftests/vDSO: fix array_size.cocci warning
Guo Zhengkui
2022-03-07
nds32: Remove the architecture
Alan Kao
2022-01-31
kselftest: Fix vdso_test_abi return status
Vincenzo Frascino
2021-02-08
selftests/vDSO: fix ABI selftest on riscv
Tobias Klauser
2021-01-04
selftests/vDSO: fix -Wformat warning in vdso_test_correctness
Tobias Klauser
2021-01-04
selftests/vDSO: add additional binaries to .gitignore
Tobias Klauser
2020-10-27
kselftest: Extend vdso correctness test to clock_gettime64
Vincenzo Frascino
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: Use a header file to prototype parse_vdso API
Mark Brown
2020-05-22
selftests: vdso: Rename vdso_test to vdso_test_gettimeofday
Mark Brown
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180
Thomas Gleixner
2018-07-11
selftests: vDSO - fix to return KSFT_SKIP when test couldn't be run
Shuah Khan (Samsung OSG)
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-15
selftests: vdso_test: support ARM64 targets
Greg Hackmann
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