summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds
2018-03-21KVM: x86: Fix device passthrough when SME is activeTom Lendacky
2018-03-19KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh
2018-03-11KVM: x86: fix backward migration with async_PFRadim Krčmář
2018-03-08KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers
2018-03-08KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář
2018-03-08KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini
2018-03-08KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini
2018-03-08KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-03-08KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-02-22KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmapKarimAllah Ahmed
2018-02-22X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse
2018-02-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-07KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-07KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-07KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-07KVM/x86: Add IBPB supportAshok Raj
2018-02-07KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed
2018-02-07x86/kvm: Update spectre-v1 mitigationDan Williams
2018-02-07KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini
2018-02-07KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini
2018-02-07KVM: nVMX: Eliminate vmcs02 poolJim Mattson
2018-02-07KVM: VMX: Make indirect call speculation safePeter Zijlstra
2018-02-07KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra
2018-01-17KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...Tianyu Lan
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-12x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-01-11Merge branch 'kvm-insert-lfence' into kvm-masterPaolo Bonzini
2018-01-11KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig
2018-01-11KVM: x86: emulate #UD while in guest modePaolo Bonzini
2018-01-11x86: kvm: propagate register_shrinker return codeArnd Bergmann
2018-01-11KVM MMU: check pending exception before injecting APFHaozhong Zhang
2018-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-01-05kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-12-21kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-18KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski
2017-12-15KVM/x86: Check input paging mode when cs.l is setLan Tianyu
2017-12-14kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu
2017-12-14KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li
2017-12-14KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li
2017-12-06KVM: x86: fix APIC page invalidationRadim Krčmář
2017-12-05KVM: VMX: fix page leak in hardware_setup()Jim Mattson
2017-12-05KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig