aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-123/+210
2014-05-22KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit1-1/+1
2014-05-22KVM: x86: get CPL from SS.DPLPaolo Bonzini1-20/+4
2014-05-08kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo1-4/+16
2014-05-07KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit1-1/+1
2014-05-07KVM: vmx: disable APIC virtualization in nested guestsPaolo Bonzini1-2/+5
2014-05-06KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das1-46/+37
2014-05-06KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das1-0/+12
2014-05-06KVM: nVMX: additional checks on vmxon regionBandan Das1-0/+67
2014-05-06KVM: nVMX: rearrange get_vmx_mem_addressBandan Das1-53/+53
2014-04-28KVM: x86: Check for host supported fields in shadow vmcsBandan Das1-12/+41
2014-04-22KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das1-2/+3
2014-04-22KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das1-0/+18
2014-04-22KVM: nVMX: Don't advertise single context invalidation for inveptBandan Das1-10/+5
2014-04-22KVM: VMX: Advance rip to after an ICEBP instructionHuw Davies1-0/+3
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin1-0/+4
2014-04-14KVM: Disable SMAP for guests in EPT realmode and EPT unpaging modeFeng Wu1-5/+6
2014-03-17KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini1-0/+5
2014-03-17KVM: x86: Add nested virtualization support for MPXPaolo Bonzini1-0/+17
2014-03-11KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini1-0/+4
2014-03-11KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini1-1/+37
2014-03-11KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini1-1/+1
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka1-18/+7
2014-03-11KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka1-1/+2
2014-03-11KVM: nVMX: Fully emulate preemption timerJan Kiszka1-55/+96
2014-03-11KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka1-29/+38
2014-03-03kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini1-1/+1
2014-02-25KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong1-0/+6
2014-02-24KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong1-2/+16
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka1-4/+5
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-119/+204
2014-01-17KVM: nVMX: Update guest activity state field on L2 exitsJan Kiszka1-0/+4
2014-01-17KVM: nVMX: Fix nested_run_pending on activity state HLTJan Kiszka1-2/+2
2014-01-17KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka1-56/+23
2014-01-17KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_injectJan Kiszka1-0/+14
2014-01-17KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexitJan Kiszka1-29/+34
2014-01-17KVM: nVMX: Leave VMX mode on clearing of feature control MSRJan Kiszka1-0/+14
2014-01-17KVM: VMX: Fix DR6 update on #DB exceptionJan Kiszka1-1/+2
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka1-0/+11
2014-01-08KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2014-01-08KVM: VMX: check use I/O bitmap first before unconditional I/O exitZhihui Zhang1-4/+1
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1
2013-12-20KVM: VMX: Do not skip the instruction if handle_dr injects a faultJan Kiszka1-3/+7
2013-12-18KVM: nVMX: Support direct APIC access from L2Jan Kiszka1-0/+5
2013-12-12KVM: nVMX: Add support for activity state HLTJan Kiszka1-1/+6
2013-12-12KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs fieldGleb Natapov1-27/+85
2013-11-13kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois1-0/+3
2013-10-31kvm/vmx: error message typo fixMichael S. Tsirkin1-1/+1
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson1-2/+1
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson1-1/+1