summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: ignore AMDs HWCR register access to set the FFDIS bitAndre Przywara2009-09-101-1/+0
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-22/+62
* KVM: SVM: Improve nested interrupt injectionAlexander Graf2009-09-101-15/+24
* KVM: SVM: Implement INVLPGAAlexander Graf2009-09-101-1/+14
* KVM: Implement MSRs used by Hyper-VAlexander Graf2009-09-101-0/+5
* KVM: SVM: Don't save/restore host cr2Avi Kivity2009-09-101-17/+0
* KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara2009-09-101-16/+0
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-2/+2
* KVM: Cache pdptrsAvi Kivity2009-09-101-6/+18
* KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity2009-09-101-1/+40
* KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara2009-09-101-4/+4
* KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput2009-09-101-2/+2
* KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti2009-08-051-3/+3
* 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