All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/spec-ctrl: Reduce HVM RSB overhead
@ 2022-08-09 17:00 Andrew Cooper
  2022-08-09 17:00 ` [PATCH 1/2] x86/spec-ctrl: Enumeration for PBRSB_NO Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrew Cooper @ 2022-08-09 17:00 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

Xen happens to be not vulnerable to PBRSB, but it turns out we can improve the
performance on all eIBRS systems.

Andrew Cooper (2):
  x86/spec-ctrl: Enumeration for PBRSB_NO
  x86/spec-ctrl: Reduce HVM RSB overhead where possible

 xen/arch/x86/hvm/vmx/entry.S           |   1 +
 xen/arch/x86/hvm/vmx/vmx.c             |  20 ++++++-
 xen/arch/x86/include/asm/cpufeatures.h |   1 +
 xen/arch/x86/include/asm/msr-index.h   |   1 +
 xen/arch/x86/msr.c                     |   5 +-
 xen/arch/x86/spec_ctrl.c               | 106 +++++++++++++++++++++++++++++++--
 6 files changed, 126 insertions(+), 8 deletions(-)

-- 
2.11.0



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

end of thread, other threads:[~2022-08-11 18:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 17:00 [PATCH 0/2] x86/spec-ctrl: Reduce HVM RSB overhead Andrew Cooper
2022-08-09 17:00 ` [PATCH 1/2] x86/spec-ctrl: Enumeration for PBRSB_NO Andrew Cooper
2022-08-10  7:10   ` Jan Beulich
2022-08-09 17:00 ` [PATCH 2/2] x86/spec-ctrl: Reduce HVM RSB overhead where possible Andrew Cooper
2022-08-09 20:20   ` Jason Andryuk
2022-08-11 17:05     ` Andrew Cooper
2022-08-10  8:00   ` Jan Beulich
2022-08-11 18:06     ` Andrew Cooper
2022-08-11 10:55 ` [PATCH 0/2] x86/spec-ctrl: Reduce HVM RSB overhead Andrew Cooper

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.