index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vDSO
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2024-11-23
1
-2
/
+1
|
\
|
*
powerpc/vdso: Flag VDSO64 entry points as functions
Christophe Leroy
2024-10-16
1
-2
/
+1
*
|
selftests: vDSO: Explicitly include sched.h
Yu Liao
2024-10-08
1
-0
/
+1
*
|
selftests: vDSO: improve getrandom and chacha error messages
Jason A. Donenfeld
2024-10-08
2
-53
/
+49
*
|
selftests: vDSO: unconditionally build getrandom test
Jason A. Donenfeld
2024-10-08
2
-3
/
+1
*
|
selftests: vDSO: unconditionally build chacha test
Jason A. Donenfeld
2024-10-08
3
-7
/
+26
|
/
*
selftests: vDSO: align getrandom states to cache line
Jason A. Donenfeld
2024-10-01
1
-3
/
+5
*
Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-09-29
1
-0
/
+2
|
\
|
*
selftests: vDSO: align stack for O2-optimized memcpy
Jason A. Donenfeld
2024-09-27
1
-0
/
+2
*
|
selftests: vDSO: check cpu caps before running chacha test
Jason A. Donenfeld
2024-09-16
1
-0
/
+20
*
|
s390/vdso: Wire up getrandom() vdso implementation
Heiko Carstens
2024-09-13
1
-1
/
+1
*
|
selftests: vDSO: fix vdso_config for s390
Heiko Carstens
2024-09-13
1
-2
/
+2
*
|
selftests: vDSO: fix ELF hash table entry size for s390x
Jens Remus
2024-09-13
1
-4
/
+10
*
|
powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
Christophe Leroy
2024-09-13
1
-1
/
+1
*
|
selftests: vDSO: don't include generated headers for chacha test
Jason A. Donenfeld
2024-09-13
1
-1
/
+1
*
|
arm64: vDSO: Wire up getrandom() vDSO implementation
Adhemerval Zanella
2024-09-13
1
-1
/
+2
*
|
selftests: vDSO: also test counter in vdso_test_chacha
Christophe Leroy
2024-09-13
1
-9
/
+27
*
|
selftests: vDSO: build tests with O2 optimization
Christophe Leroy
2024-09-13
1
-1
/
+1
*
|
LoongArch: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
2024-09-13
1
-1
/
+1
*
|
selftests: vDSO: fix cross build for getrandom and chacha tests
Jason A. Donenfeld
2024-09-13
1
-5
/
+4
*
|
selftests: vDSO: open code basic chacha instead of linking to libsodium
Jason A. Donenfeld
2024-09-13
2
-9
/
+45
*
|
random: vDSO: move prototype of arch chacha function to vdso/getrandom.h
Jason A. Donenfeld
2024-09-13
1
-3
/
+7
*
|
selftests: vDSO: ensure vgetrandom works in a time namespace
Jason A. Donenfeld
2024-09-13
1
-1
/
+42
*
|
selftests: vDSO: quash clang omitted parameter warning in getrandom test
Jason A. Donenfeld
2024-08-30
1
-3
/
+3
*
|
selftests: vDSO: use parse_vdso.h in vdso_test_abi
Christophe Leroy
2024-08-30
1
-4
/
+1
*
|
selftests: vDSO: fix the way vDSO functions are called for powerpc
Christophe Leroy
2024-08-30
6
-15
/
+90
*
|
selftests: vDSO: fix vDSO symbols lookup for powerpc64
Christophe Leroy
2024-08-30
1
-1
/
+2
*
|
selftests: vDSO: fix vdso_config for powerpc
Christophe Leroy
2024-08-30
1
-3
/
+3
*
|
selftests: vDSO: fix vDSO name for powerpc
Christophe Leroy
2024-08-30
1
-0
/
+6
*
|
selftests: vDSO: skip getrandom test if architecture is unsupported
Jason A. Donenfeld
2024-08-30
1
-1
/
+6
*
|
selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom test
Xi Ruoyao
2024-08-30
1
-0
/
+1
*
|
selftests: vDSO: remove unnecessary command line defs from chacha test
Jason A. Donenfeld
2024-08-30
1
-2
/
+1
*
|
selftests: vDSO: separate LDLIBS from CFLAGS for libsodium
Jason A. Donenfeld
2024-08-30
1
-3
/
+5
*
|
selftests: vDSO: add --cflags for pkg-config command querying libsodium
Xi Ruoyao
2024-08-30
1
-1
/
+1
*
|
selftests: vDSO: look for arch-specific function name in getrandom test
Christophe Leroy
2024-08-30
2
-7
/
+9
*
|
selftests: vDSO: fix include order in build of test_vdso_chacha
Christophe Leroy
2024-08-30
1
-2
/
+2
*
|
selftests: vDSO: don't hard-code location of vDSO sources
Christophe Leroy
2024-08-30
1
-1
/
+1
*
|
selftests: vDSO: simplify getrandom thread local storage and structs
Jason A. Donenfeld
2024-08-30
1
-40
/
+27
|
/
*
selftests/vDSO: add tests for vgetrandom
Jason A. Donenfeld
2024-07-19
4
-0
/
+351
*
selftests/vDSO: remove duplicate compiler invocations from Makefile
John Hubbard
2024-07-05
1
-9
/
+5
*
selftests/vDSO: remove partially duplicated "all:" target in Makefile
John Hubbard
2024-07-05
1
-8
/
+7
*
selftests/vDSO: fix clang build errors and warnings
John Hubbard
2024-07-05
2
-7
/
+27
*
selftests/vDSO: fix runtime errors on LoongArch
Tiezhu Yang
2024-05-06
2
-29
/
+13
*
selftests/vDSO: fix building errors on LoongArch
Tiezhu Yang
2024-05-06
1
-1
/
+5
*
kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi
Mark Brown
2023-11-30
1
-2
/
+2
*
kselftest/vDSO: Fix message formatting for clock_id logging
Mark Brown
2023-11-30
1
-1
/
+1
*
kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly
Mark Brown
2023-11-30
1
-30
/
+36
*
kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...
Colin Ian King
2023-06-13
1
-2
/
+2
*
selftests/vDSO: Add riscv getcpu & gettimeofday test
Guo Ren
2022-11-03
2
-0
/
+7
*
selftests/vDSO: fix array_size.cocci warning
Guo Zhengkui
2022-04-04
1
-6
/
+3
[next]