linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Enumerate and expose AVX512_FP16 feature
@ 2020-12-08  3:34 Kyung Min Park
  2020-12-08  3:34 ` [PATCH 1/2] Enumerate AVX512 FP16 CPUID feature flag Kyung Min Park
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kyung Min Park @ 2020-12-08  3:34 UTC (permalink / raw)
  To: x86, linux-kernel, kvm
  Cc: tglx, mingo, bp, hpa, pbonzini, sean.j.christopherson, jmattson,
	joro, vkuznets, wanpengli, kyung.min.park, cathy.zhang

Introduce AVX512_FP16 feature and expose it to KVM CPUID for processors
that support it. KVM reports this information and guests can make use
of it.

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

Reference:
[1]. https://software.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html

Cathy Zhang (1):
  x86: Expose AVX512_FP16 for supported CPUID

Kyung Min Park (1):
  Enumerate AVX512 FP16 CPUID feature flag

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

-- 
2.17.1


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

end of thread, other threads:[~2020-12-15  1:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  3:34 [PATCH 0/2] Enumerate and expose AVX512_FP16 feature Kyung Min Park
2020-12-08  3:34 ` [PATCH 1/2] Enumerate AVX512 FP16 CPUID feature flag Kyung Min Park
2020-12-08  9:28   ` Borislav Petkov
2020-12-08  3:34 ` [PATCH 2/2] x86: Expose AVX512_FP16 for supported CPUID Kyung Min Park
2020-12-11  1:03   ` Sean Christopherson
2020-12-11 23:42 ` [PATCH 0/2] Enumerate and expose AVX512_FP16 feature Paolo Bonzini
2020-12-15  1:43   ` Zhang, Cathy

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