summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-04-21KVM: SVM: avoid infinite loop on NPF from bad addressPaolo Bonzini1-0/+7
2020-04-21KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang4-8/+12
2020-04-21KVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of nested guestsKrish Sadhukhan1-0/+4
2020-04-21KVM: X86: Improve latency for single target IPI fastpathWanpeng Li4-23/+34
2020-04-21KVM: VMX: Optimize handling of VM-Entry failures in vmx_vcpu_run()Sean Christopherson1-3/+8
2020-04-21KVM: nVMX: Remove non-functional "support" for CR3 target valuesSean Christopherson5-46/+2
2020-04-21KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2Paolo Bonzini1-6/+3
2020-04-21KVM: x86/mmu: Set @writable to false for non-visible accesses by L2Sean Christopherson1-0/+1
2020-04-21KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flagsSean Christopherson4-18/+27
2020-04-21KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flagsSean Christopherson4-25/+39
2020-04-21KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switchSean Christopherson3-6/+5
2020-04-21KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switchSean Christopherson3-6/+13
2020-04-21KVM: nVMX: Invoke ept_save_pdptrs() if and only if PAE paging is enabledSean Christopherson2-7/+8
2020-04-21KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-ExitSean Christopherson2-15/+16
2020-04-21KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPTSean Christopherson1-1/+1
2020-04-21KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_reflect_vmexit()Sean Christopherson3-3/+4
2020-04-21KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPTSean Christopherson1-5/+4
2020-04-21KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wantsSean Christopherson1-41/+70
2020-04-21KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()Sean Christopherson1-10/+10
2020-04-21KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected()Sean Christopherson1-12/+20
2020-04-21KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i.e. move it to nested.cSean Christopherson2-36/+34
2020-04-21KVM: nVMX: Move reflection check into nested_vmx_reflect_vmexit()Sean Christopherson2-7/+13
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito6-243/+226
2020-04-21KVM: SVM: Use do_machine_check to pass MCE to the hostUros Bizjak1-5/+21
2020-04-21KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd()Sean Christopherson1-3/+4
2020-04-21KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related codeSean Christopherson5-38/+38
2020-04-21KVM: nVMX: Free only the affected contexts when emulating INVEPTSean Christopherson1-9/+33
2020-04-21KVM: nVMX: Don't flush TLB on nested VMX transitionSean Christopherson2-3/+5
2020-04-21KVM: nVMX: Skip MMU sync on nested VMX transition when possibleSean Christopherson2-2/+48
2020-04-21KVM: x86/mmu: Add module param to force TLB flush on root reuseSean Christopherson1-2/+5
2020-04-21KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switchSean Christopherson4-9/+11
2020-04-21KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()Sean Christopherson1-38/+31
2020-04-21KVM: VMX: Don't reload APIC access page if its control is disabledSean Christopherson1-1/+13
2020-04-21KVM: VMX: Retrieve APIC access page HPA only when necessarySean Christopherson3-15/+16
2020-04-21KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessarySean Christopherson3-8/+12
2020-04-21KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-ExitSean Christopherson1-3/+5
2020-04-21KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushesSean Christopherson1-6/+6
2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson6-4/+32
2020-04-21KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-ExitSean Christopherson1-44/+44
2020-04-21KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()Sean Christopherson5-15/+13
2020-04-21KVM: SVM: Document the ASID logic in svm_flush_tlb()Sean Christopherson1-0/+7
2020-04-21KVM: VMX: Introduce vmx_flush_tlb_current()Sean Christopherson1-2/+18
2020-04-21KVM: nVMX: Move nested_get_vpid02() to vmx/nested.hSean Christopherson2-7/+7
2020-04-21KVM: VMX: Move vmx_flush_tlb() to vmx.cSean Christopherson2-25/+25
2020-04-21KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()Sean Christopherson1-6/+1
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson8-42/+24
2020-04-21KVM: VMX: Clean up vmx_flush_tlb_gva()Sean Christopherson1-7/+3
2020-04-21KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()Vitaly Kuznetsov3-3/+12
2020-04-21KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hookSean Christopherson4-1/+26
2020-04-21KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with addressSean Christopherson1-5/+1