mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Expose new feature for Intel processor
@ 2020-08-25  0:47 Cathy Zhang
  2020-08-25  0:47 ` [PATCH v4 1/2] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions Cathy Zhang
  2020-08-25  0:47 ` [PATCH v4 2/2] x86/kvm: Expose TSX Suspend Load Tracking feature Cathy Zhang
  0 siblings, 2 replies; 5+ messages in thread
From: Cathy Zhang @ 2020-08-25  0:47 UTC (permalink / raw)
  To: kvm, linux-kernel, x86
  Cc: pbonzini, sean.j.christopherson, gregkh, tglx, tony.luck,
	dave.hansen, kyung.min.park, ricardo.neri-calderon, vkuznets,
	wanpengli, jmattson, joro, mingo, bp, hpa, jpoimboe, ak,
	ravi.v.shankar, Cathy Zhang

This patchset is to introduce TSX suspend load tracking feature 
and expose it to KVM CPUID for processors which support it. KVM 
reports this information and guests can make use of it finally.

Detailed information on the instruction and CPUID feature
flag can be found in the latest "extensions" manual [1].

Changes since v3:
  * Remove SERIALIZE part from kvm patch and update commit message 

Changes since v2:
  * Combine the two kvm patches into a single one.
  * Provide features' overview introduction in kvm patch commit message.
  * Get the latest kernel patches.
  * Change definition from TSX_LDTRK to TSXLDTRK for TSX new feature.
  * Change kernel patches Author to the owner.
  * Remove SERIALIZE enumeration patch.

Reference:
[1]. https://software.intel.com/content/dam/develop/public/us/en/documents/architecture-instruction-set-extensions-programming-reference.pdf

Cathy Zhang (1):
  x86/kvm: Expose TSX Suspend Load Tracking feature

Kyung Min Park (1):
  x86/cpufeatures: Enumerate TSX suspend load address tracking
    instructions

 arch/x86/include/asm/cpufeatures.h | 1 +
 arch/x86/kvm/cpuid.c               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-08-30 19:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25  0:47 [PATCH v4 0/2] Expose new feature for Intel processor Cathy Zhang
2020-08-25  0:47 ` [PATCH v4 1/2] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions Cathy Zhang
2020-08-30 19:40   ` [tip: x86/cpu] " tip-bot2 for Kyung Min Park
2020-08-25  0:47 ` [PATCH v4 2/2] x86/kvm: Expose TSX Suspend Load Tracking feature Cathy Zhang
2020-08-30 19:40   ` [tip: x86/cpu] " tip-bot2 for Cathy Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome