summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2008-04-30KVM: SVM: add tracing support for TDP page faultsJoerg Roedel
2008-04-30KVM: SVM: add missing kvmtrace markersJoerg Roedel
2008-04-30KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel
2008-04-30KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel
2008-04-28KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang
2008-04-18KVM: SVM: remove selective CR0 commentJoerg Roedel
2008-04-18KVM: SVM: remove now obsolete FIXME commentJoerg Roedel
2008-04-18KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel
2008-04-18KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel
2008-04-18KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel
2008-04-14KVM: SVM: Fix force_new_asid() compile warningAvi Kivity
2008-04-14KVM: SVM: force a new asid when initializing the vmcbAvi Kivity
2008-04-11KVM: SVM: do not intercept task switch with NPTJoerg Roedel
2008-04-11KVM: SVM: add intercept for machine check exceptionJoerg Roedel
2008-04-11KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel
2008-04-11KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel
2008-03-25KVM: x86: hardware task switching supportIzik Eidus
2008-03-25KVM: x86: add functions to get the cpl of vcpuIzik Eidus
2008-03-05KVM: Remove pointless desc_ptr #ifdefAvi Kivity
2008-03-05KVM: Merge generic x86 name usage from upstreamAvi Kivity
2008-03-04KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-02-21KVM: SVM: make iopm_base staticHarvey Harrison
2008-02-14KVM: SVM: enable LBR virtualizationJoerg Roedel
2008-02-14KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel
2008-02-14KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel
2008-02-14KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel
2008-02-10KVM: SVM: add support for Nested PagingJoerg Roedel
2008-02-10KVM: export information about NPT to generic x86 codeJoerg Roedel
2008-02-10KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel
2008-02-10KVM: SVM: add detection of Nested Paging featureJoerg Roedel
2008-02-10KVM: SVM: move feature detection to hardware setup codeJoerg Roedel
2008-01-31KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-01-29KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel
2008-01-21KVM: SVM: Fix lazy FPU switchingJoerg Roedel
2008-01-06KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang
2007-12-26KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity
2007-12-16KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity