aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: SVM: do not generate "external interrupt exit" if other exit is pendingGleb Natapov
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity
2010-10-24KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel
2010-10-24KVM: SVM: Report Nested Paging support to userspaceJoerg Roedel
2010-10-24KVM: SVM: Expect two more candiates for exit_int_infoJoerg Roedel
2010-10-24KVM: SVM: Initialize Nested Nested MMU context on VMRUNJoerg Roedel
2010-10-24KVM: SVM: Implement MMU helper functions for Nested Nested PagingJoerg Roedel
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel
2010-10-24KVM: SVM: Clean up rip handling in vmrun emulationRoedel, Joerg
2010-10-24KVM: SVM: Restore correct registers after sel_cr0 intercept emulationJoerg Roedel
2010-10-24KVM: SVM: init_vmcb should reset vcpu->eferMarcelo Tosatti
2010-10-24KVM: SVM: reset mmu context in init_vmcbMarcelo Tosatti
2010-10-24KVM: x86: Unify TSC logicZachary Amsden
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden
2010-10-24KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden
2010-10-24KVM: SVM: Check for asid != 0 on nested vmrunJoerg Roedel
2010-10-24KVM: SVM: Check for nested vmrun intercept before emulating vmrunJoerg Roedel
2010-10-24KVM: SVM: Emulate next_rip svm featureJoerg Roedel
2010-10-24KVM: SVM: Sync efer back into nested vmcbJoerg Roedel
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity
2010-10-11KVM: x86: Move TSC reset out of vmcb_initZachary Amsden
2010-10-11KVM: x86: Fix SVM VMCB resetZachary Amsden
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