summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-21KVM: x86/mmu: Add module param to force TLB flush on root reuseSean Christopherson
2020-04-21KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switchSean Christopherson
2020-04-21KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()Sean Christopherson
2020-04-21KVM: VMX: Don't reload APIC access page if its control is disabledSean Christopherson
2020-04-21KVM: VMX: Retrieve APIC access page HPA only when necessarySean Christopherson
2020-04-21KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessarySean Christopherson
2020-04-21KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-ExitSean Christopherson
2020-04-21KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushesSean Christopherson
2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson
2020-04-21KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-ExitSean Christopherson
2020-04-21KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()Sean Christopherson
2020-04-21KVM: SVM: Document the ASID logic in svm_flush_tlb()Sean Christopherson
2020-04-21KVM: VMX: Introduce vmx_flush_tlb_current()Sean Christopherson
2020-04-21KVM: nVMX: Move nested_get_vpid02() to vmx/nested.hSean Christopherson
2020-04-21KVM: VMX: Move vmx_flush_tlb() to vmx.cSean Christopherson
2020-04-21KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()Sean Christopherson
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson
2020-04-21KVM: VMX: Clean up vmx_flush_tlb_gva()Sean Christopherson
2020-04-21KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()Vitaly Kuznetsov
2020-04-20KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hookSean Christopherson
2020-04-20KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with addressSean Christopherson
2020-04-20KVM: VMX: Drop redundant capability checks in low level INVVPID helpersSean Christopherson
2020-04-20KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()Sean Christopherson
2020-04-20KVM: VMX: Move vpid_sync_vcpu_addr() down a few linesSean Christopherson
2020-04-20KVM: VMX: Use vpid_sync_context() directly when possibleSean Christopherson
2020-04-20KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()Sean Christopherson
2020-04-20KVM: x86: Sync SPTEs when injecting page/EPT fault into L1Junaid Shahid
2020-04-20KVM: x86: cleanup kvm_inject_emulated_page_faultPaolo Bonzini
2020-04-20KVM: x86: introduce kvm_mmu_invalidate_gvaPaolo Bonzini
2020-04-15KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)Sean Christopherson
2020-04-15KVM: nVMX: Invalidate all roots when emulating INVVPID without EPTJunaid Shahid
2020-04-15KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1Sean Christopherson
2020-04-15KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)Sean Christopherson
2020-04-15KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flushSean Christopherson
2020-04-15selftests: kvm: Add testcase for creating max number of memslotsWainer dos Santos Moschetta
2020-04-15KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson
2020-04-15KVM: selftests: Add "zero" testcase to set_memory_region_testSean Christopherson
2020-04-15selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta
2020-04-15KVM: selftests: Add "delete" testcase to set_memory_region_testSean Christopherson
2020-04-15KVM: sefltests: Add explicit synchronization to move mem region testSean Christopherson
2020-04-15KVM: selftests: Add GUEST_ASSERT variants to pass values to hostSean Christopherson
2020-04-15KVM: selftests: Add util to delete memory regionSean Christopherson
2020-04-15KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson
2020-04-15KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()Sean Christopherson
2020-04-15KVM: pass through CPUID(0x80000006)Eric Northup
2020-04-15KVM: x86: Return updated timer current count register from KVM_GET_LAPICPeter Shier
2020-04-15KVM: remove redundant assignment to variable rColin Ian King
2020-04-15KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak
2020-04-15KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak
2020-04-15KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov