aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2019-08-02kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee
2019-08-02x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012Vitaly Kuznetsov
2019-05-30KVM: x86: fix return value for reserved EFERPaolo Bonzini
2019-05-30KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson
2019-05-30KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson
2019-05-30KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov
2019-05-30KVM: fix spectrev1 gadgetsPaolo Bonzini
2019-05-23KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes
2019-05-23KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson
2019-05-15Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee
2019-05-15KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov
2019-05-15KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson
2019-05-14Documentation: Move L1TF to separate directoryThomas Gleixner
2019-05-14x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner
2019-05-14x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen
2019-05-14kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost
2019-05-05KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson
2019-05-05KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr
2019-05-05KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr
2019-05-05kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes
2019-05-05kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson
2019-04-07KVM: x86: update %rip after emulating IOSean Christopherson
2019-03-26KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-03-26KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson
2019-03-26KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-03-26KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson
2019-03-26KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson
2019-03-26KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-03-16KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov
2019-03-16svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit
2019-03-08kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang
2019-03-08x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov
2019-03-08kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes
2019-03-01KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier
2019-03-01KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-03-01KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov
2019-02-19KVM: x86: Fix single-step debuggingAlexander Popov
2019-01-30KVM: VMX: hide flexpriority from guest when disabled at the module levelPaolo Bonzini
2019-01-12KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson
2019-01-12KVM: Fix UAF in nested posted interrupt processingCfir Cohen
2019-01-12kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2019-01-12KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li
2018-12-30x86/kvm/vmx: fix old-style function declarationYi Wang
2018-12-30KVM: x86: fix empty-body warningsYi Wang
2018-12-15svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang
2018-12-15KVM: VMX: re-add ple_gap module parameterLuiz Capitulino
2018-12-15KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2018-12-15KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon
2018-12-15KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-12-15kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson