summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-2/+11
* KVM: Add statistics for guest irq injectionsAvi Kivity2008-10-151-0/+1
* KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity2008-10-151-1/+1
* KVM: SVM: Fix typoAmit Shah2008-10-151-1/+1
* KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-151-52/+26
* KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-151-4/+0
* KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-151-33/+23
* KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel2008-09-111-0/+4
* KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel2008-09-111-0/+8
* KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity2008-07-271-1/+6
* KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-271-1/+2
* KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-201-6/+6
* KVM: SVM: fix suspend/resume supportJoerg Roedel2008-07-201-12/+22
* KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-201-5/+0
* KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity2008-07-201-9/+11
* KVM: SVM: Fake MSR_K7 performance countersChris Lalancette2008-07-201-6/+9
* KVM: SVM: add tracing support for TDP page faultsJoerg Roedel2008-07-201-0/+4
* KVM: SVM: add missing kvmtrace markersJoerg Roedel2008-07-201-1/+25
* KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel2008-07-201-1/+7
* KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel2008-07-201-1/+6
* KVM: migrate PIT timerMarcelo Tosatti2008-06-061-1/+1
* KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang2008-05-041-0/+10
* KVM: SVM: remove selective CR0 commentJoerg Roedel2008-04-271-11/+0
* KVM: SVM: remove now obsolete FIXME commentJoerg Roedel2008-04-271-7/+0
* KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel2008-04-271-4/+27
* KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel2008-04-271-0/+12
* KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel2008-04-271-2/+16
* KVM: SVM: force a new asid when initializing the vmcbAvi Kivity2008-04-271-1/+1
OpenPOWER on IntegriCloud