aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAge
...
* KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSCJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for misc interceptsJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for exception interceptsJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for DRx interceptsJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg2011-01-12
* KVM: SVM: Add function to recalculate intercept masksJoerg Roedel2011-01-12
* KVM: SVM: Make Use of the generic guest-mode functionsJoerg Roedel2011-01-12
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-12
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-12
* KVM: Record instruction set in kvm_exit tracepointAvi Kivity2011-01-12
* KVM: SVM: Replace svm_has() by standard Linux cpuid accessorsAvi Kivity2011-01-12
* KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity2011-01-12
* KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit pathAvi Kivity2011-01-12
* KVM: SVM: Move svm->host_gs_base into a separate structureAvi Kivity2011-01-12
* KVM: SVM: Move guest register save out of interrupts disabled sectionAvi Kivity2011-01-12
* KVM: Handle async PF in a guest.Gleb Natapov2011-01-12
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-08
* KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity2010-11-17
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-24
* KVM: SVM: do not generate "external interrupt exit" if other exit is pendingGleb Natapov2010-10-24
* KVM: Non-atomic interrupt injectionAvi Kivity2010-10-24
* KVM: Check for pending events before attempting injectionAvi Kivity2010-10-24
* KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel2010-10-24
* KVM: SVM: Report Nested Paging support to userspaceJoerg Roedel2010-10-24
* KVM: SVM: Expect two more candiates for exit_int_infoJoerg Roedel2010-10-24
* KVM: SVM: Initialize Nested Nested MMU context on VMRUNJoerg Roedel2010-10-24
* KVM: SVM: Implement MMU helper functions for Nested Nested PagingJoerg Roedel2010-10-24
* KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel2010-10-24
* KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel2010-10-24
* KVM: SVM: Clean up rip handling in vmrun emulationRoedel, Joerg2010-10-24
* KVM: SVM: Restore correct registers after sel_cr0 intercept emulationJoerg Roedel2010-10-24
* KVM: SVM: init_vmcb should reset vcpu->eferMarcelo Tosatti2010-10-24
* KVM: SVM: reset mmu context in init_vmcbMarcelo Tosatti2010-10-24
* KVM: x86: Unify TSC logicZachary Amsden2010-10-24
* KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-24
* KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden2010-10-24
* KVM: SVM: Check for asid != 0 on nested vmrunJoerg Roedel2010-10-24
* KVM: SVM: Check for nested vmrun intercept before emulating vmrunJoerg Roedel2010-10-24
* KVM: SVM: Emulate next_rip svm featureJoerg Roedel2010-10-24
* KVM: SVM: Sync efer back into nested vmcbJoerg Roedel2010-10-24
* KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity2010-10-19
* KVM: x86: Move TSC reset out of vmcb_initZachary Amsden2010-10-11
* KVM: x86: Fix SVM VMCB resetZachary Amsden2010-10-11
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-06
|\
| * x86: Remove redundant K6 MSRsBrian Gerst2010-07-22
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-06
|\ \
| * | x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld2010-07-28
| |/
* | KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang2010-08-01
* | KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-01
* | KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity2010-08-01