summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov2019-05-161-2/+2
* KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov2019-03-231-0/+8
* KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier2019-02-201-0/+1
* KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini2019-02-201-0/+7
* KVM: x86: fix empty-body warningsYi Wang2018-12-171-1/+1
* KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson2018-05-301-6/+14
* kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini2018-05-301-3/+4
* KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2018-04-131-13/+11
* KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr2018-04-131-2/+5
* kvm/x86: fix icebp instruction handlingLinus Torvalds2018-04-081-1/+8
* KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li2018-02-251-8/+26
* KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li2018-02-071-1/+1
* KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2018-02-071-0/+7
* KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2018-02-071-1/+1
* KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2018-02-071-1/+1
* kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-172-1/+32
* KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li2018-01-021-1/+1
* KVM: x86: correct async page present tracepointWanpeng Li2017-12-251-1/+1
* KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li2017-12-161-1/+3
* KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig2017-12-161-5/+0
* KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-12-051-0/+2
* KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-12-052-0/+4
* KVM: SVM: obey guest PATPaolo Bonzini2017-11-301-0/+7
* KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek2017-11-301-0/+2
* KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang2017-10-181-1/+1
* kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson2017-10-051-0/+5
* KVM: nVMX: Fix exception injectionWanpeng Li2017-07-051-1/+1
* KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-07-051-0/+2
* KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li2017-06-141-9/+11
* Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2017-05-152-8/+0
* kvm: fix page struct leak in handle_vmonPaolo Bonzini2017-04-221-2/+8
* KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-08-221-2/+17
* KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-191-0/+5
* kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack2016-04-201-6/+4
* KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya2016-04-201-10/+10
* KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini2016-04-181-0/+1
* KVM: i8254: change PIT discard tick policyRadim Krčmář2016-04-181-5/+7
* KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig2016-04-131-5/+7
* KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-221-0/+7
* KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti2016-03-131-7/+2
* KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin2016-03-111-1/+1
* KVM: x86: Use new is_noncanonical_address in _linearizeNadav Amit2015-12-141-1/+1
* KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-12-142-1/+12
* KVM: MMU: fix validation of mmio page faultXiao Guangrong2015-10-271-45/+0
* Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2015-10-271-1/+1
* kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini2015-08-271-1/+1
* KVM: x86: properly restore LVT0Radim Krčmář2015-07-201-0/+1
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-132-3/+3
* KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das2015-07-131-2/+6
* KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-06-281-2/+10