index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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]