summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li2014-08-051-2/+2
* KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges2014-07-301-1/+0
* Replace NR_VMX_MSR with its definitionPaolo Bonzini2014-07-241-4/+4
* KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2014-07-241-0/+2
* KVM: x86: DR6/7.RTM cannot be writtenNadav Amit2014-07-211-2/+2
* KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini2014-07-211-21/+21
* KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini2014-07-211-16/+33
* KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li2014-07-171-1/+20
* KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini2014-07-111-2/+2
* KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini2014-07-111-3/+2
* KVM: vmx: vmx instructions handling does not consider cs.lNadav Amit2014-06-191-6/+6
* KVM: vmx: handle_cr ignores 32/64-bit modeNadav Amit2014-06-191-3/+3
* KVM: x86: check DR6/7 high-bits are clear only on long-modeNadav Amit2014-06-191-1/+1
* KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUMJan Kiszka2014-06-191-1/+1
* KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLSJan Kiszka2014-06-191-6/+38
* KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLSJan Kiszka2014-06-191-2/+3
* KVM: nVMX: Allow to disable CR3 access interceptionJan Kiszka2014-06-191-1/+10
* KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLSJan Kiszka2014-06-191-11/+2
* arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZEFabian Frederick2014-06-191-5/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-123/+210
|\
| * KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit2014-05-221-1/+1
| * KVM: x86: get CPL from SS.DPLPaolo Bonzini2014-05-221-20/+4
| * kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo2014-05-081-4/+16
| * KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit2014-05-071-1/+1
| * KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das2014-05-061-46/+37
| * KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das2014-05-061-0/+12
| * KVM: nVMX: additional checks on vmxon regionBandan Das2014-05-061-0/+67
| * KVM: nVMX: rearrange get_vmx_mem_addressBandan Das2014-05-061-53/+53
| * KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das2014-04-221-2/+3
| * KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das2014-04-221-0/+18
| * KVM: nVMX: Don't advertise single context invalidation for inveptBandan Das2014-04-221-10/+5
| * KVM: VMX: Advance rip to after an ICEBP instructionHuw Davies2014-04-221-0/+3
| * KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin2014-04-171-0/+4
* | KVM: vmx: disable APIC virtualization in nested guestsPaolo Bonzini2014-05-071-2/+5
* | KVM: x86: Check for host supported fields in shadow vmcsBandan Das2014-04-281-12/+41
|/
* KVM: Disable SMAP for guests in EPT realmode and EPT unpaging modeFeng Wu2014-04-141-5/+6
* KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini2014-03-171-0/+5
* KVM: x86: Add nested virtualization support for MPXPaolo Bonzini2014-03-171-0/+17
* KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini2014-03-111-0/+4
* KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-1/+37
* KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini2014-03-111-1/+1
* KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka2014-03-111-18/+7
* KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka2014-03-111-1/+2
* KVM: nVMX: Fully emulate preemption timerJan Kiszka2014-03-111-55/+96
* KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2014-03-111-29/+38
* kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-03-031-1/+1
* KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong2014-02-251-0/+6
* KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong2014-02-241-2/+16
* KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka2014-01-271-4/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-221-119/+204
|\
OpenPOWER on IntegriCloud