summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka2008-12-311-22/+2
* KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchipJan Kiszka2008-12-311-1/+3
* KVM: VMX: fix sparse warningHannes Eder2008-12-311-1/+1
* KVM: VMX: Conditionally request interrupt window after injecting irqAvi Kivity2008-12-311-0/+2
* KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()Eduardo Habkost2008-12-311-2/+11
* KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.hEduardo Habkost2008-12-311-2/+2
* KVM: VMX: move vmx.h to include/asmEduardo Habkost2008-12-311-1/+1
* KVM: VMX: Handle mmio emulation when guest state is invalidGuillaume Thouvenin2008-12-311-12/+15
* KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin2008-12-311-0/+1
* KVM: VMX: Move private memory slot positionSheng Yang2008-12-311-1/+1
* KVM: Enable MTRR for EPTSheng Yang2008-12-311-2/+8
* KVM: VMX: Add PAT support for EPTSheng Yang2008-12-311-3/+26
* KVM: VMX: work around lacking VNMI supportJan Kiszka2008-12-311-59/+115
* KVM: VMX: Provide support for user space injected NMIsJan Kiszka2008-12-311-0/+33
* KVM: VMX: fix real-mode NMI supportJan Kiszka2008-12-311-0/+13
* KVM: VMX: refactor IRQ and NMI window enablingJan Kiszka2008-12-311-46/+32
* KVM: VMX: refactor/fix IRQ and NMI injectability determinationJan Kiszka2008-12-311-25/+21
* KVM: VMX: Support for NMI task gatesJan Kiszka2008-12-311-3/+15
* KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic valueJan Kiszka2008-12-311-2/+2
* KVM: VMX: include all IRQ window exits in statisticsJan Kiszka2008-12-311-1/+1
* KVM: VMX: Fix interrupt loss during race with NMIAvi Kivity2008-11-231-1/+3
* KVM: VMX: Set IGMT bit in EPT entrySheng Yang2008-11-111-1/+2
* KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti2008-10-151-1/+2
* KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-3/+16
* KVM: switch to get_user_pages_fastMarcelo Tosatti2008-10-151-4/+0
* KVM: VMX: Rename IA32_FEATURE_CONTROL bitsSheng Yang2008-10-151-9/+9
* KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka2008-10-151-3/+0
* KVM: Add statistics for guest irq injectionsAvi Kivity2008-10-151-0/+1
* KVM: VMX: Change segment dpl at reset to 3Avi Kivity2008-10-151-1/+1
* KVM: VMX: Change cs reset state to be a data segmentAvi Kivity2008-10-151-2/+1
* KVM: VMX: Modify mode switching and vmentry functionsMohammed Gamal2008-10-151-0/+20
* KVM: VMX: Add invalid guest state handlerMohammed Gamal2008-10-151-0/+37
* KVM: VMX: Add module parameter and emulation flag.Mohammed Gamal2008-10-151-0/+4
* KVM: VMX: Add Guest State Validity ChecksMohammed Gamal2008-10-151-0/+180
* KVM: VMX: Use interrupt queue for !irqchip_in_kernelAvi Kivity2008-10-151-6/+5
* KVM: VMX: Clean up magic number 0x66 in init_rmode_tssSheng Yang2008-10-151-1/+2
* KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity2008-10-151-0/+6
* KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-151-54/+36
* KVM: VMX: Reinject real mode exceptionJan Kiszka2008-10-151-2/+39
* KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-151-1/+1
* KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal2008-10-151-3/+0
* KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity2008-10-151-57/+20
* KVM: VMX: Fix pending exception processingAvi Kivity2008-10-151-3/+12
* KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity2008-10-151-17/+32
* KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()Avi Kivity2008-10-151-12/+24
* KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-151-54/+49
* KVM: VMX: Rename misnamed msr bitsSheng Yang2008-10-151-9/+9
* KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang2008-09-111-2/+1
* KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang2008-07-271-10/+10
* KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang2008-07-271-1/+1
OpenPOWER on IntegriCloud