All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] x86/xen: pvclock vdso support
@ 2017-10-03 11:55 ` Joao Martins
  0 siblings, 0 replies; 16+ messages in thread
From: Joao Martins @ 2017-10-03 11:55 UTC (permalink / raw)
  To: linux-kernel, xen-devel
  Cc: Joao Martins, Boris Ostrovsky, Juergen Gross, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin, x86, Andy Lutomirski

Hey,

This is take 6 for vdso for Xen. PVCLOCK_TSC_STABLE_BIT can be set starting Xen
 4.8 which is required for vdso time related calls. In order to have it on, you
need to have the hypervisor clocksource be TSC e.g. with the following boot
params "clocksource=tsc tsc=stable:socket".

Series is structured as following:

Patch 1 streamlines pvti page get/set in pvclock for both of its users
Patch 2,3 registers the pvti page on Xen and sets it in pvclock accordingly
Patch 4 adds a file to KVM/Xen maintainers for tracking pvclock ABI changes.

[ Patch 2 and 4 are acked. ]

Changelog is in individual patches.

Thanks,
Joao

Joao Martins (4):
  x86/pvclock: add setter for pvclock_pvti_cpu0_va
  x86/xen/time: set pvclock flags on xen_time_init()
  x86/xen/time: setup vcpu 0 time info page
  MAINTAINERS: xen, kvm: track pvclock-abi.h changes

 MAINTAINERS                    |  2 +
 arch/x86/include/asm/pvclock.h | 19 +++++----
 arch/x86/kernel/kvmclock.c     |  7 +--
 arch/x86/kernel/pvclock.c      | 14 ++++++
 arch/x86/xen/suspend.c         |  4 ++
 arch/x86/xen/time.c            | 97 ++++++++++++++++++++++++++++++++++++++++++
 arch/x86/xen/xen-ops.h         |  2 +
 include/xen/interface/vcpu.h   | 42 ++++++++++++++++++
 8 files changed, 172 insertions(+), 15 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-10-19 13:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03 11:55 [PATCH v6 0/4] x86/xen: pvclock vdso support Joao Martins
2017-10-03 11:55 ` Joao Martins
2017-10-03 11:55 ` [PATCH v6 1/4] x86/pvclock: add setter for pvclock_pvti_cpu0_va Joao Martins
2017-10-03 11:55 ` Joao Martins
2017-10-17 15:34   ` Joao Martins
2017-10-17 15:34   ` Joao Martins
2017-10-19 13:40     ` Joao Martins
2017-10-19 13:40     ` Joao Martins
2017-10-03 11:55 ` [PATCH v6 2/4] x86/xen/time: set pvclock flags on xen_time_init() Joao Martins
2017-10-03 11:55 ` Joao Martins
2017-10-03 11:55 ` [PATCH v6 3/4] x86/xen/time: setup vcpu 0 time info page Joao Martins
2017-10-03 11:55   ` Joao Martins
2017-10-03 12:53   ` Boris Ostrovsky
2017-10-03 12:53   ` Boris Ostrovsky
2017-10-03 11:55 ` [PATCH v6 4/4] MAINTAINERS: xen, kvm: track pvclock-abi.h changes Joao Martins
2017-10-03 11:55 ` Joao Martins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.