linux/arch/s390/kernel/vdso64
Thomas Weißschuh 9bf39a65b2 s390/vdso: Switch to generic storage implementation
The generic storage implementation provides the same features as the
custom one. However it can be shared between architectures, making
maintenance easier.

Co-developed-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-12-13a4669dfc8c@linutronix.de
2025-02-21 09:54:02 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
gen_vdso_offsets.sh s390/vdso: add minimal compat vdso 2021-07-08 15:37:28 +02:00
getcpu.c s390/vdso: use union tod_clock 2021-02-13 17:17:54 +01:00
Makefile vdso: Rename included Makefile 2025-02-21 09:54:01 +01:00
note.S
vdso.h s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00
vdso64.lds.S s390/vdso: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
vdso64_generic.c s390/vdso: add missing prototypes for vdso functions 2020-11-30 14:10:50 +01:00
vdso64_wrapper.S
vdso_user_wrapper.S s390/vdso: Use macros for annotation of asm functions 2024-09-23 17:57:04 +02:00
vgetrandom-chacha.S s390/vdso: Use one large alternative instead of an alternative branch 2024-09-23 17:57:04 +02:00
vgetrandom.c s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00