summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* KVM: SVM: remove now obsolete FIXME commentJoerg Roedel2008-04-271-7/+0Star
* 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/+0Star
* 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/+32Star
* 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
* KVM: SVM: add detection of Nested Paging featureJoerg Roedel2008-04-271-0/+8
* KVM: SVM: move feature detection to hardware setup codeJoerg Roedel2008-04-271-1/+3
* KVM: align valid EFER bits with the features of the host systemJoerg Roedel2008-04-271-0/+3
* KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel2008-03-041-0/+22
* KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel2008-03-031-1/+3
* KVM: SVM: Fix lazy FPU switchingJoerg Roedel2008-03-031-0/+2
* KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang2008-01-301-1/+1
* KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-301-0/+6
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-0/+1725