aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAge
...
* KVM: Do not report TPR write to userspace if new value bigger or equal to a p...Gleb Natapov2009-06-10
* KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPRGleb Natapov2009-06-10
* KVM: Remove inject_pending_vectors() callbackGleb Natapov2009-06-10
* KVM: Remove exception_injected() callback.Gleb Natapov2009-06-10
* KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logicGleb Natapov2009-06-10
* KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov2009-06-10
* KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip tooGleb Natapov2009-06-10
* KVM: SVM: Skip instruction on a task switch only when appropriateGleb Natapov2009-06-10
* KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov2009-06-10
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-10
* KVM: reuse (pop|push)_irq from svm.c in vmx.cGleb Natapov2009-06-10
* KVM: SVM: Remove duplicate code in svm_do_inject_vector()Gleb Natapov2009-06-10
* KVM: SVM: Remove port 80 passthroughAvi Kivity2009-05-11
* KVM: SVM: Fix cross vendor migration issue with unusable bitAndre Przywara2009-05-11
* KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara2009-03-24
* KVM: Drop unused evaluations from string pio handlersJan Kiszka2009-03-24
* KVM: Add FFXSR supportAlexander Graf2009-03-24
* KVM: SVM: Fix typo in has_svm()Joe Perches2009-03-24
* KVM: SVM: Add microcode patch level dummyAlexander Graf2009-03-24
* KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka2009-03-24
* KVM: x86: Virtualize debug registersJan Kiszka2009-03-24
* KVM: New guest debug interfaceJan Kiszka2009-03-24
* KVM: SVM: Allow setting the SVME bitAlexander Graf2009-03-24
* KVM: SVM: Allow read access to MSR_VM_VRJoerg Roedel2009-03-24
* KVM: SVM: Add VMEXIT handler and interceptsAlexander Graf2009-03-24
* KVM: SVM: Add VMRUN handlerAlexander Graf2009-03-24
* KVM: SVM: Add VMLOAD and VMSAVE handlersAlexander Graf2009-03-24
* KVM: SVM: Implement hsaveAlexander Graf2009-03-24
* KVM: SVM: Implement GIF, clgi and stgiAlexander Graf2009-03-24
* KVM: SVM: Add helper functions for nested SVMAlexander Graf2009-03-24
* KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf2009-03-24
* KVM: SVM: Clean up VINTR settingAlexander Graf2009-03-24
* KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-14
* KVM: SVM: move svm_hardware_disable() code to asm/virtext.hEduardo Habkost2008-12-31
* KVM: SVM: move has_svm() code to asm/virtext.hEduardo Habkost2008-12-31
* KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin2008-12-31
* KVM: SVM: Set the 'busy' flag of the TR selectorAmit Shah2008-12-31
* KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migrationAmit Shah2008-12-31
* KVM: Enable MTRR for EPTSheng Yang2008-12-31
* KVM: x86: trap invlpgMarcelo Tosatti2008-10-15
* KVM: Add statistics for guest irq injectionsAvi Kivity2008-10-15
* KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity2008-10-15
* KVM: SVM: Fix typoAmit Shah2008-10-15
* KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-15
* KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-15
* KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-15
* KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel2008-09-11
* KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel2008-09-11
* KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity2008-07-27
* KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-27