Jim Mattson ([email protected])

Number of posts: 926 (0.34 per day)
First post: 2016-11-22 20:03:07
Last post: 2024-06-13 19:31:12

Date List Subject
2017-12-21 22:57:14 linux-kernel Re: [PATCH 2/4] KVM: nVMX: track dirty state of non-shadowed VMCS fields
2017-12-21 22:51:12 linux-kernel Re: [PATCH 1/4] KVM: VMX: split list of shadowed VMCS field to a separate file
2017-12-21 18:06:13 linux-kernel Re: [PATCH 2/3] KVM: vmx: simplify MSR bitmap setup
2017-12-20 19:40:13 linux-kernel Re: [PATCH 2/3] KVM: vmx: simplify MSR bitmap setup
2017-12-20 18:02:42 linux-kernel Re: [PATCH 1/3] KVM: vmx: speed up MSR bitmap merge
2017-12-20 17:07:43 linux-kernel Re: [PATCH 3/3] KVM: VMX: introduce X2APIC_MSR macro
2017-12-19 19:58:21 linux-kernel Re: [PATCH] KVM: vmx: speed up MSR bitmap merge
2017-12-19 17:44:07 linux-kernel Re: [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS
2017-12-19 17:40:51 linux-kernel Re: [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS
2017-12-18 21:28:45 linux-kernel Re: [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS
2017-12-18 20:23:05 linux-kernel Re: [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS
2017-12-13 19:03:36 linux-kernel Re: [PATCH] KVM: x86: avoid unnecessary XSETBV on guest entry
2017-12-11 18:08:33 linux-kernel Re: [PATCH] KVM: VMX: drop I/O permission bitmaps
2017-12-08 17:31:23 linux-kernel Re: [PATCH] KVM: VMX: drop I/O permission bitmaps
2017-12-07 21:25:22 linux-kernel Re: WARNING in x86_emulate_insn
2017-12-06 17:15:00 linux-kernel Re: [PATCH v2] KVM: X86: Fix load RFLAGS w/o the fixed bit
2017-12-05 17:53:34 linux-kernel Re: [PATCH v2] KVM: VMX: Fix rflags cache during vCPU reset
2017-12-05 00:28:56 linux-kernel Re: [PATCH v2] KVM: VMX: Fix rflags cache during vCPU reset
2017-11-29 19:06:13 linux-kernel Re: [PATCH] KVM: VMX: Cache IA32_DEBUGCTL in memory
2017-11-29 16:56:13 linux-kernel Re: [PATCH v2] KVM: VMX: Cache IA32_DEBUGCTL in memory
2017-11-09 16:20:01 linux-kernel Re: [PATCH v5 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
2017-11-08 21:48:27 linux-kernel Re: [PATCH v5 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
2017-11-06 18:21:19 linux-kernel Re: [PATCH v2 1/4] x86/kvm/cpuid: Fix CPUID function for word 6 (80000001_ECX)
2017-11-03 17:55:56 linux-kernel Re: [PATCH v5 2/3] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
2017-11-03 17:55:56 linux-kernel Re: [PATCH v4 2/3] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
2017-11-03 16:05:20 linux-kernel Re: [PATCH v5 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
2017-11-02 18:58:37 linux-kernel Re: [PATCH v2] KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0
2017-10-19 20:41:07 linux-kernel Re: [PATCH v2] KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0
2017-10-13 16:58:35 linux-kernel Re: [PATCH RFC 00/10] Intel EPT-Based Sub-page Write Protection Support.
2017-09-18 15:56:43 linux-kernel Re: [PATCH] KVM: x86: Fix the NULL pointer parameter in check_cr_write()
2017-09-15 23:19:53 linux-kernel Re: [PATCH v3 2/5] KVM: MMU: check guest CR3 reserved bits based on its physical address width.
2017-08-28 19:42:52 linux-kernel Re: [PATCH] KVM: MMU: speedup update_permission_bitmask
2017-08-24 20:41:31 linux-kernel Re: [PATCH v8 4/4] kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS
2017-08-24 16:02:41 linux-kernel Re: [PATCH 1/4] KVM: VMX: cache secondary exec controls
2017-08-24 15:41:21 linux-kernel Re: [PATCH 1/4] KVM: VMX: cache secondary exec controls
2017-08-24 14:54:28 linux-kernel Re: [PATCH 4/4] kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS
2017-08-24 14:47:57 linux-kernel Re: [PATCH 1/4] KVM: VMX: cache secondary exec controls
2017-08-23 21:25:19 linux-kernel Re: [PATCH 1/4] KVM: nVMX: move vmentry tasks from prepare_vmcs12 to enter_vmx_non_root_mode
2017-08-14 16:13:16 linux-kernel Re: [PATCH v1 1/4] KVM: MMU: check guest CR3 reserved bits based on its physical address width.
2017-08-10 18:11:56 linux-kernel Re: [PATCH] KVM: X86: Fix residual mmio emulation request to userspace
2017-07-23 01:12:03 linux-kernel Re: [PATCH] KVM: nVMX: Fix exception injection
2017-07-22 14:25:59 linux-kernel Re: [PATCH] KVM: nVMX: Fix exception injection
2017-07-20 19:16:40 linux-kernel Re: [PATCH] KVM: nVMX: Fix exception injection
2017-07-18 18:47:48 linux-kernel Re: [PATCH] KVM: nVMX: Fix exception injection
2017-07-11 18:22:42 linux-kernel Re: [PATCH v4 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor
2017-06-30 17:06:47 linux-kernel Re: [PATCH 0/2] Expose VMFUNC to the nested hypervisor
2017-04-12 15:20:26 linux-kernel Re: [PATCH v6] kvm: better MWAIT emulation for guests
2017-04-12 14:34:21 linux-kernel Re: [PATCH v6] kvm: better MWAIT emulation for guests
2017-04-11 17:10:39 linux-kernel Re: [PATCH v6] kvm: better MWAIT emulation for guests
2017-03-30 16:54:08 linux-kernel Re: [PATCH 6/6] KVM: nVMX: support RDRAND and RDSEED exiting
2017-03-30 16:30:20 linux-kernel Re: [PATCH 2/6] KVM: VMX: remove bogus check for invalid EPT violation