aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.hEduardo Habkost1-2/+2
2008-12-31KVM: VMX: move vmx.h to include/asmEduardo Habkost1-1/+1
2008-12-31KVM: VMX: Handle mmio emulation when guest state is invalidGuillaume Thouvenin1-12/+15
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin1-0/+1
2008-12-31KVM: VMX: Move private memory slot positionSheng Yang1-1/+1
2008-12-31KVM: Enable MTRR for EPTSheng Yang1-2/+8
2008-12-31KVM: VMX: Add PAT support for EPTSheng Yang1-3/+26
2008-12-31KVM: VMX: work around lacking VNMI supportJan Kiszka1-59/+115
2008-12-31KVM: VMX: Provide support for user space injected NMIsJan Kiszka1-0/+33
2008-12-31KVM: VMX: fix real-mode NMI supportJan Kiszka1-0/+13
2008-12-31KVM: VMX: refactor IRQ and NMI window enablingJan Kiszka1-46/+32
2008-12-31KVM: VMX: refactor/fix IRQ and NMI injectability determinationJan Kiszka1-25/+21
2008-12-31KVM: VMX: Support for NMI task gatesJan Kiszka1-3/+15
2008-12-31KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic valueJan Kiszka1-2/+2
2008-12-31KVM: VMX: include all IRQ window exits in statisticsJan Kiszka1-1/+1
2008-11-23KVM: VMX: Fix interrupt loss during race with NMIAvi Kivity1-1/+3
2008-11-11KVM: VMX: Set IGMT bit in EPT entrySheng Yang1-1/+2
2008-10-15KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti1-1/+2
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti1-3/+16
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti1-4/+0
2008-10-15KVM: VMX: Rename IA32_FEATURE_CONTROL bitsSheng Yang1-9/+9
2008-10-15KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka1-3/+0
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity1-0/+1
2008-10-15KVM: VMX: Change segment dpl at reset to 3Avi Kivity1-1/+1
2008-10-15KVM: VMX: Change cs reset state to be a data segmentAvi Kivity1-2/+1
2008-10-15KVM: VMX: Modify mode switching and vmentry functionsMohammed Gamal1-0/+20
2008-10-15KVM: VMX: Add invalid guest state handlerMohammed Gamal1-0/+37
2008-10-15KVM: VMX: Add module parameter and emulation flag.Mohammed Gamal1-0/+4
2008-10-15KVM: VMX: Add Guest State Validity ChecksMohammed Gamal1-0/+180
2008-10-15KVM: VMX: Use interrupt queue for !irqchip_in_kernelAvi Kivity1-6/+5
2008-10-15KVM: VMX: Clean up magic number 0x66 in init_rmode_tssSheng Yang1-1/+2
2008-10-15KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity1-0/+6
2008-10-15KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity1-54/+36
2008-10-15KVM: VMX: Reinject real mode exceptionJan Kiszka1-2/+39
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka1-1/+1
2008-10-15KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal1-3/+0
2008-10-15KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity1-57/+20
2008-10-15KVM: VMX: Fix pending exception processingAvi Kivity1-3/+12
2008-10-15KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity1-17/+32
2008-10-15KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()Avi Kivity1-12/+24
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti1-54/+49
2008-10-15KVM: VMX: Rename misnamed msr bitsSheng Yang1-9/+9
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang1-2/+1
2008-07-27KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang1-10/+10
2008-07-27KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang1-1/+1
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity1-0/+2
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity1-12/+12
2008-07-20KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang1-0/+3
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette1-0/+12
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang1-2/+2