summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti2009-03-241-8/+11
* KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka2009-03-241-0/+5
* KVM: x86: Virtualize debug registersJan Kiszka2009-03-241-16/+98
* KVM: VMX: Allow single-stepping when uninterruptibleJan Kiszka2009-03-241-0/+10
* KVM: New guest debug interfaceJan Kiszka2009-03-241-57/+36
* KVM: VMX: Support for injecting software exceptionsJan Kiszka2009-03-241-15/+20
* KVM: VMX: Flush volatile msrs before emulating rdmsrAvi Kivity2009-02-151-0/+1
* KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-151-1/+0
* KVM: MMU: Map device MMIO as UC in EPTSheng Yang2009-02-151-2/+1
* 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
OpenPOWER on IntegriCloud