aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2021-07-20KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan
2021-07-20KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson
2021-07-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun
2021-07-11KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes
2021-06-10KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson
2021-05-22KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner
2021-02-23KVM: SEV: fix double locking due to incorrect backportPaolo Bonzini
2021-02-13Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-02-03KVM: x86: get smi pending status correctlyJay Zhou
2021-02-03KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu
2021-01-12KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini
2021-01-06KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini
2021-01-06KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini
2020-12-02KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini
2020-12-02KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini
2020-11-22KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson
2020-10-30KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo
2020-10-29KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit
2020-10-29KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson
2020-10-01KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky
2020-10-01KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson
2020-10-01KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford
2020-10-01KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini
2020-09-17KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon
2020-08-26kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE modeJim Mattson
2020-08-26kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE modeJim Mattson
2020-08-05KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li
2020-07-16KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson
2020-07-16KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson
2020-07-16KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-30KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li
2020-06-25KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-06-25kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang
2020-06-25kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang
2020-06-22KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson
2020-06-22KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini
2020-06-22KVM: nSVM: fix condition for filtering async PFPaolo Bonzini
2020-06-22KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-06-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson
2020-06-22kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang
2020-06-22KVM: x86: Fix APIC page invalidation raceEiichi Tsukata
2020-05-27KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-14KVM: VMX: Mark RCX, RDX and RSI as clobbered in vmx_vcpu_run()'s asm blobSean Christopherson
2020-05-14KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson
2020-04-29KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-29x86/KVM: Clean up host's steal time structureBoris Ostrovsky