linux/arch/powerpc/kernel/vdso
Thomas Weißschuh 759a1f9737 powerpc/vdso: Provide clock_getres_time64()
For consistency with __vdso_clock_gettime64() there should also be a
64-bit variant of clock_getres(). This will allow the extension of
CONFIG_COMPAT_32BIT_TIME to the vDSO and finally the removal of 32-bit
time types from the kernel and UAPI.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Link: https://patch.msgid.link/20260114-vdso-powerpc-align-v1-1-acf09373d568@linutronix.de
2026-01-14 14:57:39 +01:00
..
.gitignore
cacheflush.S powerpc/vdso: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
datapage.S powerpc/vdso: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
gen_vdso32_offsets.sh
gen_vdso64_offsets.sh
getcpu.S
getrandom.S powerpc/vdso: Implement __arch_get_vdso_rng_data() 2024-10-16 11:14:40 +11:00
gettimeofday.S powerpc/vdso: Provide clock_getres_time64() 2026-01-14 14:57:39 +01:00
Makefile powerpc/vdso: Fix build of VDSO32 with pcrel 2025-06-13 12:30:15 +05:30
note.S
sigtramp32.S
sigtramp64.S
vdso32.lds.S powerpc/vdso: Provide clock_getres_time64() 2026-01-14 14:57:39 +01:00
vdso64.lds.S powerpc/vdso: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
vgetrandom-chacha.S powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64 2024-09-13 17:28:36 +02:00
vgetrandom.c powerpc/vdso: Implement __arch_get_vdso_rng_data() 2024-10-16 11:14:40 +11:00
vgettimeofday.c powerpc/vdso: Provide clock_getres_time64() 2026-01-14 14:57:39 +01:00