aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAge
* KVM: SVM: Add intercept checks for remaining group7 instructionsJoerg Roedel2011-05-11
* KVM: SVM: Add intercept checks for SVM instructionsJoerg Roedel2011-05-11
* KVM: SVM: Add intercept checks for descriptor table accessesJoerg Roedel2011-05-11
* KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel2011-05-11
* KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel2011-05-11
* KVM: x86: Add x86 callback for intercept checkJoerg Roedel2011-05-11
* KVM: SVM: Remove unused svm_featuresJan Kiszka2011-05-11
* KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity2011-05-11
* KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity2011-03-17
* KVM: SVM: check for progress after IRET interceptionAvi Kivity2011-03-17
* KVM: SVM: Add support for perf-kvmJoerg Roedel2011-03-17
* 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