summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers2018-02-241-4/+2
* KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2018-02-241-0/+1
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-76/+262
|\
| * KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()Eric Biggers2018-02-021-1/+1
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-29/+143
| |\
| | * x86/kvm: Make it compile on 32bit and with HYPYERVISOR_GUEST=nThomas Gleixner2018-01-311-4/+4
| | * x86/kvm: Support Hyper-V reenlightenmentVitaly Kuznetsov2018-01-301-0/+45
| | * x86/kvm: Pass stable clocksource to guests when running nested on Hyper-VVitaly Kuznetsov2018-01-301-25/+68
| * | kvm: x86: remove efer_reload entry in kvm_vcpu_statLongpeng(Mike)2018-01-311-1/+0
| * | x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2018-01-311-1/+2
| * | KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon2018-01-161-6/+4
| * | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-0/+30
| |\ \
| | * | KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh2017-12-041-0/+24
| | * | KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh2017-12-041-0/+6
| * | | KVM: x86: avoid unnecessary XSETBV on guest entryPaolo Bonzini2018-01-161-1/+2
| * | | KVM: x86: fix escape of guest dr6 to the hostWanpeng Li2018-01-161-0/+6
| * | | KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li2018-01-161-7/+12
| * | | KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li2018-01-161-3/+3
| * | | KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li2018-01-161-1/+1
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-141-6/+16
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall2017-12-141-2/+6
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall2017-12-141-2/+5
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-1/+3
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall2017-12-141-0/+3
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall2017-12-141-3/+11
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall2017-12-141-0/+3
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall2017-12-141-3/+9
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall2017-12-141-0/+3
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-0/+3
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-0/+3
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall2017-12-141-1/+2
| * | | KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall2017-12-141-13/+7
| * | | KVM: X86: Reduce the overhead when lapic_timer_advance is disabledWanpeng Li2017-12-141-1/+2
| * | | KVM: x86: Add emulation of MSR_SMI_COUNTLiran Alon2017-12-141-0/+11
| * | | KVM: x86: add support for UMIPPaolo Bonzini2017-12-141-0/+3
* | | | 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
OpenPOWER on IntegriCloud