summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov2013-09-251-1/+3
* KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov2013-09-171-0/+9
* KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov2013-09-171-0/+4
* KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini2013-08-281-0/+1
* KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li2013-08-071-3/+5
* KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka2013-08-071-1/+5
* KVM: nEPT: Advertise WB type EPTPJan Kiszka2013-08-071-2/+2
* nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka2013-08-071-3/+6
* nEPT: Miscelleneous cleanupsNadav Har'El2013-08-071-4/+2
* nEPT: Some additional commentsNadav Har'El2013-08-071-0/+13
* Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El2013-08-071-2/+18
* nEPT: Nested INVEPTNadav Har'El2013-08-071-0/+72
* nEPT: MMU context for nested EPTNadav Har'El2013-08-071-1/+40
* nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-071-0/+19
* nEPT: Fix cr3 handling in nested exit and entryNadav Har'El2013-08-071-0/+26
* nEPT: Support LOAD_IA32_EFER entry/exit controls for L1Nadav Har'El2013-08-071-7/+16
* KVM: nVMX: correctly set tr base on nested vmexit emulationGleb Natapov2013-08-071-1/+1
* nVMX: reset rflags register cache during nested vmentry.Gleb Natapov2013-07-291-1/+1
* KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini2013-07-291-1/+1
* KVM: nVMX: Set segment infomation of L1 when L2 exitsArthur Chunqi Li2013-07-181-10/+48
* KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El2013-07-181-6/+29
* KVM: VMX: Use proper types to access const arraysMathias Krause2013-07-181-8/+7
* KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virtArthur Chunqi Li2013-07-181-0/+2
* KVM: nVMX: Change location of 3 functions in vmx.cArthur Chunqi Li2013-07-181-43/+40
* KVM: VMX: mark unusable segment as nonpresentGleb Natapov2013-07-041-2/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-5/+14
|\
| * kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE2013-06-271-1/+6
| * KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-0/+4
| * KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-271-2/+2
| * KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-201-2/+2
* | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin2013-06-261-1/+1
|/
* KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-091-0/+6
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-243/+834
|\
| * KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-031-9/+7
| * KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka2013-04-281-1/+1
| * KVM: x86: Rework request for immediate exitJan Kiszka2013-04-281-7/+8
| * KVM: VMX: remove unprintable characters from commentJan Kiszka2013-04-281-1/+1
| * KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka2013-04-221-2/+2
| * KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-221-0/+40
| * KVM: nVMX: Fix conditions for NMI injectionJan Kiszka2013-04-221-0/+26
| * KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka2013-04-221-10/+10
| * KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon2013-04-221-0/+11
| * KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon2013-04-221-0/+32
| * KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon2013-04-221-0/+45
| * KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon2013-04-221-0/+35
| * KVM: nVMX: Release shadow vmcsAbel Gordon2013-04-221-8/+12
| * KVM: nVMX: Allocate shadow vmcsAbel Gordon2013-04-221-0/+12
| * KVM: nVMX: Fix VMXON emulationAbel Gordon2013-04-221-0/+8
| * KVM: nVMX: Refactor handle_vmwriteAbel Gordon2013-04-221-24/+28
| * KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon2013-04-221-1/+89