summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity
2008-10-15KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity
2008-10-15KVM: SVM: Fix typoAmit Shah
2008-10-15KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti
2008-09-11KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel
2008-09-11KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity
2008-07-20KVM: SVM: Fake MSR_K7 performance countersChris Lalancette
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel
2008-07-20KVM: SVM: add missing kvmtrace markersJoerg Roedel
2008-07-20KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel
2008-07-20KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel
2008-04-27KVM: x86: hardware task switching supportIzik Eidus
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus
2008-04-27KVM: Remove pointless desc_ptr #ifdefAvi Kivity
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-04-27KVM: SVM: make iopm_base staticHarvey Harrison
2008-04-27KVM: SVM: enable LBR virtualizationJoerg Roedel
2008-04-27KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel
2008-04-27KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel
2008-04-27KVM: SVM: add support for Nested PagingJoerg Roedel
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel
2008-04-27KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel
2008-04-27KVM: SVM: add detection of Nested Paging featureJoerg Roedel
2008-04-27KVM: SVM: move feature detection to hardware setup codeJoerg Roedel
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-03-04KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel
2008-03-03KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel
2008-03-03KVM: SVM: Fix lazy FPU switchingJoerg Roedel
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang