summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse1-5/+5
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-02-03KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li1-1/+1
2018-02-03KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko1-0/+6
2018-02-03KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko1-1/+10
2018-02-03KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko1-2/+1
2018-02-03KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li1-0/+7
2018-02-03KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon1-1/+1
2018-02-03KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon1-1/+1
2018-01-23x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse2-0/+8
2018-01-17KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig1-2/+10
2018-01-17kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2-1/+32
2018-01-17KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li1-4/+4
2018-01-05kaiser: enhanced by kernel and user PCIDsDave Hansen1-1/+2
2018-01-02kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini1-7/+25
2018-01-02KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li1-1/+1
2017-12-25KVM: VMX: Fix enable VPID conditionsWanpeng Li1-1/+8
2017-12-25KVM: x86: correct async page present tracepointWanpeng Li1-1/+1
2017-12-16KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li1-1/+3
2017-12-16kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson1-18/+4
2017-12-16KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig1-5/+0
2017-12-05KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini1-0/+2
2017-12-05KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2-0/+4
2017-12-05KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon1-0/+3
2017-11-30KVM: SVM: obey guest PATPaolo Bonzini1-0/+7
2017-11-30KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek1-0/+2
2017-11-21KVM: x86: fix singlestepping over syscallPaolo Bonzini2-30/+23
2017-10-18KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang1-1/+1
2017-10-05KVM: VMX: use cmpxchg64Paolo Bonzini1-6/+6
2017-10-05KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang1-12/+21
2017-10-05KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang1-5/+1
2017-10-05kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson1-0/+5
2017-10-05KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr1-2/+7
2017-07-21kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang1-2/+4
2017-07-21kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson1-0/+3
2017-07-21kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2-2/+10
2017-07-21kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson1-1/+0
2017-07-21KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini3-18/+17
2017-07-05KVM: nVMX: Fix exception injectionWanpeng Li1-1/+1
2017-07-05KVM: x86: zero base3 of unusable segmentsRadim Krčmář1-0/+2
2017-07-05KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář1-1/+1
2017-07-05KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2-10/+21
2017-07-05KVM: x86: fix fixing of hypercallsDmitry Vyukov1-1/+2
2017-06-14KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li3-4/+7
2017-06-14KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li1-9/+11
2017-05-25KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li1-9/+15
2017-05-25KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li1-2/+7
2017-05-20KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand1-0/+12
2017-05-14KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek1-0/+3
2017-05-14KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek1-0/+12