aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAge
...
* KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel2011-02-22
* KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel2011-02-09
* KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-12
* KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-12
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-12
* KVM: SVM: implement enhanced INVLPG interceptAndre Przywara2011-01-12
* KVM: SVM: enhance mov DR intercept handlerAndre Przywara2011-01-12
* KVM: SVM: enhance MOV CR intercept handlerAndre Przywara2011-01-12
* KVM: SVM: add new SVM feature bit namesAndre Przywara2011-01-12
* KVM: cleanup emulate_instructionAndre Przywara2011-01-12
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-12
* KVM: SVM: Add xsetbv interceptJoerg Roedel2011-01-12
* KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel2011-01-12
* KVM: SVM: Use svm_flush_tlb instead of force_new_asidJoerg Roedel2011-01-12
* KVM: SVM: Remove flush_guest_tlb functionJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for LBR stateJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for CR2 registerJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for Segements and CPLJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for GDT and IDTJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for DR6 and DR7Joerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for control registersJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for NPT stateJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for interrupt stateJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for the ASIDJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASEJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bit for intercetps, tsc-offset and pause filter countJoerg Roedel2011-01-12
* KVM: SVM: Add clean-bits infrastructure codeRoedel, Joerg2011-01-12
* KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSCJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for misc interceptsJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for exception interceptsJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for DRx interceptsJoerg Roedel2011-01-12
* KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg2011-01-12
* KVM: SVM: Add function to recalculate intercept masksJoerg Roedel2011-01-12
* KVM: SVM: Make Use of the generic guest-mode functionsJoerg Roedel2011-01-12
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-12
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-12
* KVM: Record instruction set in kvm_exit tracepointAvi Kivity2011-01-12
* KVM: SVM: Replace svm_has() by standard Linux cpuid accessorsAvi Kivity2011-01-12
* KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity2011-01-12
* KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit pathAvi Kivity2011-01-12
* KVM: SVM: Move svm->host_gs_base into a separate structureAvi Kivity2011-01-12
* KVM: SVM: Move guest register save out of interrupts disabled sectionAvi Kivity2011-01-12
* KVM: Handle async PF in a guest.Gleb Natapov2011-01-12
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-08
* KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity2010-11-17
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-24
* KVM: SVM: do not generate "external interrupt exit" if other exit is pendingGleb Natapov2010-10-24
* KVM: Non-atomic interrupt injectionAvi Kivity2010-10-24
* KVM: Check for pending events before attempting injectionAvi Kivity2010-10-24
* KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel2010-10-24