index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-12
KVM: SVM: Add manipulation functions for exception intercepts
Joerg Roedel
1
-29
/
+29
2011-01-12
KVM: SVM: Add manipulation functions for DRx intercepts
Joerg Roedel
1
-36
/
+44
2011-01-12
KVM: SVM: Add manipulation functions for CRx intercepts
Roedel, Joerg
1
-56
/
+64
2011-01-12
KVM: SVM: Add function to recalculate intercept masks
Joerg Roedel
1
-17
/
+26
2011-01-12
KVM: SVM: Make Use of the generic guest-mode functions
Joerg Roedel
1
-23
/
+21
2011-01-12
KVM: Pull extra page fault information into struct x86_exception
Avi Kivity
1
-3
/
+4
2011-01-12
KVM: Add instruction-set-specific exit qualifications to kvm_exit trace
Avi Kivity
1
-0
/
+10
2011-01-12
KVM: Record instruction set in kvm_exit tracepoint
Avi Kivity
1
-1
/
+1
2011-01-12
KVM: SVM: Replace svm_has() by standard Linux cpuid accessors
Avi Kivity
1
-10
/
+5
2011-01-12
KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers
Avi Kivity
1
-20
/
+6
2011-01-12
KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path
Avi Kivity
1
-14
/
+21
2011-01-12
KVM: SVM: Move svm->host_gs_base into a separate structure
Avi Kivity
1
-3
/
+5
2011-01-12
KVM: SVM: Move guest register save out of interrupts disabled section
Avi Kivity
1
-5
/
+5
2011-01-12
KVM: Handle async PF in a guest.
Gleb Natapov
1
-9
/
+36
2010-12-08
KVM: SVM: Do not report xsave in supported cpuid
Joerg Roedel
1
-0
/
+4
2010-11-17
KVM: Correct ordering of ldt reload wrt fs/gs reload
Avi Kivity
1
-1
/
+1
2010-10-24
KVM: fix typo in copyright notice
Nicolas Kaiser
1
-1
/
+1
2010-10-24
KVM: SVM: do not generate "external interrupt exit" if other exit is pending
Gleb Natapov
1
-0
/
+8
2010-10-24
KVM: Non-atomic interrupt injection
Avi Kivity
1
-0
/
+12
2010-10-24
KVM: Check for pending events before attempting injection
Avi Kivity
1
-1
/
+7
2010-10-24
KVM: X86: Report SVM bit to userspace only when supported
Joerg Roedel
1
-0
/
+4
2010-10-24
KVM: SVM: Report Nested Paging support to userspace
Joerg Roedel
1
-0
/
+4
2010-10-24
KVM: SVM: Expect two more candiates for exit_int_info
Joerg Roedel
1
-1
/
+2
2010-10-24
KVM: SVM: Initialize Nested Nested MMU context on VMRUN
Joerg Roedel
1
-9
/
+41
2010-10-24
KVM: SVM: Implement MMU helper functions for Nested Nested Paging
Joerg Roedel
1
-0
/
+30
2010-10-24
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
Joerg Roedel
1
-1
/
+1
2010-10-24
KVM: X86: Introduce a tdp_set_cr3 function
Joerg Roedel
1
-9
/
+14
2010-10-24
KVM: SVM: Clean up rip handling in vmrun emulation
Roedel, Joerg
1
-4
/
+4
2010-10-24
KVM: SVM: Restore correct registers after sel_cr0 intercept emulation
Joerg Roedel
1
-2
/
+31
2010-10-24
KVM: SVM: init_vmcb should reset vcpu->efer
Marcelo Tosatti
1
-1
/
+1
2010-10-24
KVM: SVM: reset mmu context in init_vmcb
Marcelo Tosatti
1
-2
/
+2
2010-10-24
KVM: x86: Unify TSC logic
Zachary Amsden
1
-16
/
+10
2010-10-24
KVM: x86: Move TSC offset writes to common code
Zachary Amsden
1
-2
/
+4
2010-10-24
KVM: x86: Convert TSC writes to TSC offset writes
Zachary Amsden
1
-14
/
+17
2010-10-24
KVM: SVM: Check for asid != 0 on nested vmrun
Joerg Roedel
1
-0
/
+3
2010-10-24
KVM: SVM: Check for nested vmrun intercept before emulating vmrun
Joerg Roedel
1
-0
/
+19
2010-10-24
KVM: SVM: Emulate next_rip svm feature
Joerg Roedel
1
-1
/
+7
2010-10-24
KVM: SVM: Sync efer back into nested vmcb
Joerg Roedel
1
-0
/
+1
2010-10-19
KVM: Fix fs/gs reload oops with invalid ldt
Avi Kivity
1
-5
/
+10
2010-10-11
KVM: x86: Move TSC reset out of vmcb_init
Zachary Amsden
1
-1
/
+1
2010-10-11
KVM: x86: Fix SVM VMCB reset
Zachary Amsden
1
-1
/
+1
2010-08-06
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2010-08-06
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2010-08-01
KVM: VMX: Execute WBINVD to keep data consistency with assigned devices
Sheng Yang
1
-0
/
+7
2010-08-01
KVM: Add mini-API for vcpu->requests
Avi Kivity
1
-1
/
+1
2010-08-01
KVM: Fix mov cr3 #GP at wrong instruction
Avi Kivity
1
-2
/
+2
2010-08-01
KVM: Fix mov cr0 #GP at wrong instruction
Avi Kivity
1
-1
/
+1
2010-08-01
KVM: x86: Propagate fpu_alloc errors
Jan Kiszka
1
-1
/
+6
2010-08-01
KVM: SVM: Fix EFER.LME being stripped
Zachary Amsden
1
-1
/
+1
2010-08-01
KVM: Update Red Hat copyrights
Avi Kivity
1
-0
/
+1
[prev]
[next]