summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-08-15x86/KVM/VMX: Add module argument for L1TF mitigationKonrad Rzeszutek Wilk1-2/+63
2018-08-15x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk1-0/+19
2018-08-06kvm: x86: vmx: fix vpid leakRoman Kagan1-4/+3
2018-08-03kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-06-20x86: Delay skip of emulated hypercall instructionMarian Rotariu2-9/+12
2018-06-20x86: Add check for APIC access address for vmentry of L2 guestsKrish Sadhukhan1-0/+13
2018-06-20KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun2-4/+3
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2-10/+20
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini3-28/+38
2018-06-16kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm1-2/+13
2018-06-16KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-06-16KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2-2/+4
2018-05-30KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov1-1/+9
2018-05-30KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson1-6/+14
2018-05-30KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao1-1/+6
2018-05-30x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel1-2/+14
2018-05-30kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson1-0/+5
2018-05-30KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang1-1/+4
2018-05-30KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk1-2/+2
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky4-16/+47
2018-05-22x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2-4/+12
2018-05-22x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov3-15/+10
2018-05-22KVM: SVM: Move spec control call after restore of GSThomas Gleixner1-12/+12
2018-05-22x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2-4/+4
2018-05-22x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2-2/+2
2018-05-22x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk2-4/+6
2018-05-22x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2-8/+4
2018-05-16KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois1-17/+20
2018-04-26Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson1-1/+1
2018-04-26x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2-2/+17
2018-04-26kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini1-3/+4
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds1-1/+8
2018-03-21KVM: x86: Fix device passthrough when SME is activeTom Lendacky1-1/+3
2018-03-11KVM: x86: fix backward migration with async_PFRadim Krčmář1-1/+2
2018-03-09KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers1-4/+2
2018-03-09KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...Tianyu Lan1-2/+2
2018-03-09KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2-7/+6
2018-03-09KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2-2/+2
2018-03-09KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2-1/+1
2018-03-09KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2-6/+8
2018-03-09KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li1-1/+1
2018-03-09KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2-58/+55
2018-02-25KVM: VMX: fix page leak in hardware_setup()Jim Mattson1-1/+0
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li1-0/+6
2018-02-25KVM/x86: Check input paging mode when cs.l is setLan Tianyu1-0/+26
2018-02-22KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmapKarimAllah Ahmed1-1/+2
2018-02-22X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed1-2/+2
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse1-5/+5
2018-02-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2-1/+1
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3