summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-17KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity1-0/+5
2011-03-17KVM: SVM: check for progress after IRET interceptionAvi Kivity1-1/+9
2011-03-17KVM: SVM: Add support for perf-kvmJoerg Roedel1-2/+10
2011-02-22KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel1-0/+2
2011-02-09KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel1-1/+1
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity1-0/+5
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity1-5/+5
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara1-1/+3
2011-01-12KVM: SVM: implement enhanced INVLPG interceptAndre Przywara1-1/+6
2011-01-12KVM: SVM: enhance mov DR intercept handlerAndre Przywara1-16/+40
2011-01-12KVM: SVM: enhance MOV CR intercept handlerAndre Przywara1-11/+79
2011-01-12KVM: SVM: add new SVM feature bit namesAndre Przywara1-0/+4
2011-01-12KVM: cleanup emulate_instructionAndre Przywara1-7/+7
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara1-3/+4
2011-01-12KVM: SVM: Add xsetbv interceptJoerg Roedel1-4/+16
2011-01-12KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel1-2/+8
2011-01-12KVM: SVM: Use svm_flush_tlb instead of force_new_asidJoerg Roedel1-12/+7
2011-01-12KVM: SVM: Remove flush_guest_tlb functionJoerg Roedel1-5/+0
2011-01-12KVM: SVM: Add clean-bit for LBR stateJoerg Roedel1-0/+2
2011-01-12KVM: SVM: Add clean-bit for CR2 registerJoerg Roedel1-2/+3
2011-01-12KVM: SVM: Add clean-bit for Segements and CPLJoerg Roedel1-0/+2
2011-01-12KVM: SVM: Add clean-bit for GDT and IDTJoerg Roedel1-0/+3
2011-01-12KVM: SVM: Add clean-bit for DR6 and DR7Joerg Roedel1-0/+4
2011-01-12KVM: SVM: Add clean-bit for control registersJoerg Roedel1-0/+7
2011-01-12KVM: SVM: Add clean-bit for NPT stateJoerg Roedel1-0/+3
2011-01-12KVM: SVM: Add clean-bit for interrupt stateJoerg Roedel1-1/+7
2011-01-12KVM: SVM: Add clean-bit for the ASIDJoerg Roedel1-0/+3
2011-01-12KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASEJoerg Roedel1-0/+1
2011-01-12KVM: SVM: Add clean-bit for intercetps, tsc-offset and pause filter countJoerg Roedel1-0/+7
2011-01-12KVM: SVM: Add clean-bits infrastructure codeRoedel, Joerg1-0/+31
2011-01-12KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSCJoerg Roedel1-7/+2
2011-01-12KVM: SVM: Add manipulation functions for misc interceptsJoerg Roedel1-33/+51
2011-01-12KVM: SVM: Add manipulation functions for exception interceptsJoerg Roedel1-29/+29
2011-01-12KVM: SVM: Add manipulation functions for DRx interceptsJoerg Roedel1-36/+44
2011-01-12KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg1-56/+64
2011-01-12KVM: SVM: Add function to recalculate intercept masksJoerg Roedel1-17/+26
2011-01-12KVM: SVM: Make Use of the generic guest-mode functionsJoerg Roedel1-23/+21
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity1-3/+4
2011-01-12KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity1-0/+10
2011-01-12KVM: Record instruction set in kvm_exit tracepointAvi Kivity1-1/+1
2011-01-12KVM: SVM: Replace svm_has() by standard Linux cpuid accessorsAvi Kivity1-10/+5
2011-01-12KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity1-20/+6
2011-01-12KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit pathAvi Kivity1-14/+21
2011-01-12KVM: SVM: Move svm->host_gs_base into a separate structureAvi Kivity1-3/+5
2011-01-12KVM: SVM: Move guest register save out of interrupts disabled sectionAvi Kivity1-5/+5
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov1-9/+36
2010-12-08KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel1-0/+4
2010-11-17KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity1-1/+1
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: SVM: do not generate "external interrupt exit" if other exit is pendingGleb Natapov1-0/+8