summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-12KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-01-31KVM: x86: Fix a 4.14 backport regression related to userspace/guest FPUSean Christopherson
2019-01-31KVM: x86: Fix single-step debuggingAlexander Popov
2019-01-16x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel
2018-12-29kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2018-12-05KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon
2018-11-04kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu
2018-09-15x86: kvm: avoid unused variable warningArnd Bergmann
2018-09-15kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid
2018-08-15KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini
2018-08-15KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini
2018-08-15KVM: X86: Allow userspace to define the microcode versionWanpeng Li
2018-08-15KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li
2018-08-15KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky
2018-08-15KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky
2018-08-15x86/KVM/VMX: Add L1D flush logicPaolo Bonzini
2018-06-21x86: Delay skip of emulated hypercall instructionMarian Rotariu
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: Fix reserved bits check for MOV to CR3Wanpeng Li
2018-05-30KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-04-26x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-04-26kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini
2018-03-08KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers
2018-03-08KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...Tianyu Lan
2018-03-08KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář
2018-03-08KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-02-25KVM/x86: Check input paging mode when cs.l is setLan Tianyu
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-03KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr
2018-02-03KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li
2018-02-03KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon
2018-01-17KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2017-12-29KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li
2017-12-14KVM: x86: fix APIC page invalidationRadim Krčmář
2017-12-05KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini
2017-12-05KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar
2017-09-14KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li
2017-09-14KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li
2017-09-13KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit
2017-09-13KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr
2017-09-13KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds