summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov2009-06-101-12/+50
* KVM: Do not re-execute INTn instruction.Gleb Natapov2009-06-101-4/+4
* KVM: skip_emulated_instruction() decode instruction if size is not knownGleb Natapov2009-06-101-6/+5
* KVM: Unprotect a page if #PF happens during NMI injection.Gleb Natapov2009-06-101-2/+1
* KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa2009-06-101-8/+24
* KVM: SVM: Don't reinject event that caused a task switchGleb Natapov2009-06-101-2/+21
* KVM: SVM: Fix cross vendor migration issue in segment segment descriptorAndre Przywara2009-06-101-0/+9
* KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang2009-06-101-2/+2
* KVM: Get rid of get_irq() callbackGleb Natapov2009-06-101-8/+0
* KVM: SVM: Add NMI injection supportGleb Natapov2009-06-101-46/+50
* KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov2009-06-101-5/+1
* KVM: Do not report TPR write to userspace if new value bigger or equal to a p...Gleb Natapov2009-06-101-0/+4
* KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPRGleb Natapov2009-06-101-4/+1
* KVM: Remove inject_pending_vectors() callbackGleb Natapov2009-06-101-1/+0
* KVM: Remove exception_injected() callback.Gleb Natapov2009-06-101-6/+0
* KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logicGleb Natapov2009-06-101-102/+85
* KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov2009-06-101-1/+1
* KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip tooGleb Natapov2009-06-101-4/+7
* KVM: SVM: Skip instruction on a task switch only when appropriateGleb Natapov2009-06-101-2/+9
* KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov2009-06-101-7/+18
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-0/+10
* KVM: reuse (pop|push)_irq from svm.c in vmx.cGleb Natapov2009-06-101-21/+4
* KVM: SVM: Remove duplicate code in svm_do_inject_vector()Gleb Natapov2009-06-101-9/+1
* KVM: SVM: Remove port 80 passthroughAvi Kivity2009-05-111-1/+0
* KVM: SVM: Fix cross vendor migration issue with unusable bitAndre Przywara2009-05-111-2/+5
* KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara2009-03-241-12/+29
* KVM: Drop unused evaluations from string pio handlersJan Kiszka2009-03-241-3/+1
* KVM: Add FFXSR supportAlexander Graf2009-03-241-0/+3
* KVM: SVM: Fix typo in has_svm()Joe Perches2009-03-241-1/+1
* KVM: SVM: Add microcode patch level dummyAlexander Graf2009-03-241-0/+3
* KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka2009-03-241-0/+5
* KVM: x86: Virtualize debug registersJan Kiszka2009-03-241-73/+43
* KVM: New guest debug interfaceJan Kiszka2009-03-241-2/+48
* KVM: SVM: Allow setting the SVME bitAlexander Graf2009-03-241-0/+8
* KVM: SVM: Allow read access to MSR_VM_VRJoerg Roedel2009-03-241-0/+3
* KVM: SVM: Add VMEXIT handler and interceptsAlexander Graf2009-03-241-0/+293
* KVM: SVM: Add VMRUN handlerAlexander Graf2009-03-241-2/+155
* KVM: SVM: Add VMLOAD and VMSAVE handlersAlexander Graf2009-03-241-2/+58
* KVM: SVM: Implement hsaveAlexander Graf2009-03-241-0/+13
* KVM: SVM: Implement GIF, clgi and stgiAlexander Graf2009-03-241-5/+42
* KVM: SVM: Add helper functions for nested SVMAlexander Graf2009-03-241-0/+85
* KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf2009-03-241-3/+3
* KVM: SVM: Clean up VINTR settingAlexander Graf2009-03-241-5/+15
* KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-151-1/+0
* KVM: SVM: move svm_hardware_disable() code to asm/virtext.hEduardo Habkost2008-12-311-5/+1
* KVM: SVM: move has_svm() code to asm/virtext.hEduardo Habkost2008-12-311-14/+5
* KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin2008-12-311-0/+1
* KVM: SVM: Set the 'busy' flag of the TR selectorAmit Shah2008-12-311-0/+7
* KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migrationAmit Shah2008-12-311-0/+9
* KVM: Enable MTRR for EPTSheng Yang2008-12-311-0/+6
OpenPOWER on IntegriCloud