summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-28KVM: x86: Check for host supported fields in shadow vmcsBandan Das1-12/+41
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
2013-10-28nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka1-1/+2
2013-10-28nVMX: Fix pick-up of uninjected NMIsJan Kiszka1-1/+1
2013-10-28KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka1-1/+2
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov1-13/+15
2013-10-10KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li1-2/+40
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov1-12/+12
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini1-4/+2
2013-09-30KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov1-0/+20
2013-09-30KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov1-8/+4
2013-09-30KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov1-4/+4
2013-09-30KVM: nVMX: Amend nested_run_pending logicGleb Natapov1-14/+12
2013-09-25KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov1-1/+3
2013-09-24KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka1-4/+14
2013-09-24KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka1-1/+3
2013-09-24KVM: nVMX: Do not set identity page map for L2Jan Kiszka1-2/+4