summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-041-0/+1
|\ \ \ \
| * | | | KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-031-1/+1
| * | | | KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed2018-02-031-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini2018-01-151-3/+4
* | | | KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...Tianyu Lan2018-01-171-2/+2
* | | | KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2017-12-181-4/+4
* | | | KVM/x86: Check input paging mode when cs.l is setLan Tianyu2017-12-151-0/+26
| |/ / |/| |
* | | kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu2017-12-141-8/+4
* | | KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li2017-12-141-1/+1
* | | KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-061-0/+14
* | | x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel2017-12-051-10/+0
* | | x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel2017-12-051-22/+17
|/ /
* | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
* | KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li2017-11-271-4/+7
* | KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-11-171-0/+2
* | KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRsEyal Moscovici2017-11-171-4/+13
* | KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2017-11-171-1/+1
* | KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-11-171-0/+3
|/
* KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0Wanpeng Li2017-10-201-2/+7
* KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek2017-10-181-8/+14
* KVM: nSVM: fix SMI injection in guest modeLadi Prosek2017-10-121-3/+0
* KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek2017-10-121-1/+1
* KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek2017-10-121-1/+14
* KVM: X86: Processor States following Reset or INITWanpeng Li2017-10-121-0/+22
* KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand2017-10-121-1/+7
* KVM: x86: no need to inititalize vcpu members to 0David Hildenbrand2017-10-121-5/+0
* KVM: x86: drop BUG_ON(vcpu->kvm)David Hildenbrand2017-10-121-6/+2
* x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar2017-09-261-1/+1
* KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li2017-09-141-9/+28
* KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li2017-09-141-0/+3
* KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
* KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr2017-09-131-0/+4
* KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr2017-09-131-0/+5
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-86/+127
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-3/+14
| |\
| * | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-26/+64
| * | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-2/+5
| * | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-241-4/+4
| * | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-3/+3
| * | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-15/+9
| * | kvm: x86: Disallow illegal IA32_APIC_BASE MSR valuesJim Mattson2017-08-111-6/+8
| * | KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li2017-08-101-0/+1
| * | KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-081-1/+6
| * | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-0/+5
| * | KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-071-12/+2
| * | KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-071-18/+20
| * | KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-071-0/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-1/+2
|\ \ \
| * \ \ Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-10/+14
| |\ \ \ | | |/ /
OpenPOWER on IntegriCloud