index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-11
KVM: SVM: Add checks for IO instructions
Joerg Roedel
2
-15
/
+66
2011-05-11
KVM: SVM: Add intercept checks for one-byte instructions
Joerg Roedel
2
-2
/
+16
2011-05-11
KVM: SVM: Add intercept checks for remaining twobyte instructions
Joerg Roedel
2
-7
/
+37
2011-05-11
KVM: SVM: Add intercept checks for remaining group7 instructions
Joerg Roedel
2
-2
/
+30
2011-05-11
KVM: SVM: Add intercept checks for SVM instructions
Joerg Roedel
2
-1
/
+51
2011-05-11
KVM: SVM: Add intercept checks for descriptor table accesses
Joerg Roedel
2
-2
/
+20
2011-05-11
KVM: SVM: Add intercept check for accessing dr registers
Joerg Roedel
2
-15
/
+54
2011-05-11
KVM: SVM: Add intercept check for emulated cr accesses
Joerg Roedel
3
-25
/
+174
2011-05-11
KVM: x86: Add x86 callback for intercept check
Joerg Roedel
4
-9
/
+47
2011-05-11
KVM: x86 emulator: Add flag to check for protected mode instructions
Joerg Roedel
1
-0
/
+7
2011-05-11
KVM: x86 emulator: Add check_perm callback
Joerg Roedel
1
-0
/
+14
2011-05-11
KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED
Joerg Roedel
2
-0
/
+6
2011-05-11
KVM: x86 emulator: add SVM intercepts
Avi Kivity
1
-11
/
+13
2011-05-11
KVM: x86 emulator: add framework for instruction intercepts
Avi Kivity
2
-0
/
+35
2011-05-11
KVM: x86 emulator: implement movdqu instruction (f3 0f 6f, f3 0f 7f)
Avi Kivity
1
-2
/
+21
2011-05-11
KVM: x86 emulator: SSE support
Avi Kivity
1
-3
/
+99
2011-05-11
KVM: x86 emulator: Specialize decoding for insns with 66/f2/f3 prefixes
Avi Kivity
1
-1
/
+25
2011-05-11
KVM: x86 emulator: define callbacks for using the guest fpu within the emulator
Avi Kivity
1
-0
/
+18
2011-05-11
KVM: x86 emulator: do not munge rep prefix
Avi Kivity
1
-3
/
+1
2011-05-11
KVM: 16-byte mmio support
Avi Kivity
1
-9
/
+25
2011-05-11
KVM: Split mmio completion into a function
Avi Kivity
1
-14
/
+25
2011-05-11
KVM: extend in-kernel mmio to handle >8 byte transactions
Avi Kivity
1
-12
/
+46
2011-05-11
KVM: x86: better fix for race between nmi injection and enabling nmi window
Gleb Natapov
1
-1
/
+10
2011-05-11
Revert "KVM: Fix race between nmi injection and enabling nmi window"
Marcelo Tosatti
1
-3
/
+1
2011-05-11
KVM: expose async pf through our standard mechanism
Glauber Costa
1
-0
/
+1
2011-05-11
KVM: VMX: simplify NMI mask management
Avi Kivity
1
-8
/
+2
2011-05-11
KVM: SVM: Remove unused svm_features
Jan Kiszka
1
-3
/
+0
2011-05-11
KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exception
Avi Kivity
1
-1
/
+1
2011-05-11
KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionally
Avi Kivity
1
-2
/
+7
2011-05-11
KVM: VMX: Refactor vmx_complete_atomic_exit()
Avi Kivity
1
-6
/
+9
2011-05-11
KVM: VMX: Qualify check for host NMI
Avi Kivity
1
-1
/
+2
2011-05-11
KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded
Avi Kivity
1
-1
/
+15
2011-05-11
KVM: VMX: Cache cpl
Avi Kivity
1
-1
/
+16
2011-05-11
KVM: VMX: Optimize vmx_get_cpl()
Avi Kivity
1
-1
/
+2
2011-05-11
KVM: VMX: Optimize vmx_get_rflags()
Avi Kivity
1
-6
/
+14
2011-05-11
KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions
Avi Kivity
3
-12
/
+12
2011-04-06
KVM: move and fix substitue search for missing CPUID entries
Andre Przywara
1
-6
/
+25
2011-04-06
KVM: fix XSAVE bit scanning
Andre Przywara
1
-3
/
+3
2011-03-18
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-3
/
+3
2011-03-18
x86: Fix common misspellings
Lucas De Marchi
3
-3
/
+3
2011-03-17
KVM: unbreak userspace that does not sets tss address
Gleb Natapov
1
-0
/
+13
2011-03-17
KVM: MMU: cleanup pte write path
Xiao Guangrong
2
-51
/
+30
2011-03-17
KVM: MMU: introduce a common function to get no-dirty-logged slot
Xiao Guangrong
1
-20
/
+17
2011-03-17
KVM: fix rcu usage in init_rmode_* functions
Xiao Guangrong
1
-4
/
+8
2011-03-17
KVM: fix kvmclock regression due to missing clock update
Nikola Ciprich
1
-1
/
+1
2011-03-17
KVM: emulator: Fix permission checking in io permission bitmap
Gleb Natapov
1
-3
/
+2
2011-03-17
KVM: emulator: Fix io permission checking for 64bit guest
Gleb Natapov
2
-19
/
+33
2011-03-17
KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n
Avi Kivity
1
-0
/
+5
2011-03-17
KVM: x86: Remove useless regs_page pointer from kvm_lapic
Takuya Yoshikawa
3
-7
/
+5
2011-03-17
KVM: MMU: remove unused macros
Xiao Guangrong
2
-8
/
+0
[next]