summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-15KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson1-1/+1
2020-10-21Merge branch 'kvm-fixes' into 'next'Paolo Bonzini1-1/+4
2020-10-21KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky1-1/+1
2020-09-28KVM: x86: VMX: Prevent MSR passthrough when MSR access is deniedAlexander Graf1-0/+7
2020-09-28KVM: x86: Prepare MSR bitmaps for userspace tracked MSRsAaron Lewis1-1/+1
2020-09-28KVM: VMX: Rename vmx_uret_msr's "index" to "slot"Sean Christopherson1-1/+1
2020-09-28KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"Sean Christopherson1-1/+1
2020-09-28KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded"Sean Christopherson1-1/+1
2020-09-28KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs"Sean Christopherson1-1/+1
2020-09-28KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"Sean Christopherson1-1/+1
2020-09-28KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"Sean Christopherson1-5/+5
2020-09-28KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"Sean Christopherson1-1/+1
2020-09-28KVM: VMX: Prepend "MAX_" to MSR array size definesSean Christopherson1-5/+5
2020-09-28KVM: nVMX: Explicitly check for valid guest state for !unrestricted guestSean Christopherson1-0/+7
2020-09-28KVM: VMX: Rename ops.h to vmx_ops.hSean Christopherson1-1/+1
2020-09-28KVM: VMX: Extract posted interrupt support to separate filesXiaoyao Li1-89/+1
2020-09-28KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...Krish Sadhukhan1-0/+7
2020-09-28KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger1-2/+0
2020-09-23KVM: x86: VMX: Make smaller physical guest address space support user-configu...Mohammed Gamal1-1/+4
2020-09-11KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detectedPeter Shier1-0/+1
2020-07-30KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson1-1/+2
2020-07-30KVM: VMX: Make vmx_load_mmu_pgd() staticSean Christopherson1-1/+0
2020-07-30KVM: VMX: Drop a duplicate declaration of construct_eptp()Sean Christopherson1-2/+0
2020-07-10KVM: VMX: Add guest physical address check in EPT violation and misconfigMohammed Gamal1-1/+2
2020-07-10KVM: VMX: introduce vmx_need_pf_interceptPaolo Bonzini1-0/+5
2020-07-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson1-3/+0
2020-07-08kvm: vmx: Add last_cpu to struct vcpu_vmxJim Mattson1-0/+3
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson1-2/+0
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov1-0/+2
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier1-0/+2
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson1-0/+1
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson1-0/+1
2020-05-13KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02Sean Christopherson1-1/+0
2020-05-13KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson1-1/+2
2020-05-13KVM: VMX: Split out architectural interrupt/NMI blocking checksSean Christopherson1-0/+2
2020-04-21KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flagsSean Christopherson1-1/+13
2020-04-21KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flagsSean Christopherson1-1/+14
2020-04-21KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switchSean Christopherson1-5/+0
2020-04-21KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switchSean Christopherson1-0/+11
2020-04-21KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessarySean Christopherson1-0/+1
2020-04-21KVM: VMX: Move vmx_flush_tlb() to vmx.cSean Christopherson1-25/+0
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson1-30/+12
2020-04-20KVM: VMX: Drop redundant capability checks in low level INVVPID helpersSean Christopherson1-1/+0
2020-04-15KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flushSean Christopherson1-1/+27
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+3
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2020-03-23KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson1-1/+0
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini1-1/+1
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson1-1/+0
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson1-2/+2