summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2017-11-17kvm: vmx: Allow disabling virtual NMI supportPaolo Bonzini
2017-11-17kvm: vmx: Reinstate support for CPUs without virtual NMIPaolo Bonzini
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-02KVM: x86: Update APICv on APIC resetJan H. Schönherr
2017-11-02KVM: VMX: Do not fully reset PI descriptor on vCPU resetJan H. Schönherr
2017-10-20KVM: VMX: Fix VPID capability detectionWanpeng Li
2017-10-20KVM: nVMX: Fix EPT switching advertisingWanpeng Li
2017-10-18KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek
2017-10-12KVM: nVMX: fix SMI injection in guest modeLadi Prosek
2017-10-12KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek
2017-10-12KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini
2017-10-12KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabledWanpeng Li
2017-10-12KVM: X86: Processor States following Reset or INITWanpeng Li
2017-10-12KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exitingDavid Hildenbrand
2017-10-12KVM: VMX: cleanup init_rmode_identity_map()David Hildenbrand
2017-10-12KVM: nVMX: no need to set ept/vpid caps to 0David Hildenbrand
2017-10-12KVM: nVMX: no need to set vcpu->cpu when switching vmcsDavid Hildenbrand
2017-10-12KVM: VMX: drop unnecessary function declarationsDavid Hildenbrand
2017-10-12KVM: VMX: require INVEPT GLOBAL for EPTDavid Hildenbrand
2017-10-12KVM: VMX: call ept_sync_global() with enable_ept onlyDavid Hildenbrand
2017-10-12KVM: VMX: drop enable_ept check from ept_sync_context()David Hildenbrand
2017-10-12KVM: VMX: vmx_vcpu_setup() cannot failDavid Hildenbrand
2017-10-12KVM: VMX: Don't expose PLE enable if there is no hardware supportWanpeng Li
2017-10-12KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang
2017-09-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-29KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresumeWanpeng Li
2017-09-28KVM: VMX: use cmpxchg64Paolo Bonzini
2017-09-27KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini
2017-09-27KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini
2017-09-27KVM: VMX: extract __pi_post_blockPaolo Bonzini
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-22KVM: nVMX: fix HOST_CR3/HOST_CR4 cacheLadi Prosek
2017-09-19KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang
2017-09-19KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang
2017-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-15kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properlyJim Mattson
2017-09-15kvm: vmx: Handle VMLAUNCH/VMRESUME failure properlyJim Mattson
2017-09-15kvm: nVMX: Remove nested_vmx_succeed after successful VM-entryJim Mattson
2017-09-15KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr
2017-09-15kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson
2017-09-13KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner