summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vDSO/Makefile
AgeCommit message (Expand)Author
2024-09-13s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy
2024-09-13selftests: vDSO: don't include generated headers for chacha testJason A. Donenfeld
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella
2024-09-13selftests: vDSO: build tests with O2 optimizationChristophe Leroy
2024-09-13LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao
2024-09-13selftests: vDSO: fix cross build for getrandom and chacha testsJason A. Donenfeld
2024-09-13selftests: vDSO: open code basic chacha instead of linking to libsodiumJason 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: fix include order in build of test_vdso_chachaChristophe Leroy
2024-08-30selftests: vDSO: don't hard-code location of vDSO sourcesChristophe Leroy
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
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: Rename vdso_test to vdso_test_gettimeofdayMark Brown
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-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