summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2019-03-23KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li
2019-03-23KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-03-23KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-03-23KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov
2019-02-23KVM: VMX: Fix x2apic check in vmx_msr_bitmap_mode()Joerg Roedel
2019-02-20KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier
2019-02-20KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-02-20KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov
2019-02-06KVM: x86: Fix single-step debuggingAlexander Popov
2019-01-13x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-12-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-12-17x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov
2018-12-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner
2018-12-17KVM: SVM: Move spec control call after restore of GSThomas Gleixner
2018-12-17x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk
2018-12-17x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-12-17KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-12-17KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-12-17KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-12-17KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-12-17KVM/x86: Add IBPB supportAshok Raj
2018-12-17KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini
2018-12-17KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini
2018-12-17KVM: nVMX: Eliminate vmcs02 poolJim Mattson
2018-12-17KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack
2018-12-17KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář
2018-12-17KVM: x86: fix empty-body warningsYi Wang
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