summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+7Star
* KVM: SVM: Remove flush_guest_tlb functionJoerg Roedel2011-01-121-5/+0Star
* 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/+2Star
* 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/+21Star
* 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/+5Star
* KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity2011-01-121-20/+6Star
* KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit pathAvi Kivity2011-01-121-14/+21
* KVM: SVM: Move svm->host_gs_base into a separate structureAvi Kivity2011-01-121-3/+5
* KVM: SVM: Move guest register save out of interrupts disabled sectionAvi Kivity2011-01-121-5/+5
* KVM: Handle async PF in a guest.Gleb Natapov2011-01-121-9/+36
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-081-0/+4
* KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity2010-11-171-1/+1
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
* KVM: SVM: do not generate "external interrupt exit" if other exit is pendingGleb Natapov2010-10-241-0/+8
* KVM: Non-atomic interrupt injectionAvi Kivity2010-10-241-0/+12
* KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-1/+7
* KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel2010-10-241-0/+4
* KVM: SVM: Report Nested Paging support to userspaceJoerg Roedel2010-10-241-0/+4
* KVM: SVM: Expect two more candiates for exit_int_infoJoerg Roedel2010-10-241-1/+2
* KVM: SVM: Initialize Nested Nested MMU context on VMRUNJoerg Roedel2010-10-241-9/+41
* KVM: SVM: Implement MMU helper functions for Nested Nested PagingJoerg Roedel2010-10-241-0/+30