lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 9 Aug 2020 15:47:20 +0800 From: Cathy Zhang <cathy.zhang@...el.com> To: kvm@...r.kernel.org, linux-kernel@...r.kernel.org, x86@...nel.org Cc: pbonzini@...hat.com, sean.j.christopherson@...el.com, gregkh@...uxfoundation.org, tglx@...utronix.de, tony.luck@...el.com, dave.hansen@...el.com, kyung.min.park@...el.com, ricardo.neri-calderon@...ux.intel.com, vkuznets@...hat.com, wanpengli@...cent.com, jmattson@...gle.com, joro@...tes.org, mingo@...hat.com, bp@...en8.de, hpa@...or.com, jpoimboe@...hat.com, ak@...ux.intel.com, ravi.v.shankar@...el.com, Cathy Zhang <cathy.zhang@...el.com> Subject: [PATCH v3 0/2] Expose new features for Intel processor This patchset is to expose two new features, SERIALIZE and TSX suspend load tracking to KVM CPUID for processors which support them. KVM reports this information and guest can make use of them finally. Detailed information on the instructions and CPUID feature flags can be found in the latest "extensions" manual [1]. This series applies on top of TIP tree as it depends on https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=85b23fbc7d88f8c6e3951721802d7845bc39663d 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 new features for supported cpuid 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 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -- 1.8.3.1
Powered by blists - more mailing lists