aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21Merge 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
2010-05-17KVM; SVM: Add correct handling of nested iopmJoerg Roedel1-0/+25
2010-05-17KVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handled_msrJoerg Roedel1-30/+17
2010-05-17KVM: SVM: Optimize nested svm msrpm mergingJoerg Roedel1-9/+71
2010-05-17KVM: SVM: Introduce direct access msr listJoerg Roedel1-10/+46
2010-05-17KVM: SVM: Move msrpm offset calculation to seperate functionJoerg Roedel1-16/+37
2010-05-17KVM: SVM: Return correct values in nested_svm_exit_handled_msrJoerg Roedel1-5/+5
2010-05-13KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel1-4/+4
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov1-1/+1
2010-04-25KVM: SVM: Clear exit_info for injected INTR exitsJoerg Roedel1-1/+3
2010-04-25KVM: SVM: Handle nested selective_cr0 intercept correctlyJoerg Roedel1-0/+21
2010-04-25KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel1-1/+28
2010-04-25KVM: SVM: Add kvm_nested_intercepts tracepointJoerg Roedel1-0/+5
2010-04-25KVM: SVM: Restore tracing of nested vmcb addressJoerg Roedel1-1/+1
2010-04-25KVM: SVM: Check for nested intercepts on NMI injectionJoerg Roedel1-3/+20
2010-04-25KVM: SVM: Reset MMU on nested_svm_vmrun for NPT tooJoerg Roedel1-3/+5
2010-04-25KVM: SVM: Coding style cleanupJoerg Roedel1-67/+81
2010-04-25KVM: SVM: Emulate nRIP feature when reinjecting INT3Jan Kiszka1-3/+35
2010-04-25KVM: SVM: Move svm_queue_exceptionJan Kiszka1-17/+17
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka1-1/+1
2010-04-25KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel1-9/+8
2010-04-25KVM: SVM: Make lazy FPU switching work with nested svmJoerg Roedel1-4/+39
2010-04-25KVM: SVM: Activate nested state only when guest state is completeJoerg Roedel1-6/+9
2010-04-25KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel1-15/+31
2010-04-25KVM: SVM: Fix nested msr intercept handlingJoerg Roedel1-10/+3
2010-04-25KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel1-0/+2
2010-04-25KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel1-0/+4
2010-04-25KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel1-4/+19
2010-04-25KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel1-23/+24
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov1-14/+14
2010-04-20KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa1-10/+15