KVM: task switch: segment base is linear address
[safe/jmp/linux-2.6] / arch / x86 / kvm / svm.c
2008-07-27 Joerg RoedelKVM: SVM: allow enabling/disabling NPT by reloading...
2008-07-20 Avi KivityKVM: Prefix some x86 low level function with kvm_,...
2008-07-20 Joerg RoedelKVM: SVM: fix suspend/resume support
2008-07-20 Avi KivityKVM: Remove decache_vcpus_on_cpu() and related callbacks
2008-07-20 Avi KivityKVM: Handle virtualization instruction #UD faults durin...
2008-07-20 Chris LalancetteKVM: SVM: Fake MSR_K7 performance counters
2008-07-20 Joerg RoedelKVM: SVM: add tracing support for TDP page faults
2008-07-20 Joerg RoedelKVM: SVM: add missing kvmtrace markers
2008-07-20 Joerg RoedelKVM: SVM: implement dedicated INTR exit handler
2008-07-20 Joerg RoedelKVM: SVM: implement dedicated NMI exit handler
2008-06-06 Marcelo TosattiKVM: migrate PIT timer
2008-05-04 Sheng YangKVM: Add kvm_x86_ops get_tdp_level()
2008-04-27 Joerg RoedelKVM: SVM: remove selective CR0 comment
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...