summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-121-0/+3
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-121-2/+3
* KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton2020-02-121-0/+28
* KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini2020-02-121-1/+1
* KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin2020-02-051-2/+0
* KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4
* x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov2020-02-053-0/+58
* x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov2020-02-053-8/+41
* KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson2020-02-051-4/+4
* KVM: nVMX: delete meaningless nested_vmx_run() declarationMiaohe Lin2020-02-051-2/+0
* kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit2020-02-051-1/+2
* kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit2020-02-051-0/+8
* KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini2020-02-051-6/+0
* kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit2020-02-051-0/+1
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-316-274/+247
|\
| * KVM: VMX: remove duplicated segment cache clearMiaohe Lin2020-01-271-2/+0
| * KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan2020-01-271-0/+4
| * KVM: X86: Drop x86_set_memory_region()Peter Xu2020-01-271-2/+5
| * KVM: X86: Don't take srcu lock in init_rmode_identity_map()Peter Xu2020-01-271-7/+3
| * x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_...Vitaly Kuznetsov2020-01-271-5/+0
| * KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson2020-01-271-2/+0
| * KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRLOliver Upton2020-01-271-14/+4
| * KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-8/+16
| * KVM: x86: Protect exit_reason from being used in Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-25/+32
| * kvm/svm: PKU not currently supportedJohn Allen2020-01-272-0/+6
| * KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-241-13/+6
| * KVM: x86: Move FPU allocation to common x86 codeSean Christopherson2020-01-241-24/+1
| * KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson2020-01-241-16/+8
| * KVM: VMX: Use direct vcpu pointer during vCPU create/freeSean Christopherson2020-01-241-20/+22
| * KVM: VMX: Allocate VPID after initializing VCPUSean Christopherson2020-01-241-3/+3
| * KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini2020-01-241-4/+3
| * KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin2020-01-211-1/+3
| * KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declarationMiaohe Lin2020-01-211-3/+0
| * KVM: x86: Refactor and rename bit() to feature_bit() macroSean Christopherson2020-01-211-21/+21
| * KVM: x86: Drop special XSAVE handling from guest_cpuid_has()Sean Christopherson2020-01-211-0/+1
| * KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logicSean Christopherson2020-01-211-24/+31
| * KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson2020-01-211-0/+2
| * KVM: Fix some writing mistakesMiaohe Lin2020-01-211-1/+1
| * KVM: Fix some comment typos and missing parenthesesMiaohe Lin2020-01-212-2/+2
| * KVM: Fix some out-dated function names in commentMiaohe Lin2020-01-212-3/+3
| * KVM: Fix some wrong function names in commentMiaohe Lin2020-01-211-1/+1
| * KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li2020-01-211-3/+11
| * kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwriteJim Mattson2020-01-081-36/+34
| * kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson2020-01-081-5/+6
| * kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson2020-01-081-34/+25
| * KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li2020-01-082-7/+7
| * KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li2020-01-082-8/+8
| * KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li2020-01-082-11/+11
| * KVM: vmx: remove unreachable statement in vmx_get_msr_feature()Miaohe Lin2020-01-081-2/+0
* | KVM: VMX: Check for full VMX support when verifying CPU compatibilitySean Christopherson2020-01-131-0/+6
OpenPOWER on IntegriCloud