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