[patch V2 00/17] VDSO consolidation

From: Thomas Gleixner
Date: Fri Feb 07 2020 - 08:26:10 EST


This is the second version of the VDSO consolidation series. The first
version can be found here:

https://lore.kernel.org/lkml/r/20200114185237.273005683@xxxxxxxxxxxxx

The changes since V1:

- Tiny optimization of x86/TSC (new)

- Address review comments from V1 (bisectability, spelling ...)

- Include the preparatory patches from Christophe which allow powerpc
to be switched over.

This conflicts slightly with the ARM64 time namespace patch series, but
that's trivial to fix up.

Thanks,

tglx

----
arch/arm/Kconfig | 1
arch/arm/include/asm/clocksource.h | 5 -
arch/arm/include/asm/vdso/gettimeofday.h | 6 +
arch/arm/include/asm/vdso/vsyscall.h | 35 -------
arch/arm64/Kconfig | 1
arch/arm64/include/asm/clocksource.h | 5 -
arch/arm64/include/asm/vdso/vsyscall.h | 9 -
arch/mips/Kconfig | 1
arch/mips/include/asm/clocksource.h | 18 ---
arch/mips/include/asm/vdso/vsyscall.h | 9 -
arch/mips/kernel/csrc-r4k.c | 2
arch/x86/Kconfig | 1
arch/x86/entry/vdso/vma.c | 8 +
arch/x86/include/asm/clocksource.h | 23 +++-
arch/x86/include/asm/mshyperv.h | 4
arch/x86/include/asm/vdso/gettimeofday.h | 6 -
arch/x86/include/asm/vdso/vsyscall.h | 15 ---
arch/x86/include/asm/vgtod.h | 6 -
arch/x86/kernel/kvmclock.c | 9 +
arch/x86/kernel/pvclock.c | 2
arch/x86/kernel/time.c | 12 --
arch/x86/kernel/tsc.c | 32 ++++--
arch/x86/kvm/trace.h | 4
arch/x86/kvm/x86.c | 22 ++--
arch/x86/xen/time.c | 36 ++++---
b/arch/mips/include/asm/vdso/gettimeofday.h | 29 ++----
drivers/clocksource/arm_arch_timer.c | 8 -
drivers/clocksource/hyperv_timer.c | 7 +
drivers/clocksource/mips-gic-timer.c | 8 -
include/asm-generic/vdso/vsyscall.h | 14 --
include/linux/clocksource.h | 102 ++++++++++++---------
include/vdso/datapage.h | 2
kernel/time/clocksource.c | 9 +
kernel/time/namespace.c | 7 -
kernel/time/vsyscall.c | 12 +-
lib/vdso/gettimeofday.c | 133 +++++++++++++++++++++-------
36 files changed, 317 insertions(+), 286 deletions(-)