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