summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
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-18KVM: 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
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity1-0/+12
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity1-1/+7
2010-10-24KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel1-0/+4
2010-10-24KVM: SVM: Report Nested Paging support to userspaceJoerg Roedel1-0/+4
2010-10-24KVM: SVM: Expect two more candiates for exit_int_infoJoerg Roedel1-1/+2
2010-10-24KVM: SVM: Initialize Nested Nested MMU context on VMRUNJoerg Roedel1-9/+41
2010-10-24KVM: SVM: Implement MMU helper functions for Nested Nested PagingJoerg Roedel1-0/+30
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel1-1/+1
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel1-9/+14
2010-10-24KVM: SVM: Clean up rip handling in vmrun emulationRoedel, Joerg1-4/+4
2010-10-24KVM: SVM: Restore correct registers after sel_cr0 intercept emulationJoerg Roedel1-2/+31
2010-10-24KVM: SVM: init_vmcb should reset vcpu->eferMarcelo Tosatti1-1/+1
2010-10-24KVM: SVM: reset mmu context in init_vmcbMarcelo Tosatti1-2/+2
2010-10-24KVM: x86: Unify TSC logicZachary Amsden1-16/+10
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden1-2/+4
2010-10-24KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden1-14/+17
2010-10-24KVM: SVM: Check for asid != 0 on nested vmrunJoerg Roedel1-0/+3
2010-10-24KVM: SVM: Check for nested vmrun intercept before emulating vmrunJoerg Roedel1-0/+19
2010-10-24KVM: SVM: Emulate next_rip svm featureJoerg Roedel1-1/+7
2010-10-24KVM: SVM: Sync efer back into nested vmcbJoerg Roedel1-0/+1
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity1-5/+10
2010-10-11KVM: x86: Move TSC reset out of vmcb_initZachary Amsden1-1/+1