summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini2020-04-239-52/+56
* KVM: eVMCS: check if nesting is enabledPaolo Bonzini2020-04-231-11/+13
* KVM: x86: check_nested_events is never NULLPaolo Bonzini2020-04-231-3/+3
* selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini2020-04-211-4/+9
* KVM: SVM: avoid infinite loop on NPF from bad addressPaolo Bonzini2020-04-212-0/+8
* tools/kvm_stat: add sample systemd unit fileStefan Raspl2020-04-211-0/+16
* tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl2020-04-212-13/+68
* tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl2020-04-212-8/+24
* KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-217-13/+17
* KVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of nested guestsKrish Sadhukhan2020-04-211-0/+4
* KVM: X86: Improve latency for single target IPI fastpathWanpeng Li2020-04-214-23/+34
* KVM: VMX: Optimize handling of VM-Entry failures in vmx_vcpu_run()Sean Christopherson2020-04-211-3/+8
* KVM: nVMX: Remove non-functional "support" for CR3 target valuesSean Christopherson2020-04-216-50/+3
* KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2Paolo Bonzini2020-04-213-11/+10
* KVM: x86/mmu: Set @writable to false for non-visible accesses by L2Sean Christopherson2020-04-211-0/+1
* KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flagsSean Christopherson2020-04-214-18/+27
* KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flagsSean Christopherson2020-04-214-25/+39
* KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switchSean Christopherson2020-04-213-6/+5
* KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switchSean Christopherson2020-04-213-6/+13
* KVM: nVMX: Invoke ept_save_pdptrs() if and only if PAE paging is enabledSean Christopherson2020-04-212-7/+8
* KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-ExitSean Christopherson2020-04-212-15/+16
* KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPTSean Christopherson2020-04-211-1/+1
* KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_reflect_vmexit()Sean Christopherson2020-04-213-3/+4
* KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPTSean Christopherson2020-04-211-5/+4
* KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wantsSean Christopherson2020-04-211-41/+70
* KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()Sean Christopherson2020-04-211-10/+10
* KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected()Sean Christopherson2020-04-211-12/+20
* KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i.e. move it to nested.cSean Christopherson2020-04-212-36/+34
* KVM: nVMX: Move reflection check into nested_vmx_reflect_vmexit()Sean Christopherson2020-04-212-7/+13
* kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-217-243/+231
* KVM: x86: move kvm_create_vcpu_debugfs after last failure pointPaolo Bonzini2020-04-211-3/+1
* KVM: SVM: Use do_machine_check to pass MCE to the hostUros Bizjak2020-04-211-5/+21
* KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd()Sean Christopherson2020-04-211-3/+4
* KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related codeSean Christopherson2020-04-215-38/+38
* KVM: nVMX: Free only the affected contexts when emulating INVEPTSean Christopherson2020-04-211-9/+33
* KVM: nVMX: Don't flush TLB on nested VMX transitionSean Christopherson2020-04-212-3/+5
* KVM: nVMX: Skip MMU sync on nested VMX transition when possibleSean Christopherson2020-04-212-2/+48
* KVM: x86/mmu: Add module param to force TLB flush on root reuseSean Christopherson2020-04-211-2/+5
* KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switchSean Christopherson2020-04-214-9/+11
* KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()Sean Christopherson2020-04-211-38/+31
* KVM: VMX: Don't reload APIC access page if its control is disabledSean Christopherson2020-04-211-1/+13
* KVM: VMX: Retrieve APIC access page HPA only when necessarySean Christopherson2020-04-213-15/+16
* KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessarySean Christopherson2020-04-213-8/+12
* KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-ExitSean Christopherson2020-04-211-3/+5
* KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushesSean Christopherson2020-04-211-6/+6
* KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson2020-04-216-4/+32
* KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-ExitSean Christopherson2020-04-211-44/+44
* KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()Sean Christopherson2020-04-215-15/+13
* KVM: SVM: Document the ASID logic in svm_flush_tlb()Sean Christopherson2020-04-211-0/+7
* KVM: VMX: Introduce vmx_flush_tlb_current()Sean Christopherson2020-04-211-2/+18