index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: allow 256 logical x2APICs again
Radim Krčmář
2014-12-04
2
-7
/
+6
*
KVM: x86: check bounds of APIC maps
Radim Krčmář
2014-12-04
1
-4
/
+5
*
KVM: x86: fix APIC physical destination wrapping
Radim Krčmář
2014-12-04
1
-1
/
+4
*
KVM: x86: deliver phys lowest-prio
Radim Krčmář
2014-12-04
1
-2
/
+0
*
KVM: x86: don't retry hopeless APIC delivery
Radim Krčmář
2014-12-04
1
-2
/
+2
*
KVM: x86: use MSR_ICR instead of a number
Radim Krčmář
2014-12-04
1
-2
/
+2
*
KVM: x86: Fix reserved x2apic registers
Nadav Amit
2014-12-04
1
-0
/
+9
*
KVM: x86: Generate #UD when memory operand is required
Nadav Amit
2014-12-04
1
-4
/
+34
*
Merge tag 'kvm-s390-next-20141128' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2014-12-03
9
-399
/
+872
|
\
|
*
KVM: s390: allow injecting all kinds of machine checks
Jens Freimann
2014-11-28
1
-3
/
+11
|
*
KVM: s390: handle pending local interrupts via bitmap
Jens Freimann
2014-11-28
6
-282
/
+380
|
*
KVM: s390: add bitmap for handling cpu-local interrupts
Jens Freimann
2014-11-28
1
-0
/
+86
|
*
KVM: s390: refactor interrupt delivery code
Jens Freimann
2014-11-28
1
-177
/
+282
|
*
KVM: s390: add defines for virtio and pfault interrupt code
Jens Freimann
2014-11-28
1
-2
/
+4
|
*
KVM: s390: external param not valid for cpu timer and ckc
David Hildenbrand
2014-11-28
1
-4
/
+2
|
*
KVM: s390: refactor interrupt injection code
Jens Freimann
2014-11-28
1
-54
/
+167
|
*
KVM: S390: Create helper function get_guest_storage_key
Jason J. Herne
2014-11-28
2
-0
/
+40
|
*
KVM: s390: trigger the right CPU exit for floating interrupts
Christian Borntraeger
2014-11-28
1
-1
/
+11
|
*
KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction
Thomas Huth
2014-11-28
4
-13
/
+23
|
*
KVM: s390: Small fixes for the PFMF handler
Thomas Huth
2014-11-28
1
-4
/
+7
*
|
kvm: x86: avoid warning about potential shift wrapping bug
Paolo Bonzini
2014-11-24
3
-3
/
+3
*
|
KVM: x86: move device assignment out of kvm_host.h
Paolo Bonzini
2014-11-24
5
-33
/
+64
|
/
*
kvm: x86: mask out XSAVES
Paolo Bonzini
2014-11-23
1
-1
/
+10
*
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
Radim Krčmář
2014-11-23
5
-2
/
+1409
*
kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64
Radim Krcmar
2014-11-21
2
-24
/
+2
*
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
Paolo Bonzini
2014-11-21
6
-3
/
+1150
*
KVM: ia64: remove
Paolo Bonzini
2014-11-20
27
-13235
/
+0
*
KVM: x86: Remove FIXMEs in emulate.c
Nicholas Krause
2014-11-19
1
-4
/
+0
*
KVM: emulator: remove duplicated limit check
Paolo Bonzini
2014-11-19
1
-9
/
+4
*
KVM: emulator: remove code duplication in register_address{,_increment}
Paolo Bonzini
2014-11-19
1
-12
/
+11
*
KVM: x86: Move __linearize masking of la into switch
Nadav Amit
2014-11-19
1
-2
/
+1
*
KVM: x86: Non-canonical access using SS should cause #SS
Nadav Amit
2014-11-19
1
-1
/
+1
*
KVM: x86: Perform limit checks when assigning EIP
Nadav Amit
2014-11-19
1
-41
/
+54
*
KVM: x86: Emulator performs privilege checks on __linearize
Nadav Amit
2014-11-19
1
-15
/
+0
*
KVM: x86: Stack size is overridden by __linearize
Nadav Amit
2014-11-19
1
-4
/
+5
*
KVM: x86: Revert NoBigReal patch in the emulator
Nadav Amit
2014-11-19
1
-7
/
+1
*
kvm: x86: vmx: remove MMIO_MAX_GEN
Tiejun Chen
2014-11-18
1
-4
/
+3
*
kvm: x86: vmx: cleanup handle_ept_violation
Tiejun Chen
2014-11-18
1
-3
/
+3
*
KVM: x86: Fix lost interrupt on irr_pending race
Nadav Amit
2014-11-17
1
-6
/
+12
*
KVM: compute correct map even if all APICs are software disabled
Paolo Bonzini
2014-11-17
1
-10
/
+15
*
KVM: x86: Software disabled APIC should still deliver NMIs
Nadav Amit
2014-11-17
1
-8
/
+15
*
kvm: x86: increase user memory slots to 509
Igor Mammedov
2014-11-14
1
-1
/
+1
*
kvm: svm: move WARN_ON in svm_adjust_tsc_offset
Chris J Arges
2014-11-13
2
-4
/
+6
*
x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match
Andy Lutomirski
2014-11-12
1
-1
/
+3
*
x86, kvm, vmx: Always use LOAD_IA32_EFER if available
Andy Lutomirski
2014-11-12
1
-2
/
+8
*
KVM: x86: fix warning on 32-bit compilation
Paolo Bonzini
2014-11-10
1
-0
/
+2
*
kvm: x86: add trace event for pvclock updates
David Matlack
2014-11-08
2
-0
/
+39
*
kvm: x86: Fix kvm clock versioning.
Owen Hofmann
2014-11-08
1
-5
/
+5
*
KVM: x86: MOVNTI emulation min opsize is not respected
Nadav Amit
2014-11-08
1
-7
/
+7
*
KVM: x86: update masterclock values on TSC writes
Marcelo Tosatti
2014-11-08
1
-9
/
+10
[next]