aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-18KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li1-4/+4
2017-12-15KVM/x86: Check input paging mode when cs.l is setLan Tianyu1-0/+26
2017-12-14kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu1-8/+4
2017-12-14KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li1-1/+1
2017-12-06KVM: x86: fix APIC page invalidationRadim Krčmář1-0/+14
2017-12-05x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel1-10/+0
2017-12-05x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel1-22/+17
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-5/+2
2017-11-27KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li1-4/+7
2017-11-17KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini1-0/+2
2017-11-17KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRsEyal Moscovici1-4/+13
2017-11-17KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon1-1/+1
2017-11-17KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon1-0/+3
2017-10-20KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0Wanpeng Li1-2/+7
2017-10-18KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek1-8/+14
2017-10-12KVM: nSVM: fix SMI injection in guest modeLadi Prosek1-3/+0
2017-10-12KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek1-1/+1
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek1-1/+14
2017-10-12KVM: X86: Processor States following Reset or INITWanpeng Li1-0/+22
2017-10-12KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand1-1/+7
2017-10-12KVM: x86: no need to inititalize vcpu members to 0David Hildenbrand1-5/+0
2017-10-12KVM: x86: drop BUG_ON(vcpu->kvm)David Hildenbrand1-6/+2
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar1-1/+1
2017-09-14KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneouslyWanpeng Li1-9/+28
2017-09-14KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li1-0/+3
2017-09-13KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit1-1/+1
2017-09-13KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr1-0/+4
2017-09-13KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr1-0/+5
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-86/+127
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-3/+14
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-11/+0
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-10/+14
2017-08-25KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini1-3/+14
2017-08-24KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li1-26/+64
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang1-2/+5
2017-08-24KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang1-4/+4
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang1-3/+3
2017-08-18KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh1-15/+9
2017-08-11kvm: x86: Disallow illegal IA32_APIC_BASE MSR valuesJim Mattson1-6/+8
2017-08-10KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li1-0/+1
2017-08-08KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)1-1/+6
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-0/+5
2017-08-07KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář1-12/+2
2017-08-07KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář1-18/+20
2017-08-07KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek1-0/+1
2017-08-02KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)1-0/+1
2017-08-02KVM: X86: Fix loss of pending INIT due to raceWanpeng Li1-8/+11
2017-07-26KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini1-2/+2
2017-07-19KVM: x86: masking out upper bitsDan Carpenter1-2/+2