summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
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
2010-04-25KVM: SVM: Coding style cleanupJoerg Roedel
2010-04-25KVM: SVM: Emulate nRIP feature when reinjecting INT3Jan Kiszka
2010-04-25KVM: SVM: Move svm_queue_exceptionJan Kiszka
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka
2010-04-25KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel
2010-04-25KVM: SVM: Make lazy FPU switching work with nested svmJoerg Roedel
2010-04-25KVM: SVM: Activate nested state only when guest state is completeJoerg Roedel
2010-04-25KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel
2010-04-25KVM: SVM: Fix nested msr intercept handlingJoerg Roedel
2010-04-25KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel
2010-04-25KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel
2010-04-25KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel
2010-04-25KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov
2010-04-20KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity
2010-03-01KVM: Activate fpu on cltsAvi Kivity
2010-03-01KVM: SVM: Trap all debug register accessesJan Kiszka
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka
2010-03-01KVM: SVM: Lazy fpu with nptAvi Kivity
2010-03-01KVM: SVM: Selective cr0 interceptAvi Kivity
2010-03-01KVM: SVM: Restore unconditional cr0 intercept under nptAvi Kivity
2010-03-01KVM: SVM: Initialize fpu_active in init_vmcb()Avi Kivity
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang
2010-03-01KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka
2009-12-03KVM: SVM: init_vmcb(): remove redundant save->cr0 initializationEduardo Habkost
2009-12-03KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost
2009-12-03KVM: SVM: Cleanup NMI singlestepJan Kiszka
2009-12-03KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf
2009-12-03KVM: SVM: Remove nsvm_printk debugging codeJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel