index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
KVM: x86: Return UNHANDLABLE on unsupported SYSENTER
Nadav Amit
2014-11-08
1
-4
/
+2
*
KVM: x86: Warn on APIC base relocation
Nadav Amit
2014-11-08
1
-0
/
+4
*
KVM: x86: Emulator mis-decodes VEX instructions on real-mode
Nadav Amit
2014-11-08
1
-2
/
+1
*
KVM: x86: Remove redundant and incorrect cpl check on task-switch
Nadav Amit
2014-11-07
1
-6
/
+2
*
KVM: x86: Inject #GP when loading system segments with non-canonical base
Nadav Amit
2014-11-07
1
-0
/
+6
*
KVM: x86: Combine the lgdt and lidt emulation logic
Nadav Amit
2014-11-07
1
-16
/
+11
*
KVM: x86: Do not update EFLAGS on faulting emulation
Nadav Amit
2014-11-07
1
-1
/
+3
*
KVM: x86: MOV to CR3 can set bit 63
Nadav Amit
2014-11-07
3
-1
/
+4
*
KVM: x86: Emulate push sreg as done in Core
Nadav Amit
2014-11-07
1
-0
/
+4
*
KVM: x86: Wrong flags on CMPS and SCAS emulation
Nadav Amit
2014-11-07
1
-2
/
+13
*
KVM: x86: SYSCALL cannot clear eflags[1]
Nadav Amit
2014-11-07
1
-0
/
+1
*
KVM: x86: Emulation of MOV-sreg to memory uses incorrect size
Nadav Amit
2014-11-07
1
-0
/
+2
*
KVM: x86: Breakpoints do not consider CS.base
Nadav Amit
2014-11-07
3
-16
/
+18
*
KVM: x86: Clear DR6[0:3] on #DB during handle_dr
Nadav Amit
2014-11-07
1
-0
/
+1
*
KVM: x86: Emulator should set DR6 upon GD like real CPU
Nadav Amit
2014-11-07
1
-1
/
+8
*
KVM: x86: No error-code on real-mode exceptions
Nadav Amit
2014-11-07
1
-0
/
+2
*
KVM: x86: decode_modrm does not regard modrm correctly
Nadav Amit
2014-11-07
1
-4
/
+1
*
KVM: x86: reset RVI upon system reset
Wei Wang
2014-11-07
2
-8
/
+15
*
kvm: x86: vmx: avoid returning bool to distinguish success from error
Paolo Bonzini
2014-11-07
1
-21
/
+32
*
kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()
Tiejun Chen
2014-11-07
1
-134
/
+133
*
kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()
Tiejun Chen
2014-11-07
1
-70
/
+70
*
Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2014-11-07
2
-44
/
+48
|
\
|
*
KVM: s390: fix handling of lctl[g]/stctl[g]
Heiko Carstens
2014-11-07
1
-36
/
+32
|
*
KVM: s390: flush CPU on load control
Christian Borntraeger
2014-11-07
1
-2
/
+2
[next]