aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAge
* 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
* | KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity2010-08-01
* | KVM: x86: Propagate fpu_alloc errorsJan Kiszka2010-08-01
* | KVM: SVM: Fix EFER.LME being strippedZachary Amsden2010-08-01
* | KVM: Update Red Hat copyrightsAvi Kivity2010-08-01
* | KVM: SVM: correctly trace irq injectionGleb Natapov2010-08-01
* | KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov2010-08-01
* | KVM: SVM: Allow EFER.LMSLE to be set with nested svmJoerg Roedel2010-08-01
* | KVM: SVM: Dump vmcb contents on failed vmrunJoerg Roedel2010-08-01
|/
* KVM: SVM: Implement workaround for Erratum 383Joerg Roedel2010-06-09
* KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel2010-06-09
* Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-21
|\
| * KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel2010-05-19
| * KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity2010-05-19
| * KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel2010-05-17
| * KVM: x86: Allow marking an exception as reinjectedJoerg Roedel2010-05-17
| * KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel2010-05-17
| * KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel2010-05-17
| * KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel2010-05-17
| * KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel2010-05-17