summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel1-9/+14
2010-10-24KVM: SVM: Clean up rip handling in vmrun emulationRoedel, Joerg1-4/+4
2010-10-24KVM: SVM: Restore correct registers after sel_cr0 intercept emulationJoerg Roedel1-2/+31
2010-10-24KVM: SVM: init_vmcb should reset vcpu->eferMarcelo Tosatti1-1/+1
2010-10-24KVM: SVM: reset mmu context in init_vmcbMarcelo Tosatti1-2/+2
2010-10-24KVM: x86: Unify TSC logicZachary Amsden1-16/+10
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden1-2/+4
2010-10-24KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden1-14/+17
2010-10-24KVM: SVM: Check for asid != 0 on nested vmrunJoerg Roedel1-0/+3
2010-10-24KVM: SVM: Check for nested vmrun intercept before emulating vmrunJoerg Roedel1-0/+19
2010-10-24KVM: SVM: Emulate next_rip svm featureJoerg Roedel1-1/+7
2010-10-24KVM: SVM: Sync efer back into nested vmcbJoerg Roedel1-0/+1
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity1-5/+10
2010-10-11KVM: x86: Move TSC reset out of vmcb_initZachary Amsden1-1/+1
2010-10-11KVM: x86: Fix SVM VMCB resetZachary Amsden1-1/+1
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2010-08-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2010-08-01KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang1-0/+7
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity1-1/+1
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity1-2/+2
2010-08-01KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity1-1/+1
2010-08-01KVM: x86: Propagate fpu_alloc errorsJan Kiszka1-1/+6
2010-08-01KVM: SVM: Fix EFER.LME being strippedZachary Amsden1-1/+1
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-08-01KVM: SVM: correctly trace irq injectionGleb Natapov1-3/+3
2010-08-01KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov1-7/+3
2010-08-01KVM: SVM: Allow EFER.LMSLE to be set with nested svmJoerg Roedel1-1/+1
2010-08-01KVM: SVM: Dump vmcb contents on failed vmrunJoerg Roedel1-0/+95
2010-07-29x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld1-2/+1
2010-07-22x86: Remove redundant K6 MSRsBrian Gerst1-3/+3
2010-06-09KVM: SVM: Implement workaround for Erratum 383Joerg Roedel1-0/+81
2010-06-09KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel1-1/+14
2010-05-22Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-325/+619
2010-05-19KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel1-0/+3
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+1
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel1-0/+1
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel1-6/+6
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel1-0/+10
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel1-0/+6
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel1-0/+4
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel1-9/+6
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel1-4/+4
2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel1-7/+9
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov1-2/+8
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka1-1/+10
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov1-63/+3
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara1-5/+8
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov1-13/+7
2010-05-17KVM: Move kvm_exit tracepoint rip reading inside tracepointAvi Kivity1-1/+1
2010-05-17KVM: SVM: Ignore lower 12 bit of nested msrpm_paJoerg Roedel1-1/+1