summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: SVM: do not intercept task switch with NPTJoerg Roedel2008-04-271-0/+1
* KVM: SVM: add intercept for machine check exceptionJoerg Roedel2008-04-271-1/+16
* KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel2008-04-271-0/+3
* KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel2008-04-271-4/+4
* KVM: x86: hardware task switching supportIzik Eidus2008-04-271-3/+12
* KVM: x86: add functions to get the cpl of vcpuIzik Eidus2008-04-271-0/+8
* KVM: Remove pointless desc_ptr #ifdefAvi Kivity2008-04-271-4/+0
* KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-271-7/+7
* KVM: SVM: make iopm_base staticHarvey Harrison2008-04-271-1/+1
* KVM: SVM: enable LBR virtualizationJoerg Roedel2008-04-271-2/+37
* KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel2008-04-271-35/+32
* KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel2008-04-271-6/+6
* KVM: SVM: add support for Nested PagingJoerg Roedel2008-04-271-5/+67
* KVM: export information about NPT to generic x86 codeJoerg Roedel2008-04-271-1/+3
* KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel2008-04-271-0/+8
OpenPOWER on IntegriCloud