summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang2017-10-121-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-291-105/+101
|\
| * KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresumeWanpeng Li2017-09-291-1/+2
| * KVM: VMX: use cmpxchg64Paolo Bonzini2017-09-281-6/+6
| * KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini2017-09-271-33/+35
| * KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini2017-09-271-37/+25
| * KVM: VMX: extract __pi_post_blockPaolo Bonzini2017-09-271-33/+38
| * KVM: nVMX: fix HOST_CR3/HOST_CR4 cacheLadi Prosek2017-09-221-8/+8
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-241-2/+1
|\ \ | |/ |/|
| * x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-2/+1
* | KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang2017-09-191-12/+21
* | KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang2017-09-191-5/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-151-66/+96
|\
| * kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properlyJim Mattson2017-09-151-59/+75
| * kvm: vmx: Handle VMLAUNCH/VMRESUME failure properlyJim Mattson2017-09-151-6/+8
| * kvm: nVMX: Remove nested_vmx_succeed after successful VM-entryJim Mattson2017-09-151-7/+9
| * KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr2017-09-151-2/+7
| * kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson2017-09-151-0/+5
| * KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
* | x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-1/+1
|/
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-169/+451
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-17/+8
| |\
| * | kvm: nVMX: Validate the virtual-APIC address on nested VM-entryJim Mattson2017-08-251-0/+15
| * | KVM: nVMX: Fix trying to cancel vmlauch/vmresumeWanpeng Li2017-08-241-14/+17
| * | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-2/+2
| * | KVM: VMX: use kvm_event_needs_reinjectionWanpeng Li2017-08-241-3/+1
| * | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-4/+4
| * | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-6/+15
| * | kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORSPaolo Bonzini2017-08-241-4/+22
| * | kvm: vmx: Raise #UD on unsupported RDSEEDJim Mattson2017-08-241-1/+23
| * | kvm: vmx: Raise #UD on unsupported RDRANDJim Mattson2017-08-241-1/+30
| * | KVM: VMX: cache secondary exec controlsPaolo Bonzini2017-08-241-46/+54
| * | KVM: VMX: always require WB memory type for EPTDavid Hildenbrand2017-08-181-2/+7
| * | KVM: VMX: cleanup EPTP definitionsDavid Hildenbrand2017-08-181-14/+11
| * | KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini2017-08-181-1/+6
| * | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-4/+0
| * | KVM: x86: simplify ept_misconfigPaolo Bonzini2017-08-181-10/+3
| * | KVM: nVMX: validate eptp pointerDavid Hildenbrand2017-08-111-5/+2
| * | kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-101-1/+4
| * | 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/+7
| * | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+1
| * | KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-071-4/+2
| * | KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-071-14/+12
| * | KVM: nVMX: Emulate EPTP switching for the L1 hypervisorBandan Das2017-08-071-6/+118
| * | KVM: nVMX: Enable VMFUNC for the L1 hypervisorBandan Das2017-08-071-2/+51
| * | KVM: vmx: Enable VMFUNCsBandan Das2017-08-071-1/+21
| * | KVM: nVMX: get rid of nested_release_page*David Hildenbrand2017-08-071-26/+15
| * | KVM: nVMX: get rid of nested_get_page()David Hildenbrand2017-08-071-31/+26
| * | KVM: nVMX: INVPCID supportPaolo Bonzini2017-08-071-9/+25