summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2009-10-04KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel
2009-10-04KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel
2009-09-10KVM: SVM: Drop tlb flush workaround in nptAvi Kivity
2009-09-10KVM: SVM: enable nested svm by defaultJoerg Roedel
2009-09-10KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel
2009-09-10KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel
2009-09-10KVM: SVM: remove unnecessary is_nested check from svm_cpu_runJoerg Roedel
2009-09-10KVM: SVM: move special nested exit handling to separate functionJoerg Roedel
2009-09-10KVM: SVM: handle errors in vmrun emulation path appropriatlyJoerg Roedel
2009-09-10KVM: SVM: remove nested_svm_do and helper functionsJoerg Roedel
2009-09-10KVM: SVM: clean up nested vmrun pathJoerg Roedel
2009-09-10KVM: SVM: clean up nestec vmload/vmsave pathsJoerg Roedel
2009-09-10KVM: SVM: clean up nested_svm_exit_handled_msrJoerg Roedel
2009-09-10KVM: SVM: get rid of nested_svm_vmexit_realJoerg Roedel
2009-09-10KVM: SVM: simplify nested_svm_check_exceptionJoerg Roedel
2009-09-10KVM: SVM: do nested vmexit in nested_svm_exit_handledJoerg Roedel
2009-09-10KVM: SVM: consolidate nested_svm_exit_handledJoerg Roedel
2009-09-10KVM: SVM: cache nested interceptsJoerg Roedel
2009-09-10KVM: SVM: move nested svm state into seperate structJoerg Roedel
2009-09-10KVM: SVM: complete interrupts after handling nested exitsJoerg Roedel
2009-09-10KVM: SVM: copy only necessary parts of the control area on vmrun/vmexitJoerg Roedel
2009-09-10KVM: SVM: optimize nested vmrunJoerg Roedel
2009-09-10KVM: SVM: optimize nested #vmexitJoerg Roedel
2009-09-10KVM: SVM: add helper functions for global interrupt flagJoerg Roedel
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel
2009-09-10KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita
2009-09-10KVM: ignore AMDs HWCR register access to set the FFDIS bitAndre Przywara
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-09-10KVM: SVM: Improve nested interrupt injectionAlexander Graf
2009-09-10KVM: SVM: Implement INVLPGAAlexander Graf
2009-09-10KVM: Implement MSRs used by Hyper-VAlexander Graf
2009-09-10KVM: SVM: Don't save/restore host cr2Avi Kivity
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-09-10KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity
2009-09-10KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput
2009-08-05KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov
2009-06-10KVM: skip_emulated_instruction() decode instruction if size is not knownGleb Natapov
2009-06-10KVM: Unprotect a page if #PF happens during NMI injection.Gleb Natapov
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa
2009-06-10KVM: SVM: Don't reinject event that caused a task switchGleb Natapov
2009-06-10KVM: SVM: Fix cross vendor migration issue in segment segment descriptorAndre Przywara
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov