index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vDSO
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-09
selftests: vDSO: Drop vdso_test_clock_getres
Thomas Weißschuh
3
-126
/
+0
2025-09-09
selftests: vDSO: vdso_test_abi: Add tests for clock_gettime64()
Thomas Weißschuh
1
-1
/
+36
2025-09-09
selftests: vDSO: vdso_test_abi: Test CPUTIME clocks
Thomas Weißschuh
1
-1
/
+3
2025-09-09
selftests: vDSO: vdso_test_abi: Use explicit indices for name array
Thomas Weißschuh
1
-13
/
+13
2025-09-09
selftests: vDSO: vdso_test_abi: Drop clock availability tests
Thomas Weißschuh
1
-24
/
+0
2025-09-09
selftests: vDSO: vdso_test_abi: Use ksft_finished()
Thomas Weißschuh
1
-2
/
+1
2025-09-09
selftests: vDSO: vdso_test_abi: Correctly skip whole test with missing vDSO
Thomas Weißschuh
1
-5
/
+4
2025-09-09
selftests: vDSO: Fix -Wunitialized in powerpc VDSO_CALL() wrapper
Thomas Weißschuh
1
-4
/
+3
2025-07-01
selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlink
Thomas Weißschuh
1
-58
/
+1
2025-07-01
selftests: vDSO: vdso_test_getrandom: Always print TAP header
Thomas Weißschuh
1
-2
/
+4
2025-07-01
selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypes
Thomas Weißschuh
2
-2
/
+2
2025-07-01
selftests: vDSO: Enable -Wall
Thomas Weißschuh
1
-1
/
+1
2025-07-01
selftests: vDSO: vdso_config: Avoid -Wunused-variables
Thomas Weißschuh
1
-0
/
+2
2025-07-01
selftests: vDSO: vdso_test_getrandom: Avoid -Wunused
Thomas Weißschuh
1
-1
/
+2
2025-07-01
selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
Thomas Weißschuh
1
-1
/
+0
2025-07-01
selftests: vDSO: clock_getres: Drop unused include of err.h
Thomas Weißschuh
1
-1
/
+0
2025-07-01
selftests: vDSO: chacha: Correctly skip test if necessary
Thomas Weißschuh
1
-1
/
+2
2025-06-05
RISC-V: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
1
-0
/
+2
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-138
/
+47
2025-03-04
selftests/vDSO: Fix GNU hash table entry size for s390x
Thomas Weißschuh
1
-5
/
+5
2025-03-03
selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc
Thomas Weißschuh
2
-144
/
+39
2025-03-03
selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
Thomas Weißschuh
1
-0
/
+2
2025-03-03
selftests: vDSO: vdso_test_gettimeofday: Clean up includes
Thomas Weißschuh
1
-2
/
+0
2025-03-03
selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
Thomas Weißschuh
1
-1
/
+1
2025-03-03
selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
Thomas Weißschuh
2
-1
/
+5
2025-03-03
selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
Thomas Weißschuh
2
-15
/
+0
2025-03-03
selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
Thomas Weißschuh
1
-1
/
+26
2025-01-14
selftests/vDSO: support DT_GNU_HASH
Fangrui Song
1
-28
/
+82
2024-11-23
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-2
/
+1
2024-10-16
powerpc/vdso: Flag VDSO64 entry points as functions
Christophe Leroy
1
-2
/
+1
2024-10-08
selftests: vDSO: Explicitly include sched.h
Yu Liao
1
-0
/
+1
2024-10-08
selftests: vDSO: improve getrandom and chacha error messages
Jason A. Donenfeld
2
-53
/
+49
2024-10-08
selftests: vDSO: unconditionally build getrandom test
Jason A. Donenfeld
2
-3
/
+1
2024-10-08
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/scm/linux/kernel/git/shuah/linux-kselftest
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
[next]