summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-10-051-3/+8
* KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-10-051-0/+6
* KVM: x86: always stop emulation on page faultJan Dakinevich2019-10-051-1/+3
* KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-191-0/+7
* KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson2019-09-061-4/+5
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-0/+16
* KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini2019-07-101-3/+3
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-06-091-0/+3
* KVM: x86: fix return value for reserved EFERPaolo Bonzini2019-05-311-1/+1
* KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson2019-05-211-13/+24
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-031-0/+12
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-2/+2
* KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini2019-02-121-0/+7
* KVM: x86: Fix a 4.14 backport regression related to userspace/guest FPUSean Christopherson2019-01-311-5/+1
* KVM: x86: Fix single-step debuggingAlexander Popov2019-01-311-2/+1
* x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel2019-01-161-21/+13
* kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost2018-12-291-0/+2
* KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li2018-12-051-1/+2
* KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon2018-12-051-0/+1
* kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu2018-11-041-3/+3
* x86: kvm: avoid unused variable warningArnd Bergmann2018-09-151-3/+1
* kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid2018-09-151-2/+6
* KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-151-1/+25
* KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini2018-08-151-1/+3
* KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-08-151-2/+9
* KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li2018-08-151-3/+15
* KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-08-151-0/+1
* KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-08-151-5/+70
* x86/KVM/VMX: Add L1D flush logicPaolo Bonzini2018-08-151-0/+8
* x86: Delay skip of emulated hypercall instructionMarian Rotariu2018-06-211-8/+11
* kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-161-4/+14
* KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-161-13/+26
* KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2018-06-161-1/+1
* KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang2018-05-301-1/+4
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-221-9/+4
* x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2018-04-261-1/+2
* kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini2018-04-261-3/+4
* KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers2018-03-081-4/+2
* KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...Tianyu Lan2018-03-081-2/+2
* KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2018-03-081-1/+2
* KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2018-03-081-0/+1
* KVM: x86: fix escape of guest dr6 to the hostWanpeng Li2018-02-251-0/+6
* KVM/x86: Check input paging mode when cs.l is setLan Tianyu2018-02-251-0/+26
* KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-071-1/+1
* KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed2018-02-071-0/+1
* KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2018-02-031-5/+2
* KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li2018-02-031-4/+7
* KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2018-02-031-1/+1
* KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2018-01-171-4/+4
* KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li2017-12-291-1/+1