summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vDSO
AgeCommit message (Expand)Author
2024-09-13selftests: vDSO: ensure vgetrandom works in a time namespaceJason A. Donenfeld
2024-08-30selftests: vDSO: quash clang omitted parameter warning in getrandom testJason A. Donenfeld
2024-08-30selftests: vDSO: use parse_vdso.h in vdso_test_abiChristophe Leroy
2024-08-30selftests: vDSO: fix the way vDSO functions are called for powerpcChristophe Leroy
2024-08-30selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy
2024-08-30selftests: vDSO: fix vdso_config for powerpcChristophe Leroy
2024-08-30selftests: vDSO: fix vDSO name for powerpcChristophe Leroy
2024-08-30selftests: vDSO: skip getrandom test if architecture is unsupportedJason A. Donenfeld
2024-08-30selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom testXi Ruoyao
2024-08-30selftests: vDSO: remove unnecessary command line defs from chacha testJason A. Donenfeld
2024-08-30selftests: vDSO: separate LDLIBS from CFLAGS for libsodiumJason A. Donenfeld
2024-08-30selftests: vDSO: add --cflags for pkg-config command querying libsodiumXi Ruoyao
2024-08-30selftests: vDSO: look for arch-specific function name in getrandom testChristophe Leroy
2024-08-30selftests: vDSO: fix include order in build of test_vdso_chachaChristophe Leroy
2024-08-30selftests: vDSO: don't hard-code location of vDSO sourcesChristophe Leroy
2024-08-30selftests: vDSO: simplify getrandom thread local storage and structsJason A. Donenfeld
2024-07-19selftests/vDSO: add tests for vgetrandomJason A. Donenfeld
2024-07-05selftests/vDSO: remove duplicate compiler invocations from MakefileJohn Hubbard
2024-07-05selftests/vDSO: remove partially duplicated "all:" target in MakefileJohn Hubbard
2024-07-05selftests/vDSO: fix clang build errors and warningsJohn Hubbard
2024-05-05selftests/vDSO: fix runtime errors on LoongArchTiezhu Yang
2024-05-05selftests/vDSO: fix building errors on LoongArchTiezhu Yang
2023-11-30kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abiMark Brown
2023-11-30kselftest/vDSO: Fix message formatting for clock_id loggingMark Brown
2023-11-30kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendlyMark Brown
2023-06-12kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...Colin Ian King
2022-11-03selftests/vDSO: Add riscv getcpu & gettimeofday testGuo Ren
2022-04-04selftests/vDSO: fix array_size.cocci warningGuo Zhengkui
2022-03-07nds32: Remove the architectureAlan Kao
2022-01-31kselftest: Fix vdso_test_abi return statusVincenzo Frascino
2021-02-08selftests/vDSO: fix ABI selftest on riscvTobias Klauser
2021-01-04selftests/vDSO: fix -Wformat warning in vdso_test_correctnessTobias Klauser
2021-01-04selftests/vDSO: add additional binaries to .gitignoreTobias Klauser
2020-10-27kselftest: Extend vdso correctness test to clock_gettime64Vincenzo Frascino
2020-10-27kselftest: Move test_vdso to the vDSO test suiteVincenzo Frascino
2020-10-27kselftest: Extend vDSO selftest to clock_getresVincenzo Frascino
2020-10-27kselftest: Extend vDSO selftestVincenzo Frascino
2020-10-27kselftest: Enable vDSO test on non x86 platformsVincenzo Frascino
2020-05-22selftests: vdso: Add a selftest for vDSO getcpu()Mark Brown
2020-05-22selftests: vdso: Use a header file to prototype parse_vdso APIMark Brown
2020-05-22selftests: vdso: Rename vdso_test to vdso_test_gettimeofdayMark Brown
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner
2018-07-11selftests: vDSO - fix to return KSFT_SKIP when test couldn't be runShuah Khan (Samsung OSG)
2018-07-11selftests: vDSO - fix to exclude x86 test on non-x86 platformsShuah Khan (Samsung OSG)
2018-02-13selftest/vDSO: fix O=Dominik Brodowski
2017-11-15selftests: vdso_test: support ARM64 targetsGreg Hackmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-20selftests: move vDSO tests from Documentation/vDSOShuah Khan