Zeng Guang ([email protected])

Number of posts: 193 (0.2 per day)
First post: 2021-07-16 07:14:48
Last post: 2024-03-29 07:32:20

Date List Subject
2024-03-29 07:32:20 linux-kernel Re: [PATCH 09/15] x86/irq: Install posted MSI notification handler
2023-11-02 16:34:47 linux-kernel [RFC PATCH v1 6/8] KVM: selftests: x86: Allow user to access user-mode address and I/O address space
2023-11-02 16:34:41 linux-kernel [RFC PATCH v1 8/8] KVM: selftests: x86: Add KVM forced emulation prefix capability
2023-11-02 16:34:32 linux-kernel [RFC PATCH v1 7/8] KVM: selftests: x86: Support vcpu run in user mode
2023-11-02 16:33:43 linux-kernel [RFC PATCH v1 5/8] KVM: selftests: x86: Prepare setup for user mode support
2023-11-02 16:33:43 linux-kernel [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
2023-11-02 16:33:36 linux-kernel [RFC PATCH v1 4/8] KVM : selftests : Adapt selftest cases to kernel canonical linear address
2023-11-02 16:33:31 linux-kernel [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation
2023-11-02 16:33:26 linux-kernel [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
2023-11-02 16:33:18 linux-kernel [RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
2023-08-14 08:03:06 linux-kernel Re: [PATCH v2 12/21] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
2023-08-14 06:06:56 linux-kernel Re: [PATCH v2 07/21] KVM: x86: Add a framework for enabling KVM-governed x86 features
2023-07-19 05:03:54 linux-kernel [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space
2023-07-19 04:22:30 linux-kernel [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
2023-07-19 04:18:48 linux-kernel [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
2023-07-19 04:18:29 linux-kernel [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
2023-07-19 04:18:09 linux-kernel [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
2023-07-19 04:17:02 linux-kernel [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
2023-07-19 03:33:00 linux-kernel [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
2023-07-19 03:32:53 linux-kernel [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
2023-07-19 03:31:34 linux-kernel [PATCH v2 0/8] LASS KVM virtualization support
2023-07-19 03:27:15 linux-kernel Re: [PATCH v2 0/8] LASS KVM virtualization support
2023-07-18 14:33:03 linux-kernel [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
2023-07-18 14:23:01 linux-kernel [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
2023-07-18 14:19:37 linux-kernel [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
2023-07-18 14:15:21 linux-kernel [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space
2023-07-18 14:15:21 linux-kernel [PATCH v2 0/8] LASS KVM virtualization support
2023-07-18 14:04:56 linux-kernel [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
2023-07-18 14:04:55 linux-kernel [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
2023-07-18 14:04:04 linux-kernel [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
2023-07-18 14:03:19 linux-kernel [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
2023-06-30 19:06:16 linux-kernel Re: [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-06-29 15:33:02 linux-kernel Re: [PATCH v1 4/6] KVM: x86: Add emulator helper for LASS violation check
2023-06-28 09:49:09 linux-kernel Re: [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS
2023-06-28 09:31:55 linux-kernel Re: [PATCH v1 0/6] LASS KVM virtualization support
2023-06-28 08:12:43 linux-kernel Re: [PATCH v1 1/6] KVM: x86: Consolidate flags for __linearize()
2023-06-07 06:32:59 linux-kernel Re: [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-06-06 07:03:29 linux-kernel Re: [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-06-06 03:41:54 linux-kernel Re: [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS
2023-06-06 03:26:02 linux-kernel Re: [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-06-06 03:15:40 linux-kernel Re: [PATCH v1 0/6] LASS KVM virtualization support
2023-06-06 03:12:30 linux-kernel Re: [PATCH v1 0/6] LASS KVM virtualization support
2023-06-01 15:20:08 linux-kernel [PATCH v1 0/6] LASS KVM virtualization support
2023-06-01 15:19:34 linux-kernel [PATCH v1 6/6] KVM: x86: Advertise LASS CPUID to user space
2023-06-01 15:18:54 linux-kernel [PATCH v1 5/6] KVM: x86: LASS protection on KVM emulation
2023-06-01 15:17:25 linux-kernel [PATCH v1 1/6] KVM: x86: Consolidate flags for __linearize()
2023-06-01 15:16:44 linux-kernel [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-06-01 15:11:15 linux-kernel [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS
2023-06-01 15:08:37 linux-kernel [PATCH v1 4/6] KVM: x86: Add emulator helper for LASS violation check
2023-04-25 07:33:37 linux-kernel Re: [PATCH 2/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
2023-04-25 06:53:32 linux-kernel Re: [PATCH 6/6] KVM: x86: Set KVM LASS based on hardware capability