summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky2021-03-044-20/+24
* KVM: SEV: fix double locking due to incorrect backportPaolo Bonzini2021-02-231-1/+0
* Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda2021-02-131-7/+11
* KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson2021-02-101-0/+2
* KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2021-02-101-0/+5
* KVM: x86: get smi pending status correctlyJay Zhou2021-02-031-0/+5
* KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky2021-02-031-5/+8
* KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu2021-02-031-0/+4
* KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu2021-02-031-1/+1
* KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini2021-01-121-1/+1
* KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini2021-01-063-14/+22
* KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2021-01-061-0/+4
* KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini2021-01-064-10/+29
* KVM: mmu: Fix SPTE encoding of MMIO generation upper halfMaciej S. Szmigiero2020-12-211-9/+20
* KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini2020-12-022-9/+11
* KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2020-12-022-51/+34
* KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson2020-11-221-1/+7
* KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky2020-11-181-0/+4
* KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo2020-10-291-1/+1
* KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit2020-10-291-0/+1
* KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson2020-10-291-0/+1
* KVM: nVMX: Reload vmcs01 if getting vmcs12's pages failsSean Christopherson2020-10-291-1/+3
* KVM: nVMX: Reset the segment cache when stuffing guest segsSean Christopherson2020-10-291-0/+2
* KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky2020-10-011-1/+7
* KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson2020-10-011-1/+2
* KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini2020-10-013-6/+14
* KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-10-011-2/+8
* KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe2020-10-011-1/+1
* KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li2020-10-011-2/+9
* KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini2020-10-011-1/+1
* KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li2020-09-171-0/+1
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-261-1/+2
* kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE modeJim Mattson2020-08-261-1/+1
* kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE modeJim Mattson2020-08-261-1/+1
* KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-08-051-1/+1
* KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson2020-07-162-1/+3
* KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson2020-07-161-0/+2
* KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini2020-07-161-1/+1
* KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-302-20/+0
* KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-304-9/+10
* KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-301-2/+2
* KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson2020-06-171-1/+1
* KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini2020-06-171-1/+1
* KVM: nSVM: fix condition for filtering async PFPaolo Bonzini2020-06-171-2/+2
* KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson2020-06-173-6/+17
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-171-5/+2
* KVM: x86: respect singlestep when emulating instructionFelipe Franciosi2020-06-171-1/+1
* KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson2020-06-171-18/+9
* KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini2020-06-171-9/+10
* KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger2020-05-272-18/+17