index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vDSO
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-09
selftests: vDSO: Explicitly include sched.h
Yu Liao
1
-0
/
+1
2024-10-09
selftests: vDSO: improve getrandom and chacha error messages
Jason A. Donenfeld
2
-53
/
+49
2024-10-09
selftests: vDSO: unconditionally build getrandom test
Jason A. Donenfeld
2
-3
/
+1
2024-10-09
selftests: vDSO: unconditionally build chacha test
Jason A. Donenfeld
3
-7
/
+26
2024-10-01
selftests: vDSO: align getrandom states to cache line
Jason A. Donenfeld
1
-3
/
+5
2024-09-29
Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+2
2024-09-27
selftests: vDSO: align stack for O2-optimized memcpy
Jason A. Donenfeld
1
-0
/
+2
2024-09-16
selftests: vDSO: check cpu caps before running chacha test
Jason A. Donenfeld
1
-0
/
+20
2024-09-13
s390/vdso: Wire up getrandom() vdso implementation
Heiko Carstens
1
-1
/
+1
2024-09-13
selftests: vDSO: fix vdso_config for s390
Heiko Carstens
1
-2
/
+2
2024-09-13
selftests: vDSO: fix ELF hash table entry size for s390x
Jens Remus
1
-4
/
+10
2024-09-13
powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
Christophe Leroy
1
-1
/
+1
2024-09-13
selftests: vDSO: don't include generated headers for chacha test
Jason A. Donenfeld
1
-1
/
+1
2024-09-13
arm64: vDSO: Wire up getrandom() vDSO implementation
Adhemerval Zanella
1
-1
/
+2
2024-09-13
selftests: vDSO: also test counter in vdso_test_chacha
Christophe Leroy
1
-9
/
+27
2024-09-13
selftests: vDSO: build tests with O2 optimization
Christophe Leroy
1
-1
/
+1
2024-09-13
LoongArch: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
1
-1
/
+1
2024-09-13
selftests: vDSO: fix cross build for getrandom and chacha tests
Jason A. Donenfeld
1
-5
/
+4
2024-09-13
selftests: vDSO: open code basic chacha instead of linking to libsodium
Jason A. Donenfeld
2
-9
/
+45
2024-09-13
random: vDSO: move prototype of arch chacha function to vdso/getrandom.h
Jason A. Donenfeld
1
-3
/
+7
2024-09-13
selftests: vDSO: ensure vgetrandom works in a time namespace
Jason A. Donenfeld
1
-1
/
+42
2024-08-30
selftests: vDSO: quash clang omitted parameter warning in getrandom test
Jason A. Donenfeld
1
-3
/
+3
2024-08-30
selftests: vDSO: use parse_vdso.h in vdso_test_abi
Christophe Leroy
1
-4
/
+1
2024-08-30
selftests: vDSO: fix the way vDSO functions are called for powerpc
Christophe Leroy
6
-15
/
+90
2024-08-30
selftests: vDSO: fix vDSO symbols lookup for powerpc64
Christophe Leroy
1
-1
/
+2
2024-08-30
selftests: vDSO: fix vdso_config for powerpc
Christophe Leroy
1
-3
/
+3
2024-08-30
selftests: vDSO: fix vDSO name for powerpc
Christophe Leroy
1
-0
/
+6
2024-08-30
selftests: vDSO: skip getrandom test if architecture is unsupported
Jason A. Donenfeld
1
-1
/
+6
2024-08-30
selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom test
Xi Ruoyao
1
-0
/
+1
2024-08-30
selftests: vDSO: remove unnecessary command line defs from chacha test
Jason A. Donenfeld
1
-2
/
+1
2024-08-30
selftests: vDSO: separate LDLIBS from CFLAGS for libsodium
Jason A. Donenfeld
1
-3
/
+5
2024-08-30
selftests: vDSO: add --cflags for pkg-config command querying libsodium
Xi Ruoyao
1
-1
/
+1
2024-08-30
selftests: vDSO: look for arch-specific function name in getrandom test
Christophe Leroy
2
-7
/
+9
2024-08-30
selftests: vDSO: fix include order in build of test_vdso_chacha
Christophe Leroy
1
-2
/
+2
2024-08-30
selftests: vDSO: don't hard-code location of vDSO sources
Christophe Leroy
1
-1
/
+1
2024-08-30
selftests: vDSO: simplify getrandom thread local storage and structs
Jason A. Donenfeld
1
-40
/
+27
2024-07-19
selftests/vDSO: add tests for vgetrandom
Jason A. Donenfeld
4
-0
/
+351
2024-07-05
selftests/vDSO: remove duplicate compiler invocations from Makefile
John Hubbard
1
-9
/
+5
2024-07-05
selftests/vDSO: remove partially duplicated "all:" target in Makefile
John Hubbard
1
-8
/
+7
2024-07-05
selftests/vDSO: fix clang build errors and warnings
John Hubbard
2
-7
/
+27
2024-05-06
selftests/vDSO: fix runtime errors on LoongArch
Tiezhu Yang
2
-29
/
+13
2024-05-06
selftests/vDSO: fix building errors on LoongArch
Tiezhu Yang
1
-1
/
+5
2023-12-01
kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi
Mark Brown
1
-2
/
+2
2023-12-01
kselftest/vDSO: Fix message formatting for clock_id logging
Mark Brown
1
-1
/
+1
2023-12-01
kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly
Mark Brown
1
-30
/
+36
2023-06-13
kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...
Colin Ian King
1
-2
/
+2
2022-11-03
selftests/vDSO: Add riscv getcpu & gettimeofday test
Guo Ren
2
-0
/
+7
2022-04-04
selftests/vDSO: fix array_size.cocci warning
Guo Zhengkui
1
-6
/
+3
2022-03-07
nds32: Remove the architecture
Alan Kao
1
-4
/
+0
2022-01-31
kselftest: Fix vdso_test_abi return status
Vincenzo Frascino
1
-73
/
+62
[next]