summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan2021-07-201-0/+2
* KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson2021-07-201-1/+7
* KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun2021-07-111-11/+21
* KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes2021-07-111-0/+1
* KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson2021-06-101-4/+4
* KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner2021-05-221-0/+1
* 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: 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: 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-13/+20
* KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2021-01-061-0/+4
* 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: emulating RDPID failure shall return #UD rather than #GPRobert Hoo2020-10-301-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: 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: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-10-011-2/+8
* 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: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-304-9/+9
* KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-301-2/+2
* KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson2020-06-251-18/+9
* kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang2020-06-251-6/+27
* kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang2020-06-252-31/+31
* KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson2020-06-221-1/+1
* KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini2020-06-221-1/+1
* KVM: nSVM: fix condition for filtering async PFPaolo Bonzini2020-06-221-2/+2
* KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini2020-06-221-9/+10
* KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson2020-06-221-8/+8
* kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang2020-06-221-5/+13
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-221-5/+2
* KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin2020-05-271-7/+6
* KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-201-1/+1
* KVM: VMX: Mark RCX, RDX and RSI as clobbered in vmx_vcpu_run()'s asm blobSean Christopherson2020-05-141-2/+3
* KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson2020-05-141-39/+47
* KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak2020-04-291-1/+1
* x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-04-291-8/+3