summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-07-05KVM: nVMX: Fix exception injectionWanpeng Li
2017-07-05KVM: x86: zero base3 of unusable segmentsRadim Krčmář
2017-07-05KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář
2017-07-05KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek
2017-07-05KVM: x86: fix fixing of hypercallsDmitry Vyukov
2017-06-14KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-06-14KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li
2017-05-25KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li
2017-05-25KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li
2017-05-25KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li
2017-05-20KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand
2017-05-14KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek
2017-05-14KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek
2017-05-14Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson
2017-04-21kvm: fix page struct leak in handle_vmonPaolo Bonzini
2017-03-31KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini
2017-03-15KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng
2017-02-09KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář
2017-01-19KVM: x86: Introduce segmented_write_stdSteve Rutherford
2017-01-19KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář
2017-01-19KVM: x86: add asm_safe wrapperRadim Krčmář
2017-01-19KVM: x86: add Align16 instruction flagRadim Krčmář
2017-01-19KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li
2017-01-19KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2017-01-19KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini
2017-01-12KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong
2017-01-09kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson
2016-11-24KVM: x86: check for pic and ioapic presence before useRadim Krčmář
2016-11-24KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář
2016-11-24KVM: x86: fix out-of-bounds access in lapicRadim Krčmář
2016-11-19kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomicPaolo Bonzini
2016-11-19KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini
2016-11-19kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in usePaolo Bonzini
2016-11-19KVM: Disable irq while unregistering user notifierIgnacio Alvarado
2016-11-19KVM: x86: do not go through vcpu in __get_kvmclock_nsPaolo Bonzini
2016-11-02kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann
2016-11-02kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson
2016-11-02KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini
2016-10-28KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv
2016-10-27kvm/x86: Show WRMSR data is in hexBorislav Petkov
2016-10-27kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson
2016-10-20kvm: x86: memset whole irq_eoiJiri Slaby
2016-10-20kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-23KVM: nVMX: Fix the NMI IDT-vectoring handlingWanpeng Li
2016-09-23KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactiveWanpeng Li
2016-09-23KVM: nVMX: Fix reload apic access page warningWanpeng Li
2016-09-20kvm: svm: fix unsigned compare less than zero comparisonColin Ian King