index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vDSO
Age
Commit message (
Expand
)
Author
2024-10-08
selftests: vDSO: Explicitly include sched.h
Yu Liao
2024-10-08
selftests: vDSO: improve getrandom and chacha error messages
Jason A. Donenfeld
2024-10-08
selftests: vDSO: unconditionally build getrandom test
Jason A. Donenfeld
2024-10-08
selftests: vDSO: unconditionally build chacha test
Jason A. Donenfeld
2024-10-01
selftests: vDSO: align getrandom states to cache line
Jason A. Donenfeld
2024-09-29
Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-09-27
selftests: vDSO: align stack for O2-optimized memcpy
Jason A. Donenfeld
2024-09-16
selftests: vDSO: check cpu caps before running chacha test
Jason A. Donenfeld
2024-09-13
s390/vdso: Wire up getrandom() vdso implementation
Heiko Carstens
2024-09-13
selftests: vDSO: fix vdso_config for s390
Heiko Carstens
2024-09-13
selftests: vDSO: fix ELF hash table entry size for s390x
Jens Remus
2024-09-13
powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
Christophe Leroy
2024-09-13
selftests: vDSO: don't include generated headers for chacha test
Jason A. Donenfeld
2024-09-13
arm64: vDSO: Wire up getrandom() vDSO implementation
Adhemerval Zanella
2024-09-13
selftests: vDSO: also test counter in vdso_test_chacha
Christophe Leroy
2024-09-13
selftests: vDSO: build tests with O2 optimization
Christophe Leroy
2024-09-13
LoongArch: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
2024-09-13
selftests: vDSO: fix cross build for getrandom and chacha tests
Jason A. Donenfeld
2024-09-13
selftests: vDSO: open code basic chacha instead of linking to libsodium
Jason A. Donenfeld
2024-09-13
random: vDSO: move prototype of arch chacha function to vdso/getrandom.h
Jason A. Donenfeld
2024-09-13
selftests: vDSO: ensure vgetrandom works in a time namespace
Jason A. Donenfeld
2024-08-30
selftests: vDSO: quash clang omitted parameter warning in getrandom test
Jason A. Donenfeld
2024-08-30
selftests: vDSO: use parse_vdso.h in vdso_test_abi
Christophe Leroy
2024-08-30
selftests: vDSO: fix the way vDSO functions are called for powerpc
Christophe Leroy
2024-08-30
selftests: vDSO: fix vDSO symbols lookup for powerpc64
Christophe Leroy
2024-08-30
selftests: vDSO: fix vdso_config for powerpc
Christophe Leroy
2024-08-30
selftests: vDSO: fix vDSO name for powerpc
Christophe Leroy
2024-08-30
selftests: vDSO: skip getrandom test if architecture is unsupported
Jason A. Donenfeld
2024-08-30
selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom test
Xi Ruoyao
2024-08-30
selftests: vDSO: remove unnecessary command line defs from chacha test
Jason A. Donenfeld
2024-08-30
selftests: vDSO: separate LDLIBS from CFLAGS for libsodium
Jason A. Donenfeld
2024-08-30
selftests: vDSO: add --cflags for pkg-config command querying libsodium
Xi Ruoyao
2024-08-30
selftests: vDSO: look for arch-specific function name in getrandom test
Christophe Leroy
2024-08-30
selftests: vDSO: fix include order in build of test_vdso_chacha
Christophe Leroy
2024-08-30
selftests: vDSO: don't hard-code location of vDSO sources
Christophe Leroy
2024-08-30
selftests: vDSO: simplify getrandom thread local storage and structs
Jason A. Donenfeld
2024-07-19
selftests/vDSO: add tests for vgetrandom
Jason A. Donenfeld
2024-07-05
selftests/vDSO: remove duplicate compiler invocations from Makefile
John Hubbard
2024-07-05
selftests/vDSO: remove partially duplicated "all:" target in Makefile
John Hubbard
2024-07-05
selftests/vDSO: fix clang build errors and warnings
John Hubbard
2024-05-05
selftests/vDSO: fix runtime errors on LoongArch
Tiezhu Yang
2024-05-05
selftests/vDSO: fix building errors on LoongArch
Tiezhu Yang
2023-11-30
kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi
Mark Brown
2023-11-30
kselftest/vDSO: Fix message formatting for clock_id logging
Mark Brown
2023-11-30
kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly
Mark Brown
2023-06-12
kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...
Colin Ian King
2022-11-03
selftests/vDSO: Add riscv getcpu & gettimeofday test
Guo Ren
2022-04-04
selftests/vDSO: fix array_size.cocci warning
Guo Zhengkui
2022-03-07
nds32: Remove the architecture
Alan Kao
2022-01-31
kselftest: Fix vdso_test_abi return status
Vincenzo Frascino
[next]