summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
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-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
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