aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
Commit message (Expand)AuthorAge
* KVM: VMX: Introduce pi_is_pir_empty() helperJoao Martins2019-11-12
* KVM: VMX: Do not change PID.NDST when loading a blocked vCPUJoao Martins2019-11-12
* KVM: VMX: Consider PID.PIR to determine if vCPU has pending interruptsJoao Martins2019-11-12
* KVM: VMX: Fix comment to specify PID.ON instead of PIR.ONLiran Alon2019-11-12
* KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2019-10-31
* KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson2019-10-22
* KVM: VMX: Remove specialized handling of unexpected exit-reasonsLiran Alon2019-10-22
* KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson2019-10-03
* kvm: vmx: Limit guest PMCs to those supported on the hostJim Mattson2019-10-01
* KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TFWaiman Long2019-09-27
* KVM: nVMX: cleanup and fix host 64-bit mode checksPaolo Bonzini2019-09-25
* KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386Vitaly Kuznetsov2019-09-25
* KVM: VMX: Add error handling to VMREAD helperSean Christopherson2019-09-25
* KVM: VMX: Optimize VMX instruction error and fault handlingSean Christopherson2019-09-25
* kvm: nvmx: limit atomic switch MSRsMarc Orr2019-09-24
* KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexitTao Xu2019-09-24
* KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu2019-09-24
* KVM: x86: Add support for user wait instructionsTao Xu2019-09-24
* KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson2019-09-24
* KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson2019-09-24
* KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state()Sean Christopherson2019-09-24
* KVM: x86: Move triple fault request into RM int injectionSean Christopherson2019-09-24
* KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson2019-09-24
* KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson2019-09-24
* KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error codeSean Christopherson2019-09-24
* KVM: x86: Relocate MMIO exit stats countingSean Christopherson2019-09-24
* KVM: nVMX: Check Host Address Space Size on vmentry of nested guestsKrish Sadhukhan2019-09-24
* KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov2019-09-24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-18
|\
| * KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-11
| * KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li2019-09-11
| * KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson2019-09-11
| * KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson2019-09-11
| * KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2019-09-11
| * KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-10
| * KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-10
| * KVM: X86: Tune PLE Window tracepointPeter Xu2019-09-10
| * KVM: VMX: Change ple_window type to unsigned intPeter Xu2019-09-10
| * KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-09-10
| * KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson2019-08-22
| * KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson2019-08-22
| * KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson2019-08-22
| * x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov2019-08-22
* | KVM: nVMX: handle page fault in vmreadPaolo Bonzini2019-09-14
* | KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov2019-08-27
|/
* Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-09
|\
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-20
| |\
| | * x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf2019-07-18
* | | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-05
* | | KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka2019-07-22