linux/arch
Sven Schnelle d60d7de3e1 lib/vdso: Allow to add architecture-specific vdso data
The initial assumption that all VDSO related data can be completely generic
does not hold. S390 needs architecture specific storage to access the clock
steering information.

Add struct arch_vdso_data to the vdso data struct. For architectures which
do not need extra data this defaults to an empty struct. Architectures
which require it, enable CONFIG_ARCH_HAS_VDSO_DATA and provide their
specific struct in asm/vdso/data.h.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200804150124.41692-2-svens@linux.ibm.com
2020-08-06 10:57:30 +02:00
..
alpha dma-mapping updates for 5.9 2020-08-04 17:29:57 -07:00
arc fork-v5.9 2020-08-04 14:47:45 -07:00
arm vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() 2020-08-06 10:57:30 +02:00
arm64 vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() 2020-08-06 10:57:30 +02:00
c6x arch: rename copy_thread_tls() back to copy_thread() 2020-07-04 23:41:37 +02:00
csky arch: rename copy_thread_tls() back to copy_thread() 2020-07-04 23:41:37 +02:00
h8300 fork-v5.9 2020-08-04 14:47:45 -07:00
hexagon fork-v5.9 2020-08-04 14:47:45 -07:00
ia64 It's been a busy cycle for documentation - hopefully the busiest for a 2020-08-04 22:47:54 -07:00
m68k close-range-v5.9 2020-08-04 15:12:02 -07:00
microblaze close-range-v5.9 2020-08-04 15:12:02 -07:00
mips vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() 2020-08-06 10:57:30 +02:00
nds32 arch: rename copy_thread_tls() back to copy_thread() 2020-07-04 23:41:37 +02:00
nios2 arch: rename copy_thread_tls() back to copy_thread() 2020-07-04 23:41:37 +02:00
openrisc fork-v5.9 2020-08-04 14:47:45 -07:00
parisc It's been a busy cycle for documentation - hopefully the busiest for a 2020-08-04 22:47:54 -07:00
powerpc dma-mapping updates for 5.9 2020-08-04 17:29:57 -07:00
riscv vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() 2020-08-06 10:57:30 +02:00
s390 Printk changes for 5.9 2020-08-04 22:22:25 -07:00
sh It's been a busy cycle for documentation - hopefully the busiest for a 2020-08-04 22:47:54 -07:00
sparc The usual boring updates from the interrupt subsystem: 2020-08-04 18:11:58 -07:00
um arch: rename copy_thread_tls() back to copy_thread() 2020-07-04 23:41:37 +02:00
x86 vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() 2020-08-06 10:57:30 +02:00
xtensa close-range-v5.9 2020-08-04 15:12:02 -07:00
.gitignore
Kconfig lib/vdso: Allow to add architecture-specific vdso data 2020-08-06 10:57:30 +02:00