summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka
2009-03-24KVM: VMX: Allow single-stepping when uninterruptibleJan Kiszka
2009-03-24KVM: New guest debug interfaceJan Kiszka
2009-03-24KVM: VMX: Support for injecting software exceptionsJan Kiszka
2009-02-15KVM: VMX: Flush volatile msrs before emulating rdmsrAvi Kivity
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti
2009-02-15KVM: MMU: Map device MMIO as UC in EPTSheng Yang
2008-12-31KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka
2008-12-31KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchipJan Kiszka
2008-12-31KVM: VMX: fix sparse warningHannes Eder
2008-12-31KVM: VMX: Conditionally request interrupt window after injecting irqAvi Kivity
2008-12-31KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()Eduardo Habkost
2008-12-31KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.hEduardo Habkost
2008-12-31KVM: VMX: move vmx.h to include/asmEduardo Habkost
2008-12-31KVM: VMX: Handle mmio emulation when guest state is invalidGuillaume Thouvenin
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin
2008-12-31KVM: VMX: Move private memory slot positionSheng Yang
2008-12-31KVM: Enable MTRR for EPTSheng Yang
2008-12-31KVM: VMX: Add PAT support for EPTSheng Yang
2008-12-31KVM: VMX: work around lacking VNMI supportJan Kiszka
2008-12-31KVM: VMX: Provide support for user space injected NMIsJan Kiszka
2008-12-31KVM: VMX: fix real-mode NMI supportJan Kiszka
2008-12-31KVM: VMX: refactor IRQ and NMI window enablingJan Kiszka
2008-12-31KVM: VMX: refactor/fix IRQ and NMI injectability determinationJan Kiszka
2008-12-31KVM: VMX: Support for NMI task gatesJan Kiszka
2008-12-31KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic valueJan Kiszka
2008-12-31KVM: VMX: include all IRQ window exits in statisticsJan Kiszka
2008-11-23KVM: VMX: Fix interrupt loss during race with NMIAvi Kivity
2008-11-11KVM: VMX: Set IGMT bit in EPT entrySheng Yang
2008-10-15KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti
2008-10-15KVM: VMX: Rename IA32_FEATURE_CONTROL bitsSheng Yang
2008-10-15KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity
2008-10-15KVM: VMX: Change segment dpl at reset to 3Avi Kivity
2008-10-15KVM: VMX: Change cs reset state to be a data segmentAvi Kivity
2008-10-15KVM: VMX: Modify mode switching and vmentry functionsMohammed Gamal
2008-10-15KVM: VMX: Add invalid guest state handlerMohammed Gamal
2008-10-15KVM: VMX: Add module parameter and emulation flag.Mohammed Gamal
2008-10-15KVM: VMX: Add Guest State Validity ChecksMohammed Gamal
2008-10-15KVM: VMX: Use interrupt queue for !irqchip_in_kernelAvi Kivity
2008-10-15KVM: VMX: Clean up magic number 0x66 in init_rmode_tssSheng Yang
2008-10-15KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity
2008-10-15KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity
2008-10-15KVM: VMX: Reinject real mode exceptionJan Kiszka
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka
2008-10-15KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal
2008-10-15KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity
2008-10-15KVM: VMX: Fix pending exception processingAvi Kivity