LinuxLists
Users
About
Chao Gao (
[email protected]
)
Number of posts: 371 (0.13 per day)
First post: 2016-10-20 07:18:49
Last post: 2024-06-13 05:29:45
Previous Page
/
Next Page
Date
List
Subject
2023-06-20 03:59:08
linux-kernel
Re: [PATCH v3 07/11] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED
2023-06-20 02:59:23
linux-kernel
Re: [PATCH v3 07/11] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED
2023-06-12 08:58:07
linux-kernel
Re: [PATCH 1/2] KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES
2023-06-06 11:10:20
linux-kernel
Re: [PATCH v3 12/21] KVM:x86: Add fault checks for guest CR4.CET setting
2023-06-06 09:41:37
linux-kernel
Re: [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification
2023-06-06 09:01:00
linux-kernel
Re: [PATCH v3 08/21] KVM:x86: Init kvm_caps.supported_xss with supported feature bits
2023-06-05 04:08:04
linux-kernel
Re: [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-05-30 12:09:49
linux-kernel
Re: [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
2023-05-29 04:21:39
linux-kernel
Re: [PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
2023-05-25 06:31:32
linux-kernel
Re: [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
2023-05-24 08:52:57
linux-kernel
Re: [PATCH v2 1/3] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
2023-05-24 07:09:04
linux-kernel
Re: [PATCH v3 06/21] KVM:x86: Report XSS as to-be-saved if there are supported features
2023-05-24 06:39:24
linux-kernel
[PATCH v2 2/3] KVM: x86: Correct the name for skipping VMENTER l1d flush
2023-05-24 06:38:24
linux-kernel
[PATCH v2 0/3] MSR_IA32_ARCH_CAPABILITIES cleanups
2023-05-24 06:34:00
linux-kernel
[PATCH v2 3/3] x86/cpu, KVM: Use helper function to read MSR_IA32_ARCH_CAPABILITIES
2023-05-24 06:31:40
linux-kernel
[PATCH v2 1/3] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
2023-05-19 10:42:09
linux-kernel
Re: [RFC PATCH v2 08/11] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT
2023-05-19 10:03:30
linux-kernel
Re: [RFC PATCH v2 06/11] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support
2023-05-19 09:52:59
linux-kernel
Re: [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
2023-05-19 08:51:04
linux-kernel
Re: [PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
2023-05-16 09:26:11
linux-kernel
Re: [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support
2023-05-16 09:22:09
linux-kernel
Re: [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
2023-05-16 03:37:35
linux-kernel
Re: [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
2023-05-16 02:21:34
linux-kernel
Re: [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
2023-05-11 11:06:47
linux-kernel
Re: [PATCH v8 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_ops
2023-05-11 06:54:12
linux-kernel
Re: [PATCH v8 5/6] KVM: x86: Untag address when LAM applicable
2023-05-11 06:17:27
linux-kernel
Re: [PATCH v8 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_ops
2023-05-10 09:12:41
linux-kernel
Re: [PATCH v8 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}
2023-05-10 08:16:57
linux-kernel
Re: [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()
2023-05-10 06:07:10
linux-kernel
Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changes
2023-05-10 05:40:10
linux-kernel
Re: [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indicate memtype changes
2023-05-09 03:55:30
linux-kernel
Re: [PATCH] KVM: x86: Zap all TDP leaf entries according noncoherent DMA count
2023-05-08 07:54:15
linux-kernel
Re: [PATCH] KVM: x86: Zap all TDP leaf entries according noncoherent DMA count
2023-05-06 03:20:42
linux-kernel
[PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
2023-04-25 07:32:54
linux-kernel
Re: [PATCH 6/6] KVM: x86: Set KVM LASS based on hardware capability
2023-04-25 03:40:41
linux-kernel
Re: [PATCH 1/6] KVM: x86: Virtualize CR4.LASS
2023-04-25 03:11:41
linux-kernel
Re: [PATCH 2/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-04-24 07:38:55
linux-kernel
Re: [PATCH 1/6] KVM: x86: Virtualize CR4.LASS
2023-04-18 02:16:29
linux-kernel
Re: [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support
2023-04-18 02:14:17
linux-kernel
Re: [RFC PATCH v2 05/11] x86/bugs: Use Virtual MSRs to request hardware mitigations
2023-04-17 07:37:23
linux-kernel
Re: [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support
2023-04-16 13:36:12
linux-kernel
Re: [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
2023-04-14 06:32:55
linux-kernel
[RFC PATCH v2 11/11] KVM: selftests: Add tests for IA32_SPEC_CTRL MSR
2023-04-14 06:31:20
linux-kernel
[RFC PATCH v2 10/11] KVM: selftests: Add tests for virtual enumeration/mitigation MSRs
2023-04-14 06:30:19
linux-kernel
[RFC PATCH v2 08/11] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT
2023-04-14 06:30:17
linux-kernel
[RFC PATCH v2 09/11] KVM: VMX: Advertise MITI_CTRL_BHB_CLEAR_SEQ_S_SUPPORT
2023-04-14 06:30:13
linux-kernel
[RFC PATCH v2 07/11] KVM: VMX: Advertise MITIGATION_CTRL support
2023-04-14 06:29:38
linux-kernel
[RFC PATCH v2 06/11] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support
2023-04-14 06:29:14
linux-kernel
[RFC PATCH v2 05/11] x86/bugs: Use Virtual MSRs to request hardware mitigations
2023-04-14 06:28:58
linux-kernel
[RFC PATCH v2 03/11] KVM: x86: Advertise BHI_CTRL support
2023-04-14 06:28:36
linux-kernel
[RFC PATCH v2 01/11] x86/msr-index: Add bit definitions for BHI_DIS_S and BHI_NO