summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)Author
2019-09-25KVM: nVMX: cleanup and fix host 64-bit mode checksPaolo Bonzini
2019-09-25KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386Vitaly Kuznetsov
2019-09-25KVM: VMX: Add error handling to VMREAD helperSean Christopherson
2019-09-25KVM: VMX: Optimize VMX instruction error and fault handlingSean Christopherson
2019-09-24kvm: nvmx: limit atomic switch MSRsMarc Orr
2019-09-24KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexitTao Xu
2019-09-24KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu
2019-09-24KVM: x86: Add support for user wait instructionsTao Xu
2019-09-24KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson
2019-09-24KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state()Sean Christopherson
2019-09-24KVM: x86: Move triple fault request into RM int injectionSean Christopherson
2019-09-24KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson
2019-09-24KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson
2019-09-24KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error codeSean Christopherson
2019-09-24KVM: x86: Relocate MMIO exit stats countingSean Christopherson
2019-09-24KVM: nVMX: Check Host Address Space Size on vmentry of nested guestsKrish Sadhukhan
2019-09-24KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-14KVM: nVMX: handle page fault in vmreadPaolo Bonzini
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon
2019-09-11KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li
2019-09-11KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson
2019-09-11KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson
2019-09-11KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu
2019-09-10KVM: VMX: Change ple_window type to unsigned intPeter Xu
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf
2019-08-27KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov
2019-08-22KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-07-22KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li
2019-07-22KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-20KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini
2019-07-20KVM: VMX: dump VMCS on failed entryPaolo Bonzini
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li
2019-07-18x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf
2019-07-17KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu
2019-07-15KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon
2019-07-15kvm: vmx: fix coccinelle warningsYi Wang
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini