index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
KVM: SVM: Add clean-bit for GDT and IDT
Joerg Roedel
2011-01-12
1
-0
/
+3
*
KVM: SVM: Add clean-bit for DR6 and DR7
Joerg Roedel
2011-01-12
1
-0
/
+4
*
KVM: SVM: Add clean-bit for control registers
Joerg Roedel
2011-01-12
1
-0
/
+7
*
KVM: SVM: Add clean-bit for NPT state
Joerg Roedel
2011-01-12
1
-0
/
+3
*
KVM: SVM: Add clean-bit for interrupt state
Joerg Roedel
2011-01-12
1
-1
/
+7
*
KVM: SVM: Add clean-bit for the ASID
Joerg Roedel
2011-01-12
1
-0
/
+3
*
KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASE
Joerg Roedel
2011-01-12
1
-0
/
+1
*
KVM: SVM: Add clean-bit for intercetps, tsc-offset and pause filter count
Joerg Roedel
2011-01-12
1
-0
/
+7
*
KVM: SVM: Add clean-bits infrastructure code
Roedel, Joerg
2011-01-12
1
-0
/
+31
*
KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSC
Joerg Roedel
2011-01-12
1
-7
/
+2
*
KVM: SVM: Add manipulation functions for misc intercepts
Joerg Roedel
2011-01-12
1
-33
/
+51
*
KVM: SVM: Add manipulation functions for exception intercepts
Joerg Roedel
2011-01-12
1
-29
/
+29
*
KVM: SVM: Add manipulation functions for DRx intercepts
Joerg Roedel
2011-01-12
1
-36
/
+44
*
KVM: SVM: Add manipulation functions for CRx intercepts
Roedel, Joerg
2011-01-12
1
-56
/
+64
*
KVM: SVM: Add function to recalculate intercept masks
Joerg Roedel
2011-01-12
1
-17
/
+26
*
KVM: SVM: Make Use of the generic guest-mode functions
Joerg Roedel
2011-01-12
1
-23
/
+21
*
KVM: Pull extra page fault information into struct x86_exception
Avi Kivity
2011-01-12
1
-3
/
+4
*
KVM: Add instruction-set-specific exit qualifications to kvm_exit trace
Avi Kivity
2011-01-12
1
-0
/
+10
*
KVM: Record instruction set in kvm_exit tracepoint
Avi Kivity
2011-01-12
1
-1
/
+1
*
KVM: SVM: Replace svm_has() by standard Linux cpuid accessors
Avi Kivity
2011-01-12
1
-10
/
+5
*
KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers
Avi Kivity
2011-01-12
1
-20
/
+6
*
KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path
Avi Kivity
2011-01-12
1
-14
/
+21
*
KVM: SVM: Move svm->host_gs_base into a separate structure
Avi Kivity
2011-01-12
1
-3
/
+5
*
KVM: SVM: Move guest register save out of interrupts disabled section
Avi Kivity
2011-01-12
1
-5
/
+5
*
KVM: Handle async PF in a guest.
Gleb Natapov
2011-01-12
1
-9
/
+36
*
KVM: SVM: Do not report xsave in supported cpuid
Joerg Roedel
2010-12-08
1
-0
/
+4
*
KVM: Correct ordering of ldt reload wrt fs/gs reload
Avi Kivity
2010-11-17
1
-1
/
+1
*
KVM: fix typo in copyright notice
Nicolas Kaiser
2010-10-24
1
-1
/
+1
*
KVM: SVM: do not generate "external interrupt exit" if other exit is pending
Gleb Natapov
2010-10-24
1
-0
/
+8
*
KVM: Non-atomic interrupt injection
Avi Kivity
2010-10-24
1
-0
/
+12
*
KVM: Check for pending events before attempting injection
Avi Kivity
2010-10-24
1
-1
/
+7
*
KVM: X86: Report SVM bit to userspace only when supported
Joerg Roedel
2010-10-24
1
-0
/
+4
*
KVM: SVM: Report Nested Paging support to userspace
Joerg Roedel
2010-10-24
1
-0
/
+4
*
KVM: SVM: Expect two more candiates for exit_int_info
Joerg Roedel
2010-10-24
1
-1
/
+2
*
KVM: SVM: Initialize Nested Nested MMU context on VMRUN
Joerg Roedel
2010-10-24
1
-9
/
+41
*
KVM: SVM: Implement MMU helper functions for Nested Nested Paging
Joerg Roedel
2010-10-24
1
-0
/
+30
*
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
Joerg Roedel
2010-10-24
1
-1
/
+1
*
KVM: X86: Introduce a tdp_set_cr3 function
Joerg Roedel
2010-10-24
1
-9
/
+14
*
KVM: SVM: Clean up rip handling in vmrun emulation
Roedel, Joerg
2010-10-24
1
-4
/
+4
*
KVM: SVM: Restore correct registers after sel_cr0 intercept emulation
Joerg Roedel
2010-10-24
1
-2
/
+31
*
KVM: SVM: init_vmcb should reset vcpu->efer
Marcelo Tosatti
2010-10-24
1
-1
/
+1
*
KVM: SVM: reset mmu context in init_vmcb
Marcelo Tosatti
2010-10-24
1
-2
/
+2
*
KVM: x86: Unify TSC logic
Zachary Amsden
2010-10-24
1
-16
/
+10
*
KVM: x86: Move TSC offset writes to common code
Zachary Amsden
2010-10-24
1
-2
/
+4
*
KVM: x86: Convert TSC writes to TSC offset writes
Zachary Amsden
2010-10-24
1
-14
/
+17
*
KVM: SVM: Check for asid != 0 on nested vmrun
Joerg Roedel
2010-10-24
1
-0
/
+3
*
KVM: SVM: Check for nested vmrun intercept before emulating vmrun
Joerg Roedel
2010-10-24
1
-0
/
+19
*
KVM: SVM: Emulate next_rip svm feature
Joerg Roedel
2010-10-24
1
-1
/
+7
*
KVM: SVM: Sync efer back into nested vmcb
Joerg Roedel
2010-10-24
1
-0
/
+1
*
KVM: Fix fs/gs reload oops with invalid ldt
Avi Kivity
2010-10-19
1
-5
/
+10
[prev]
[next]