summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: SVM: Add intercept checks for remaining group7 instructionsJoerg Roedel2011-05-111-0/+7
* KVM: SVM: Add intercept checks for SVM instructionsJoerg Roedel2011-05-111-0/+8
* KVM: SVM: Add intercept checks for descriptor table accessesJoerg Roedel2011-05-111-0/+8
* KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel2011-05-111-0/+6
* KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel2011-05-111-1/+80
* KVM: x86: Add x86 callback for intercept checkJoerg Roedel2011-05-111-0/+9
* KVM: SVM: Remove unused svm_featuresJan Kiszka2011-05-111-3/+0
* KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity2011-05-111-7/+7
* KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity2011-03-171-0/+5
* KVM: SVM: check for progress after IRET interceptionAvi Kivity2011-03-171-1/+9
* KVM: SVM: Add support for perf-kvmJoerg Roedel2011-03-171-2/+10
* KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel2011-02-221-0/+2
* KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel2011-02-091-1/+1
* KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-121-0/+5
* KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-121-5/+5
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-121-1/+3
* KVM: SVM: implement enhanced INVLPG interceptAndre Przywara2011-01-121-1/+6
* KVM: SVM: enhance mov DR intercept handlerAndre Przywara2011-01-121-16/+40
* KVM: SVM: enhance MOV CR intercept handlerAndre Przywara2011-01-121-11/+79
* KVM: SVM: add new SVM feature bit namesAndre Przywara2011-01-121-0/+4
* KVM: cleanup emulate_instructionAndre Przywara2011-01-121-7/+7
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-121-3/+4
* KVM: SVM: Add xsetbv interceptJoerg Roedel2011-01-121-4/+16
* KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel2011-01-121-2/+8
* KVM: SVM: Use svm_flush_tlb instead of force_new_asidJoerg Roedel2011-01-121-12/+7
* KVM: SVM: Remove flush_guest_tlb functionJoerg Roedel2011-01-121-5/+0
* KVM: SVM: Add clean-bit for LBR stateJoerg Roedel2011-01-121-0/+2
* KVM: SVM: Add clean-bit for CR2 registerJoerg Roedel2011-01-121-2/+3
* KVM: SVM: Add clean-bit for Segements and CPLJoerg Roedel2011-01-121-0/+2
* KVM: SVM: Add clean-bit for GDT and IDTJoerg Roedel2011-01-121-0/+3
* KVM: SVM: Add clean-bit for DR6 and DR7Joerg Roedel2011-01-121-0/+4
* KVM: SVM: Add clean-bit for control registersJoerg Roedel2011-01-121-0/+7
* KVM: SVM: Add clean-bit for NPT stateJoerg Roedel2011-01-121-0/+3
* KVM: SVM: Add clean-bit for interrupt stateJoerg Roedel2011-01-121-1/+7
* KVM: SVM: Add clean-bit for the ASIDJoerg Roedel2011-01-121-0/+3
* KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASEJoerg Roedel2011-01-121-0/+1
* KVM: SVM: Add clean-bit for intercetps, tsc-offset and pause filter countJoerg Roedel2011-01-121-0/+7
* KVM: SVM: Add clean-bits infrastructure codeRoedel, Joerg2011-01-121-0/+31
* KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSCJoerg Roedel2011-01-121-7/+2
* KVM: SVM: Add manipulation functions for misc interceptsJoerg Roedel2011-01-121-33/+51
* KVM: SVM: Add manipulation functions for exception interceptsJoerg Roedel2011-01-121-29/+29
* KVM: SVM: Add manipulation functions for DRx interceptsJoerg Roedel2011-01-121-36/+44
* KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg2011-01-121-56/+64
* KVM: SVM: Add function to recalculate intercept masksJoerg Roedel2011-01-121-17/+26
* KVM: SVM: Make Use of the generic guest-mode functionsJoerg Roedel2011-01-121-23/+21
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-121-3/+4
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-121-0/+10
* KVM: Record instruction set in kvm_exit tracepointAvi Kivity2011-01-121-1/+1
* KVM: SVM: Replace svm_has() by standard Linux cpuid accessorsAvi Kivity2011-01-121-10/+5
* KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity2011-01-121-20/+6
OpenPOWER on IntegriCloud