xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/3] x86/guest: use assisted TLB flush in guest mode
@ 2020-04-23 14:56 Roger Pau Monne
  2020-04-23 14:56 ` [PATCH v11 1/3] x86/tlb: introduce a flush HVM ASIDs flag Roger Pau Monne
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Roger Pau Monne @ 2020-04-23 14:56 UTC (permalink / raw)
  To: xen-devel
  Cc: Wei Liu, Andrew Cooper, Tim Deegan, George Dunlap, Jan Beulich,
	Roger Pau Monne

Hello,

This is the remaining of the assisted TLB flush series. This last set of
patches enable the usage of the Xen assisted flush when running nested
on Xen.

Thanks, Roger.

Roger Pau Monne (3):
  x86/tlb: introduce a flush HVM ASIDs flag
  x86/tlb: allow disabling the TLB clock
  x86/tlb: use Xen L0 assisted TLB flush when available

 xen/arch/x86/flushtlb.c                | 42 +++++++++++++++++++++-----
 xen/arch/x86/guest/hypervisor.c        | 14 +++++++++
 xen/arch/x86/guest/xen/xen.c           |  6 ++++
 xen/arch/x86/mm/hap/hap.c              |  8 ++---
 xen/arch/x86/mm/hap/nested_hap.c       |  2 +-
 xen/arch/x86/mm/p2m-pt.c               |  5 +--
 xen/arch/x86/mm/paging.c               |  2 +-
 xen/arch/x86/mm/shadow/common.c        | 18 +++++------
 xen/arch/x86/mm/shadow/hvm.c           |  2 +-
 xen/arch/x86/mm/shadow/multi.c         | 22 +++++++++-----
 xen/arch/x86/smp.c                     |  7 +++++
 xen/include/asm-x86/flushtlb.h         | 26 +++++++++++++++-
 xen/include/asm-x86/guest/hypervisor.h | 17 +++++++++++
 13 files changed, 136 insertions(+), 35 deletions(-)

-- 
2.26.0



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

end of thread, other threads:[~2020-04-29  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 14:56 [PATCH v11 0/3] x86/guest: use assisted TLB flush in guest mode Roger Pau Monne
2020-04-23 14:56 ` [PATCH v11 1/3] x86/tlb: introduce a flush HVM ASIDs flag Roger Pau Monne
2020-04-23 16:33   ` Jan Beulich
2020-04-27 10:12     ` Wei Liu
2020-04-27 10:32       ` Roger Pau Monné
2020-04-29  6:07       ` Tim Deegan
2020-04-23 14:56 ` [PATCH v11 2/3] x86/tlb: allow disabling the TLB clock Roger Pau Monne
2020-04-23 14:56 ` [PATCH v11 3/3] x86/tlb: use Xen L0 assisted TLB flush when available Roger Pau Monne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).