aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti
2014-01-09KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov
2013-09-25KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov
2013-09-17KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov
2013-09-17KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov
2013-08-28KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini
2013-08-07KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li
2013-08-07KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka
2013-08-07KVM: nEPT: Advertise WB type EPTPJan Kiszka
2013-08-07nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka
2013-08-07nEPT: Miscelleneous cleanupsNadav Har'El
2013-08-07nEPT: Some additional commentsNadav Har'El
2013-08-07Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El
2013-08-07nEPT: Nested INVEPTNadav Har'El
2013-08-07nEPT: MMU context for nested EPTNadav Har'El
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang
2013-08-07nEPT: Fix cr3 handling in nested exit and entryNadav Har'El
2013-08-07nEPT: Support LOAD_IA32_EFER entry/exit controls for L1Nadav Har'El
2013-08-07KVM: nVMX: correctly set tr base on nested vmexit emulationGleb Natapov
2013-07-29nVMX: reset rflags register cache during nested vmentry.Gleb Natapov
2013-07-29KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini
2013-07-18KVM: nVMX: Set segment infomation of L1 when L2 exitsArthur Chunqi Li
2013-07-18KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El
2013-07-18KVM: VMX: Use proper types to access const arraysMathias Krause
2013-07-18KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virtArthur Chunqi Li
2013-07-18KVM: nVMX: Change location of 3 functions in vmx.cArthur Chunqi Li
2013-07-04KVM: VMX: mark unusable segment as nonpresentGleb Natapov
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin
2013-06-20KVM: MMU: retain more available bits on mmio spteXiao Guangrong
2013-05-09KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka
2013-04-28KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-28KVM: VMX: remove unprintable characters from commentJan Kiszka
2013-04-22KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka
2013-04-22KVM: nVMX: Fix conditions for NMI injectionJan Kiszka
2013-04-22KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka
2013-04-22KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon
2013-04-22KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon
2013-04-22KVM: nVMX: Release shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Allocate shadow vmcsAbel Gordon