summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2018-12-29KVM: Fix UAF in nested posted interrupt processingCfir Cohen
2018-12-29kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2018-12-29KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li
2018-12-17x86/kvm/vmx: fix old-style function declarationYi Wang
2018-12-17KVM: x86: fix empty-body warningsYi Wang
2018-12-17KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon
2018-12-08svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang
2018-12-05KVM: VMX: re-add ple_gap module parameterLuiz Capitulino
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2018-12-05KVM: LAPIC: Fix pv ipis use-before-initializationWanpeng Li
2018-12-05KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon
2018-12-05KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-12-05kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-11-13KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson
2018-11-13x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov
2018-10-13KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_t...Vitaly Kuznetsov
2018-10-09KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=mPaolo Bonzini
2018-10-04kvm: nVMX: fix entry with pending interrupt if APICv is enabledPaolo Bonzini
2018-10-04KVM: VMX: hide flexpriority from guest when disabled at the module levelPaolo Bonzini
2018-10-04KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson
2018-10-01KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson
2018-10-01KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGSLiran Alon
2018-10-01KVM: x86: Do not use kvm_x86_ops->mpx_supported() directlyLiran Alon
2018-10-01KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabledLiran Alon
2018-09-24KVM: x86: never trap MSR_KERNEL_GS_BASEPaolo Bonzini
2018-09-20KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLsLiran Alon
2018-09-20KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt
2018-09-20KVM: x86: Turbo bits in MSR_PLATFORM_INFODrew Schmitt
2018-09-20nVMX x86: Check VPID value on vmentry of L2 guestsKrish Sadhukhan
2018-09-20nVMX x86: check posted-interrupt descriptor addresss on vmentry of L2Krish Sadhukhan
2018-09-20KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon
2018-09-20KVM: VMX: check nested state and CR4.VMXE against SMMPaolo Bonzini
2018-09-20kvm: x86: make kvm_{load|put}_guest_fpu() staticSebastian Andrzej Siewior
2018-09-20KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson
2018-09-20KVM: VMX: modify preemption timer bit only when arming timerSean Christopherson
2018-09-20KVM: VMX: immediately mark preemption timer expired only for zero valueSean Christopherson
2018-09-20KVM: SVM: Switch to bitmap_zalloc()Andy Shevchenko
2018-09-20KVM/MMU: Fix comment in walk_shadow_page_lockless_end()Tianyu Lan
2018-09-20KVM: x86: don't reset root in kvm_mmu_setup()Wei Yang
2018-09-20kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid
2018-09-20x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov
2018-09-07KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li
2018-09-07KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2Liran Alon
2018-09-07Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier
2018-08-30KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson
2018-08-30KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson