index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
x86/fpu: Rename user_has_fpu() to fpregs_active()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Move asm/xcr.h to asm/fpu/internal.h
Ingo Molnar
2
-2
/
+0
2015-05-19
x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Simplify fpstate_init_curr() usage
Ingo Molnar
1
-2
/
+1
2015-05-19
x86/fpu, kvm: Simplify fx_init()
Ingo Molnar
1
-11
/
+3
2015-05-19
x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Remove failure return from fpstate_alloc_init()
Ingo Molnar
1
-2
/
+2
2015-05-19
x86/fpu: Remove failure paths from fpstate-alloc low level functions
Ingo Molnar
1
-11
/
+0
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
1
-7
/
+7
2015-05-19
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'
Ingo Molnar
1
-2
/
+2
2015-05-19
x86/fpu: Rename 'xsave_hdr' to 'header'
Ingo Molnar
1
-4
/
+4
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Move xsave.h to fpu/xsave.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Use 'struct fpu' in fpstate_alloc_init()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
Ingo Molnar
1
-1
/
+2
2015-05-19
x86/fpu: Open code PF_USED_MATH usages
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu_finit() to fpstate_init()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu_free() to fpstate_free()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu_alloc() to fpstate_alloc()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
Ingo Molnar
1
-1
/
+1
2015-04-27
kvm: x86: fix kvmclock update protocol
Radim Krčmář
1
-5
/
+28
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-04-21
KVM: VMX: Preserve host CR4.MCE value while in guest mode.
Ben Serebrin
1
-2
/
+10
2015-04-15
VFS: assorted d_backing_inode() annotations
David Howells
1
-1
/
+1
2015-04-15
KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte
Xiao Guangrong
1
-3
/
+5
2015-04-15
kvm: mmu: don't do memslot overflow check
Wanpeng Li
1
-10
/
+2
2015-04-14
KVM: x86: cleanup kvm_irq_delivery_to_apic_fast
Paolo Bonzini
1
-5
/
+6
2015-04-14
KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save
Nadav Amit
1
-2
/
+8
2015-04-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+7
2015-04-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-356
/
+528
2015-04-08
kvm: mmu: lazy collapse small sptes into large sptes
Wanpeng Li
2
-0
/
+90
2015-04-08
KVM: x86: Clear CR2 on VCPU reset
Nadav Amit
1
-0
/
+2
2015-04-08
KVM: x86: DR0-DR3 are not clear on reset
Nadav Amit
1
-0
/
+14
2015-04-08
KVM: x86: BSP in MSR_IA32_APICBASE is writable
Nadav Amit
4
-5
/
+3
2015-04-08
KVM: x86: simplify kvm_apic_map
Radim Krčmář
2
-65
/
+28
2015-04-08
KVM: x86: avoid logical_map when it is invalid
Radim Krčmář
1
-1
/
+23
2015-04-08
KVM: x86: fix mixed APIC mode broadcast
Radim Krčmář
1
-5
/
+4
2015-04-08
KVM: x86: use MDA for interrupt matching
Radim Krčmář
1
-7
/
+33
2015-04-08
KVM: nVMX: remove unnecessary double caching of MAXPHYADDR
Eugene Korenevsky
1
-8
/
+6
2015-04-08
KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry
Eugene Korenevsky
1
-6
/
+7
2015-04-08
KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu
Eugene Korenevsky
3
-15
/
+26
2015-04-08
KVM: vmx: pass error code with internal error #2
Radim Krčmář
1
-1
/
+2
2015-04-08
KVM: x86: optimize delivery of TSC deadline timer interrupt
Paolo Bonzini
1
-6
/
+7
2015-04-08
KVM: x86: extract blocking logic from __vcpu_run
Paolo Bonzini
1
-28
/
+34
2015-04-08
kvm: x86: fix x86 eflags fixed bit
Wanpeng Li
1
-3
/
+3
2015-04-07
Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
11
-29
/
+34
[next]