Show patches with: Submitter = Sean Christopherson       |   1696 patches
« 1 2 3 416 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
KVM: nVMX: sync vcms02 segment regs prior to vmx_set_cr0 - - - --- 2018-03-05 Sean Christopherson New
KVM: nVMX: clear nested_run_pending when emulating invalid guest state - - - --- 2018-03-05 Sean Christopherson New
[1/6] KVM: VMX: don't configure RM TSS for unrestricted guest - - - --- 2018-03-05 Sean Christopherson New
[2/6] KVM: VMX: don't configure EPT identity map for unrestricted guest - - - --- 2018-03-05 Sean Christopherson New
[3/6] KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST - - - --- 2018-03-05 Sean Christopherson New
[4/6] KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest - - - --- 2018-03-05 Sean Christopherson New
[5/6] KVM: VMX: give unrestricted guest full control of CR3 - - - --- 2018-03-05 Sean Christopherson New
[6/6] KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest - - - --- 2018-03-05 Sean Christopherson New
KVM: VMX: use kvm_fast_pio_in for handling IN I/O - 1 - --- 2018-03-06 Sean Christopherson New
[1/2] KVM: VMX: use kvm_fast_pio_in for handling IN I/O - 1 - --- 2018-03-07 Sean Christopherson New
[2/2] KVM: x86: add kvm_fast_pio() to consolidate fast PIO code - - - --- 2018-03-07 Sean Christopherson New
[RESEND,v2,1/2] KVM: VMX: use kvm_fast_pio_in for handling IN I/O - 1 - --- 2018-03-08 Sean Christopherson New
[RESEND,v2,2/2] KVM: x86: add kvm_fast_pio() to consolidate fast PIO code - - - --- 2018-03-08 Sean Christopherson New
[v2] KVM: vVMX: signal failure for nested VMEntry if emulation_required - 1 - --- 2018-03-12 Sean Christopherson New
[1/5] KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm - - - --- 2018-03-20 Sean Christopherson New
[2/5] KVM: x86: move setting of ept_identity_map_addr to vmx.c - - - --- 2018-03-20 Sean Christopherson New
[3/5] KVM: VMX: add struct kvm_vmx to hold VMX specific KVM vars - - - --- 2018-03-20 Sean Christopherson New
[4/5] KVM: SVM: add struct kvm_svm to hold SVM specific KVM vars - - - --- 2018-03-20 Sean Christopherson New
[5/5] KVM: SVM: rename svm_vm_data_hash[_lock] to kvm_svm_hash[_lock] - - - --- 2018-03-20 Sean Christopherson New
KVM: VMX: exit to userspace on exception w/ invalid PM - - - --- 2018-03-23 Sean Christopherson New
[1/2] Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown" - - - --- 2018-03-29 Sean Christopherson New
[2/2] KVM: VMX: remove bogus WARN_ON in handle_ept_misconfig - - - --- 2018-03-29 Sean Christopherson New
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault - 1 - --- 2018-03-29 Sean Christopherson New
KVM: x86: refactor handling of MMIO page fault (cosmetic only) - 1 - --- 2018-03-29 Sean Christopherson New
4.16 kernel: vmwrite error: reg 401e value 2021 (err 12) - - - --- 2018-04-17 Sean Christopherson New
KVM: vmx: update SECONDARY_EXEC_DESC only if CR4.UMIP changes - - - --- 2018-04-20 Sean Christopherson New
[v2] KVM: vmx: update sec exec controls for UMIP iff emulating UMIP - - - --- 2018-04-30 Sean Christopherson New
KVM: vmx: remove save/restore of host BNDCGFS MSR - - - --- 2018-07-11 Sean Christopherson New
KVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAYS_OFF - 1 - --- 2018-07-13 Sean Christopherson New
[kvm-unit-tests,1/4] x86: vmx: restore primary controls in test_tpr_threshold early return - 1 - --- 2018-07-18 Sean Christopherson New
[kvm-unit-tests,2/4] x86: vmx: shift TPR threshold when generating vTPR - 1 - --- 2018-07-18 Sean Christopherson New
[kvm-unit-tests,3/4] x86: vmx: mark "vTPR < threshold" tests as expected to fail - - - --- 2018-07-18 Sean Christopherson New
[kvm-unit-tests,4/4] x86: vmx: remove xfail from invalid APIC-access page tests - 2 - --- 2018-07-18 Sean Christopherson New
KVM: vmx: use local variable for CVP when emulating VMPTRST - 1 1 --- 2018-07-19 Sean Christopherson New
KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail - - - --- 2018-07-19 Sean Christopherson New
[01/11] KVM: vmx: move msr_host_bndcfgs out of struct host_state KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[02/11] KVM: vmx: refactor segmentation code in vmx_save_host_state() KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[03/11] KVM: vmx: track host_state.loaded using a loaded_vmcs pointer KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[04/11] KVM: vmx: add dedicated utility to access guest's kernel_gs_base KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[05/11] KVM: vmx: rename __vmx_load_host_state() and vmx_save_host_state() KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[06/11] KVM: nVMX: remove a misleading comment regarding vmcs02 fields KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[07/11] KVM: vmx: compute need to reload FS/GS/LDT on demand KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[08/11] KVM: vmx: move struct host_state usage to struct loaded_vmcs KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[09/11] KVM: vmx: always initialize HOST_{FS,GS}_BASE to zero during setup KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[10/11] KVM: vmx: skip VMWRITE of HOST_{FS,GS}_SEL when possible KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
[11/11] KVM: vmx: skip VMWRITE of HOST_{FS,GS}_BASE when possible KVM: vmx: optimize VMWRITEs to host FS/GS fields - 1 1 --- 2018-07-23 Sean Christopherson New
KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state() KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state() - - - --- 2018-07-31 Sean Christopherson New
[01/16] KVM: nVMX: move host EFER consistency checks to VMFail path KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[02/16] KVM: nVMX: move vmcs12 EPTP consistency check to check_vmentry_prereqs() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[03/16] KVM: nVMX: use vm_exit_controls_init() to write exit controls for vmcs02 KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[04/16] KVM: nVMX: reset cache/shadows on nested consistency check VMExit KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[05/16] KVM: vmx: do not unconditionally clear EFER switching KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[06/16] KVM: nVMX: try to set EFER bits correctly when init'ing entry controls KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[07/16] KVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx_enter_non_root_mode KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[08/16] KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mode() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[09/16] KVM: nVMX: assimilate nested_vmx_entry_failure() into nested_vmx_enter_non_root_mode() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[10/16] KVM: nVMX: split pieces of prepare_vmcs02() to prepare_vmcs02_early() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[11/16] KVM: nVMX: do early preparation of vmcs02 before check_vmentry_postreqs() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[12/16] KVM: nVMX: refactor inner section of nested_vmx_enter_non_root_mode() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[13/16] KVM: nVMX: do not skip VMEnter instruction that succeeds KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[14/16] KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[15/16] KVM: nVMX: add option to perform early consistency checks via H/W KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[16/16] KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabled KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-07-31 Sean Christopherson New
[2/2] KVM: vmx: Inject #UD for SGX ENCLS instruction in guest KVM: vmx: Inject #UD for SGX ENCLS instructions - - - --- 2018-08-14 Sean Christopherson New
[RESEND,1/2] KVM: vmx: Add defines for SGX ENCLS exiting KVM: vmx: Inject #UD for SGX ENCLS instructions - - - --- 2018-08-14 Sean Christopherson New
[RESEND,2/2] KVM: vmx: Inject #UD for SGX ENCLS instruction in guest KVM: vmx: Inject #UD for SGX ENCLS instructions - - - --- 2018-08-14 Sean Christopherson New
[1/2] KVM: x86: Do not re-{try,execute} after failed emulation in L2 KVM: x86: Don't re-{try,execute} L2 instrs - - - --- 2018-08-22 Sean Christopherson New
[2/2] KVM: x86: Set EMULTYPE_NO_REEXECUTE for MMIO emulation KVM: x86: Don't re-{try,execute} L2 instrs - - - --- 2018-08-22 Sean Christopherson New
[v2] KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail [v2] KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail - - - --- 2018-08-22 Sean Christopherson New
[v2,1/8] KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instr KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[v2,2/8] KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[v2,3/8] KVM: x86: Invert emulation re-execute behavior to make it opt-in KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[v2,4/8] KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[v2,5/8] KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[v2,6/8] KVM: x86: Do not re-{try,execute} after failed emulation in L2 KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[v2,7/8] KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction() KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[v2,8/8] KVM: x86: Unexport x86_emulate_instruction() KVM: x86: Fix the emulation type mess - - - --- 2018-08-23 Sean Christopherson New
[1/3] KVM: VMX: immediately mark preemption timer expired only for zero value KVM: VMX: handle preemption timer value of zero - - - --- 2018-08-27 Sean Christopherson New
[2/3] KVM: VMX: modify preemption timer bit only when arming timer KVM: VMX: handle preemption timer value of zero - - - --- 2018-08-27 Sean Christopherson New
[3/3] KVM: VMX: use preemption timer to force immediate VMExit KVM: VMX: handle preemption timer value of zero - - - --- 2018-08-27 Sean Christopherson New
[v2,01/18] KVM: nVMX: move host EFER consistency checks to VMFail path KVM: nVMX: add option to perform early consistency checks via H/W - 2 - --- 2018-08-28 Sean Christopherson New
[v2,02/18] KVM: nVMX: move vmcs12 EPTP consistency check to check_vmentry_prereqs() KVM: nVMX: add option to perform early consistency checks via H/W - 2 - --- 2018-08-28 Sean Christopherson New
[v2,03/18] KVM: nVMX: use vm_exit_controls_init() to write exit controls for vmcs02 KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,04/18] KVM: nVMX: reset cache/shadows on nested consistency check VMExit KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-08-28 Sean Christopherson New
[v2,05/18] KVM: vmx: do not unconditionally clear EFER switching KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,06/18] KVM: nVMX: try to set EFER bits correctly when init'ing entry controls KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,07/18] KVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx_enter_non_root_mode KVM: nVMX: add option to perform early consistency checks via H/W - 2 - --- 2018-08-28 Sean Christopherson New
[v2,08/18] KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mode() KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,09/18] KVM: nVMX: assimilate nested_vmx_entry_failure() into nested_vmx_enter_non_root_mode() KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-08-28 Sean Christopherson New
[v2,10/18] KVM: nVMX: split pieces of prepare_vmcs02() to prepare_vmcs02_early() KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,11/18] KVM: nVMX: do early preparation of vmcs02 before check_vmentry_postreqs() KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,12/18] KVM: vVMX: rename label for post-enter_guest_mode consistency check KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-08-28 Sean Christopherson New
[v2,13/18] KVM: nVMX: do not skip VMEnter instruction that succeeds KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,14/18] KVM: nVMX: do not call nested_vmx_succeed() for consistency check VMExit KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,15/18] KVM: nVMX: call kvm_skip_emulated_instruction in nested_vmx_{fail,succeed} KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,16/18] KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state() KVM: nVMX: add option to perform early consistency checks via H/W - 1 - --- 2018-08-28 Sean Christopherson New
[v2,17/18] KVM: nVMX: add option to perform early consistency checks via H/W KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-08-28 Sean Christopherson New
[v2,18/18] KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabled KVM: nVMX: add option to perform early consistency checks via H/W - - - --- 2018-08-28 Sean Christopherson New
KVM: x86: fix L1TF's MMIO GFN calculation KVM: x86: fix L1TF's MMIO GFN calculation - 2 1 --- 2018-09-25 Sean Christopherson New
[v2] KVM: x86: fix L1TF's MMIO GFN calculation [v2] KVM: x86: fix L1TF's MMIO GFN calculation - 3 1 --- 2018-09-25 Sean Christopherson New
« 1 2 3 416 17 »