All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xen: add full support for CONFIG_PARAVIRT_TIME_ACCOUNTING
@ 2016-06-22  7:03 ` Juergen Gross
  0 siblings, 0 replies; 22+ messages in thread
From: Juergen Gross @ 2016-06-22  7:03 UTC (permalink / raw)
  To: xen-devel, linux-kernel
  Cc: sstabellini, boris.ostrovsky, david.vrabel, Juergen Gross

With most recent Xen hypervisor (4.8) it is now possible to add full
support of CONFIG_PARAVIRT_TIME_ACCOUNTING.

To be applied on top of commit ed2f61fdd2356c2a1d1239aa1507ce4e2e059306
"xen: add steal_clock support on x86" of kernel/git/xen/tip.git

Runtime tested on x86_64, compile tested on arm64.

Juergen Gross (3):
  xen: update xen headers
  arm/xen: add support for vm_assist hypercall
  xen: support runqueue steal time on xen

 arch/arm/include/asm/xen/hypercall.h |  1 +
 arch/arm/xen/enlighten.c             |  1 +
 arch/arm/xen/hypercall.S             |  1 +
 arch/arm64/xen/hypercall.S           |  1 +
 drivers/xen/time.c                   | 42 +++++++++++++++++++++---------------
 include/xen/interface/vcpu.h         | 24 +++++++++++++--------
 include/xen/interface/xen.h          | 17 ++++++++++++++-
 7 files changed, 60 insertions(+), 27 deletions(-)

-- 
2.6.6

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

end of thread, other threads:[~2016-07-06  4:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22  7:03 [PATCH 0/3] xen: add full support for CONFIG_PARAVIRT_TIME_ACCOUNTING Juergen Gross
2016-06-22  7:03 ` Juergen Gross
2016-06-22  7:03 ` [PATCH 1/3] xen: update xen headers Juergen Gross
2016-06-22  7:03   ` Juergen Gross
2016-07-05 15:07   ` Stefano Stabellini
2016-07-05 15:07     ` Stefano Stabellini
2016-06-22  7:03 ` [PATCH 2/3] arm/xen: add support for vm_assist hypercall Juergen Gross
2016-07-04  9:21   ` Juergen Gross
2016-07-04  9:21   ` Juergen Gross
2016-07-04 11:20   ` [Xen-devel] " Julien Grall
2016-07-04 11:20   ` Julien Grall
2016-07-05 15:03   ` Stefano Stabellini
2016-07-05 15:03   ` Stefano Stabellini
2016-06-22  7:03 ` Juergen Gross
2016-06-22  7:03 ` [PATCH 3/3] xen: support runqueue steal time on xen Juergen Gross
2016-06-22  7:03   ` Juergen Gross
2016-07-05 15:23   ` Stefano Stabellini
2016-07-05 15:23     ` Stefano Stabellini
2016-07-06  4:25     ` Juergen Gross
2016-07-06  4:25     ` Juergen Gross
2016-06-22 15:48 ` [PATCH 0/3] xen: add full support for CONFIG_PARAVIRT_TIME_ACCOUNTING Boris Ostrovsky
2016-06-22 15:48   ` Boris Ostrovsky

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.