summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-1/+1
|\ \ \
| * | | x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner2017-08-291-1/+1
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-101/+207
| |\|
| * | kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky2017-07-181-1/+1
* | | KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-251-17/+8
| |/ |/|
* | KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li2017-08-031-2/+9
* | KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack2017-08-021-10/+43