linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] x86: Add the feature Virtual SPEC_CTRL
@ 2020-12-07 22:37 Babu Moger
  2020-12-07 22:37 ` [PATCH 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature Babu Moger
  2020-12-07 22:37 ` [PATCH 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL Babu Moger
  0 siblings, 2 replies; 16+ messages in thread
From: Babu Moger @ 2020-12-07 22:37 UTC (permalink / raw)
  To: pbonzini, tglx, mingo, bp
  Cc: fenghua.yu, tony.luck, wanpengli, kvm, thomas.lendacky, peterz,
	seanjc, joro, x86, kyung.min.park, linux-kernel, krish.sadhukhan,
	hpa, mgross, vkuznets, kim.phillips, wei.huang2, jmattson

Newer AMD processors have a feature to virtualize the use of
the SPEC_CTRL MSR. The series adds the feature support and
enables the feature on SVM.
---

Babu Moger (2):
      x86/cpufeatures: Add the Virtual SPEC_CTRL feature
      KVM: SVM: Add support for Virtual SPEC_CTRL


 arch/x86/include/asm/cpufeatures.h |    1 +
 arch/x86/kvm/svm/svm.c             |   17 ++++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

--

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

end of thread, other threads:[~2020-12-22 18:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 22:37 [PATCH 0/2] x86: Add the feature Virtual SPEC_CTRL Babu Moger
2020-12-07 22:37 ` [PATCH 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature Babu Moger
2020-12-07 23:22   ` Jim Mattson
2020-12-09 22:39     ` Babu Moger
2020-12-09 23:11       ` Jim Mattson
2020-12-22 16:14         ` Babu Moger
2020-12-22 17:41           ` Sean Christopherson
2020-12-22 18:07             ` Babu Moger
2020-12-07 22:37 ` [PATCH 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL Babu Moger
2020-12-07 23:06   ` Jim Mattson
2020-12-10 21:26     ` Babu Moger
2020-12-10 21:36       ` Jim Mattson
2020-12-10 22:57         ` Babu Moger
2020-12-22 16:14     ` Babu Moger
2020-12-07 23:13   ` Sean Christopherson
2020-12-10 21:31     ` Babu Moger

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).