summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-04KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel1-0/+22
2008-03-03KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel1-1/+3
2008-03-03KVM: SVM: Fix lazy FPU switchingJoerg Roedel1-0/+2
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang1-1/+1
2008-01-30KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity1-0/+6
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+1725