summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: SVM: Drop tlb flush workaround in nptAvi Kivity1-11/+2
2009-09-10KVM: SVM: enable nested svm by defaultJoerg Roedel1-1/+1
2009-09-10KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel1-1/+1
2009-09-10KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel1-10/+11
2009-09-10KVM: SVM: remove unnecessary is_nested check from svm_cpu_runJoerg Roedel1-2/+1
2009-09-10KVM: SVM: move special nested exit handling to separate functionJoerg Roedel1-30/+50
2009-09-10KVM: SVM: handle errors in vmrun emulation path appropriatlyJoerg Roedel1-1/+13
2009-09-10KVM: SVM: remove nested_svm_do and helper functionsJoerg Roedel1-60/+0
2009-09-10KVM: SVM: clean up nested vmrun pathJoerg Roedel1-12/+22
2009-09-10KVM: SVM: clean up nestec vmload/vmsave pathsJoerg Roedel1-19/+17
2009-09-10KVM: SVM: clean up nested_svm_exit_handled_msrJoerg Roedel1-17/+21
2009-09-10KVM: SVM: get rid of nested_svm_vmexit_realJoerg Roedel1-12/+40
2009-09-10KVM: SVM: simplify nested_svm_check_exceptionJoerg Roedel1-11/+8
2009-09-10KVM: SVM: do nested vmexit in nested_svm_exit_handledJoerg Roedel1-23/+19
2009-09-10KVM: SVM: consolidate nested_svm_exit_handledJoerg Roedel1-60/+49
2009-09-10KVM: SVM: cache nested interceptsJoerg Roedel1-7/+23
2009-09-10KVM: SVM: move nested svm state into seperate structJoerg Roedel1-29/+33
2009-09-10KVM: SVM: complete interrupts after handling nested exitsJoerg Roedel1-2/+3
2009-09-10KVM: SVM: copy only necessary parts of the control area on vmrun/vmexitJoerg Roedel1-2/+34
2009-09-10KVM: SVM: optimize nested vmrunJoerg Roedel1-7/+21
2009-09-10KVM: SVM: optimize nested #vmexitJoerg Roedel1-35/+33
2009-09-10KVM: SVM: add helper functions for global interrupt flagJoerg Roedel1-8/+25
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel1-0/+6
2009-09-10KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita1-3/+3
2009-09-10KVM: ignore AMDs HWCR register access to set the FFDIS bitAndre Przywara1-1/+0
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-22/+62
2009-09-10KVM: SVM: Improve nested interrupt injectionAlexander Graf1-15/+24
2009-09-10KVM: SVM: Implement INVLPGAAlexander Graf1-1/+14
2009-09-10KVM: Implement MSRs used by Hyper-VAlexander Graf1-0/+5
2009-09-10KVM: SVM: Don't save/restore host cr2Avi Kivity1-17/+0
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara1-16/+0
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-2/+2
2009-09-10KVM: Cache pdptrsAvi Kivity1-6/+18
2009-09-10KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity1-1/+40
2009-09-10KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara1-4/+4
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput1-2/+2
2009-08-05KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti1-3/+3
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov1-12/+50
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov1-4/+4
2009-06-10KVM: skip_emulated_instruction() decode instruction if size is not knownGleb Natapov1-6/+5
2009-06-10KVM: Unprotect a page if #PF happens during NMI injection.Gleb Natapov1-2/+1
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa1-8/+24
2009-06-10KVM: SVM: Don't reinject event that caused a task switchGleb Natapov1-2/+21
2009-06-10KVM: SVM: Fix cross vendor migration issue in segment segment descriptorAndre Przywara1-0/+9
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang1-2/+2
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov1-8/+0
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov1-46/+50
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov1-5/+1
2009-06-10KVM: Do not report TPR write to userspace if new value bigger or equal to a p...Gleb Natapov1-0/+4
2009-06-10KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPRGleb Natapov1-4/+1