summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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