summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2018-12-13kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-10-20x86/fpu: Remove use_eager_fpu()Andy Lutomirski
2018-10-20KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini
2018-08-06kvm: x86: vmx: fix vpid leakRoman Kagan
2018-07-25x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2018-06-16KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini
2018-05-30KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov
2018-05-30KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson
2018-05-30kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini
2018-04-13KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen
2018-04-13KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds
2018-02-25KVM: nVMX: invvpid handling improvementsJan Dakinevich
2018-02-25kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson
2018-02-25KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand
2018-02-25KVM: nVMX: kmap() can't failDavid Hildenbrand
2018-02-25x86/kvm: Update spectre-v1 mitigationDan Williams
2018-02-25KVM: VMX: Make indirect call speculation safePeter Zijlstra
2018-02-25KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra
2018-02-25KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li
2018-02-25KVM: add X86_LOCAL_APIC dependencyArnd Bergmann
2018-02-25x86: add MULTIUSER dependency for KVMArnd Bergmann
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-03KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li
2018-02-03KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko
2018-02-03KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko
2018-02-03KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko
2018-02-03KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li
2018-02-03KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon
2018-02-03KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon
2018-01-23x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-01-17KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig
2018-01-17kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson
2018-01-17KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2018-01-05kaiser: enhanced by kernel and user PCIDsDave Hansen
2018-01-02kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini
2018-01-02KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li
2017-12-25KVM: VMX: Fix enable VPID conditionsWanpeng Li
2017-12-25KVM: x86: correct async page present tracepointWanpeng Li
2017-12-16KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li
2017-12-16kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson
2017-12-16KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig
2017-12-05KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini
2017-12-05KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon
2017-12-05KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon
2017-11-30KVM: SVM: obey guest PATPaolo Bonzini