aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAge
* 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
| * KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel2010-05-17
| * KVM: SVM: Fix nested nmi handlingJoerg Roedel2010-05-17
| * KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov2010-05-17
| * KVM: x86: Push potential exception error code on task switchesJan Kiszka2010-05-17
| * KVM: move DR register access handling into generic codeGleb Natapov2010-05-17
| * KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara2010-05-17
| * KVM: x86 emulator: fix in/out emulation.Gleb Natapov2010-05-17
| * KVM: Move kvm_exit tracepoint rip reading inside tracepointAvi Kivity2010-05-17
| * KVM: SVM: Ignore lower 12 bit of nested msrpm_paJoerg Roedel2010-05-17
| * KVM; SVM: Add correct handling of nested iopmJoerg Roedel2010-05-17
| * KVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handled_msrJoerg Roedel2010-05-17
| * KVM: SVM: Optimize nested svm msrpm mergingJoerg Roedel2010-05-17
| * KVM: SVM: Introduce direct access msr listJoerg Roedel2010-05-17
| * KVM: SVM: Move msrpm offset calculation to seperate functionJoerg Roedel2010-05-17
| * KVM: SVM: Return correct values in nested_svm_exit_handled_msrJoerg Roedel2010-05-17
| * KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov2010-04-25
| * KVM: SVM: Clear exit_info for injected INTR exitsJoerg Roedel2010-04-25
| * KVM: SVM: Handle nested selective_cr0 intercept correctlyJoerg Roedel2010-04-25
| * KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel2010-04-25
| * KVM: SVM: Add kvm_nested_intercepts tracepointJoerg Roedel2010-04-25
| * KVM: SVM: Restore tracing of nested vmcb addressJoerg Roedel2010-04-25