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