summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vDSO (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-231-2/+1
|\
| * powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy2024-10-161-2/+1
* | selftests: vDSO: Explicitly include sched.hYu Liao2024-10-081-0/+1
* | selftests: vDSO: improve getrandom and chacha error messagesJason A. Donenfeld2024-10-082-53/+49
* | selftests: vDSO: unconditionally build getrandom testJason A. Donenfeld2024-10-082-3/+1
* | selftests: vDSO: unconditionally build chacha testJason A. Donenfeld2024-10-083-7/+26
|/
* selftests: vDSO: align getrandom states to cache lineJason A. Donenfeld2024-10-011-3/+5
* Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-291-0/+2
|\
| * selftests: vDSO: align stack for O2-optimized memcpyJason A. Donenfeld2024-09-271-0/+2
* | selftests: vDSO: check cpu caps before running chacha testJason A. Donenfeld2024-09-161-0/+20
* | s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens2024-09-131-1/+1
* | selftests: vDSO: fix vdso_config for s390Heiko Carstens2024-09-131-2/+2
* | selftests: vDSO: fix ELF hash table entry size for s390xJens Remus2024-09-131-4/+10
* | powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy2024-09-131-1/+1
* | selftests: vDSO: don't include generated headers for chacha testJason A. Donenfeld2024-09-131-1/+1
* | arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella2024-09-131-1/+2
* | selftests: vDSO: also test counter in vdso_test_chachaChristophe Leroy2024-09-131-9/+27
* | selftests: vDSO: build tests with O2 optimizationChristophe Leroy2024-09-131-1/+1
* | LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao2024-09-131-1/+1
* | selftests: vDSO: fix cross build for getrandom and chacha testsJason A. Donenfeld2024-09-131-5/+4
* | selftests: vDSO: open code basic chacha instead of linking to libsodiumJason A. Donenfeld2024-09-132-9/+45
* | random: vDSO: move prototype of arch chacha function to vdso/getrandom.hJason A. Donenfeld2024-09-131-3/+7
* | selftests: vDSO: ensure vgetrandom works in a time namespaceJason A. Donenfeld2024-09-131-1/+42
* | selftests: vDSO: quash clang omitted parameter warning in getrandom testJason A. Donenfeld2024-08-301-3/+3
* | selftests: vDSO: use parse_vdso.h in vdso_test_abiChristophe Leroy2024-08-301-4/+1
* | selftests: vDSO: fix the way vDSO functions are called for powerpcChristophe Leroy2024-08-306-15/+90
* | selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy2024-08-301-1/+2
* | selftests: vDSO: fix vdso_config for powerpcChristophe Leroy2024-08-301-3/+3
* | selftests: vDSO: fix vDSO name for powerpcChristophe Leroy2024-08-301-0/+6
* | selftests: vDSO: skip getrandom test if architecture is unsupportedJason A. Donenfeld2024-08-301-1/+6
* | selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom testXi Ruoyao2024-08-301-0/+1
* | selftests: vDSO: remove unnecessary command line defs from chacha testJason A. Donenfeld2024-08-301-2/+1
* | selftests: vDSO: separate LDLIBS from CFLAGS for libsodiumJason A. Donenfeld2024-08-301-3/+5
* | selftests: vDSO: add --cflags for pkg-config command querying libsodiumXi Ruoyao2024-08-301-1/+1
* | selftests: vDSO: look for arch-specific function name in getrandom testChristophe Leroy2024-08-302-7/+9
* | selftests: vDSO: fix include order in build of test_vdso_chachaChristophe Leroy2024-08-301-2/+2
* | selftests: vDSO: don't hard-code location of vDSO sourcesChristophe Leroy2024-08-301-1/+1
* | selftests: vDSO: simplify getrandom thread local storage and structsJason A. Donenfeld2024-08-301-40/+27
|/
* selftests/vDSO: add tests for vgetrandomJason A. Donenfeld2024-07-194-0/+351
* selftests/vDSO: remove duplicate compiler invocations from MakefileJohn Hubbard2024-07-051-9/+5
* selftests/vDSO: remove partially duplicated "all:" target in MakefileJohn Hubbard2024-07-051-8/+7
* selftests/vDSO: fix clang build errors and warningsJohn Hubbard2024-07-052-7/+27
* selftests/vDSO: fix runtime errors on LoongArchTiezhu Yang2024-05-062-29/+13
* selftests/vDSO: fix building errors on LoongArchTiezhu Yang2024-05-061-1/+5
* kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abiMark Brown2023-11-301-2/+2
* kselftest/vDSO: Fix message formatting for clock_id loggingMark Brown2023-11-301-1/+1
* kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendlyMark Brown2023-11-301-30/+36
* kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...Colin Ian King2023-06-131-2/+2
* selftests/vDSO: Add riscv getcpu & gettimeofday testGuo Ren2022-11-032-0/+7
* selftests/vDSO: fix array_size.cocci warningGuo Zhengkui2022-04-041-6/+3