aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin1-0/+1
2008-12-31KVM: SVM: Set the 'busy' flag of the TR selectorAmit Shah1-0/+7
2008-12-31KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migrationAmit Shah1-0/+9
2008-12-31KVM: Enable MTRR for EPTSheng Yang1-0/+6
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti1-2/+11
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity1-0/+1
2008-10-15KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity1-1/+1
2008-10-15KVM: SVM: Fix typoAmit Shah1-1/+1
2008-10-15KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity1-52/+26
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka1-4/+0
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti1-33/+23
2008-09-11KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel1-0/+4
2008-09-11KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel1-0/+8
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity1-1/+6
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel1-1/+2
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity1-6/+6
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel1-12/+22
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-5/+0
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity1-9/+11
2008-07-20KVM: SVM: Fake MSR_K7 performance countersChris Lalancette1-6/+9
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel1-0/+4
2008-07-20KVM: SVM: add missing kvmtrace markersJoerg Roedel1-1/+25
2008-07-20KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel1-1/+7
2008-07-20KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel1-1/+6
2008-06-06KVM: migrate PIT timerMarcelo Tosatti1-1/+1
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang1-0/+10
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel1-11/+0
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel1-7/+0
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel1-4/+27
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel1-0/+12
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel1-2/+16
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity1-1/+1
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel1-0/+1
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel1-1/+16
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel1-0/+3
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel1-4/+4
2008-04-27KVM: x86: hardware task switching supportIzik Eidus1-3/+12
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus1-0/+8
2008-04-27KVM: Remove pointless desc_ptr #ifdefAvi Kivity1-4/+0
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison1-7/+7
2008-04-27KVM: SVM: make iopm_base staticHarvey Harrison1-1/+1
2008-04-27KVM: SVM: enable LBR virtualizationJoerg Roedel1-2/+37
2008-04-27KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel1-35/+32
2008-04-27KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel1-6/+6
2008-04-27KVM: SVM: add support for Nested PagingJoerg Roedel1-5/+67
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel1-1/+3
2008-04-27KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel1-0/+8
2008-04-27KVM: SVM: add detection of Nested Paging featureJoerg Roedel1-0/+8
2008-04-27KVM: SVM: move feature detection to hardware setup codeJoerg Roedel1-1/+3
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel1-0/+3