KVM: SVM: remove now obsolete FIXME comment
[safe/jmp/linux-2.6] / arch / x86 / kvm / svm.c
2008-04-27 Joerg RoedelKVM: SVM: remove now obsolete FIXME comment
2008-04-27 Joerg RoedelKVM: SVM: disable CR8 intercept when tpr is not masking...
2008-04-27 Joerg RoedelKVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write interc...
2008-04-27 Joerg RoedelKVM: SVM: sync TPR value to V_TPR field in the VMCB
2008-04-27 Avi KivityKVM: SVM: force a new asid when initializing the vmcb
2008-04-27 Joerg RoedelKVM: SVM: do not intercept task switch with NPT
2008-04-27 Joerg RoedelKVM: SVM: add intercept for machine check exception
2008-04-27 Joerg RoedelKVM: SVM: align shadow CR4.MCE with host
2008-04-27 Joerg RoedelKVM: SVM: indent svm_set_cr4 with tabs instead of spaces
2008-04-27 Izik EidusKVM: x86: hardware task switching support
2008-04-27 Izik EidusKVM: x86: add functions to get the cpl of vcpu
2008-04-27 Avi KivityKVM: Remove pointless desc_ptr #ifdef
2008-04-27 Harvey HarrisonKVM: replace remaining __FUNCTION__ occurances
2008-04-27 Harvey HarrisonKVM: SVM: make iopm_base static
2008-04-27 Joerg RoedelKVM: SVM: enable LBR virtualization
2008-04-27 Joerg RoedelKVM: SVM: allocate the MSR permission map per VCPU
2008-04-27 Joerg RoedelKVM: SVM: let init_vmcb() take struct vcpu_svm as parameter
2008-04-27 Joerg RoedelKVM: SVM: add support for Nested Paging
2008-04-27 Joerg RoedelKVM: export information about NPT to generic x86 code
2008-04-27 Joerg RoedelKVM: SVM: add module parameter to disable Nested Paging
2008-04-27 Joerg RoedelKVM: SVM: add detection of Nested Paging feature
2008-04-27 Joerg RoedelKVM: SVM: move feature detection to hardware setup...
2008-04-27 Joerg RoedelKVM: align valid EFER bits with the features of the...
2008-03-04 Joerg RoedelKVM: SVM: fix Windows XP 64 bit installation crash
2008-03-03 Joerg RoedelKVM: SVM: set NM intercept when enabling CR0.TS in...
2008-03-03 Joerg RoedelKVM: SVM: Fix lazy FPU switching
2008-01-30 Sheng YangKVM: x86 emulator: Only allow VMCALL/VMMCALL trapped...
2008-01-30 Avi KivityKVM: Disable vapic support on Intel machines with FlexP...
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...