summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-08-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-08-01KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity
2010-08-01KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity
2010-08-01KVM: x86: Propagate fpu_alloc errorsJan Kiszka
2010-08-01KVM: SVM: Fix EFER.LME being strippedZachary Amsden
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-08-01KVM: SVM: correctly trace irq injectionGleb Natapov
2010-08-01KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov
2010-08-01KVM: SVM: Allow EFER.LMSLE to be set with nested svmJoerg Roedel
2010-08-01KVM: SVM: Dump vmcb contents on failed vmrunJoerg Roedel
2010-07-28x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld
2010-07-21x86: Remove redundant K6 MSRsBrian Gerst
2010-06-09KVM: SVM: Implement workaround for Erratum 383Joerg Roedel
2010-06-09KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-05-19KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel
2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov
2010-05-17KVM: Move kvm_exit tracepoint rip reading inside tracepointAvi Kivity
2010-05-17KVM: SVM: Ignore lower 12 bit of nested msrpm_paJoerg Roedel
2010-05-17KVM; SVM: Add correct handling of nested iopmJoerg Roedel
2010-05-17KVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handled_msrJoerg Roedel
2010-05-17KVM: SVM: Optimize nested svm msrpm mergingJoerg Roedel
2010-05-17KVM: SVM: Introduce direct access msr listJoerg Roedel
2010-05-17KVM: SVM: Move msrpm offset calculation to seperate functionJoerg Roedel
2010-05-17KVM: SVM: Return correct values in nested_svm_exit_handled_msrJoerg Roedel
2010-05-13KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov
2010-04-25KVM: SVM: Clear exit_info for injected INTR exitsJoerg Roedel
2010-04-25KVM: SVM: Handle nested selective_cr0 intercept correctlyJoerg Roedel
2010-04-25KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel
2010-04-25KVM: SVM: Add kvm_nested_intercepts tracepointJoerg Roedel
2010-04-25KVM: SVM: Restore tracing of nested vmcb addressJoerg Roedel
2010-04-25KVM: SVM: Check for nested intercepts on NMI injectionJoerg Roedel
2010-04-25KVM: SVM: Reset MMU on nested_svm_vmrun for NPT tooJoerg Roedel