index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-05
KVM: x86: support XSAVES usage in the host
Paolo Bonzini
1
-7
/
+83
2014-12-04
KVM: x86: allow 256 logical x2APICs again
Radim Krčmář
2
-7
/
+6
2014-12-04
KVM: x86: check bounds of APIC maps
Radim Krčmář
1
-4
/
+5
2014-12-04
KVM: x86: fix APIC physical destination wrapping
Radim Krčmář
1
-1
/
+4
2014-12-04
KVM: x86: deliver phys lowest-prio
Radim Krčmář
1
-2
/
+0
2014-12-04
KVM: x86: don't retry hopeless APIC delivery
Radim Krčmář
1
-2
/
+2
2014-12-04
KVM: x86: use MSR_ICR instead of a number
Radim Krčmář
1
-2
/
+2
2014-12-04
KVM: x86: Fix reserved x2apic registers
Nadav Amit
1
-0
/
+9
2014-12-04
KVM: x86: Generate #UD when memory operand is required
Nadav Amit
1
-4
/
+34
2014-11-24
kvm: x86: avoid warning about potential shift wrapping bug
Paolo Bonzini
2
-2
/
+2
2014-11-24
KVM: x86: move device assignment out of kvm_host.h
Paolo Bonzini
4
-10
/
+64
2014-11-23
kvm: x86: mask out XSAVES
Paolo Bonzini
1
-1
/
+10
2014-11-23
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
Radim Krčmář
4
-2
/
+1386
2014-11-21
kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64
Radim Krcmar
2
-24
/
+2
2014-11-21
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
Paolo Bonzini
5
-3
/
+1134
2014-11-19
KVM: x86: Remove FIXMEs in emulate.c
Nicholas Krause
1
-4
/
+0
2014-11-19
KVM: emulator: remove duplicated limit check
Paolo Bonzini
1
-9
/
+4
2014-11-19
KVM: emulator: remove code duplication in register_address{,_increment}
Paolo Bonzini
1
-12
/
+11
2014-11-19
KVM: x86: Move __linearize masking of la into switch
Nadav Amit
1
-2
/
+1
2014-11-19
KVM: x86: Non-canonical access using SS should cause #SS
Nadav Amit
1
-1
/
+1
2014-11-19
KVM: x86: Perform limit checks when assigning EIP
Nadav Amit
1
-41
/
+54
2014-11-19
KVM: x86: Emulator performs privilege checks on __linearize
Nadav Amit
1
-15
/
+0
2014-11-19
KVM: x86: Stack size is overridden by __linearize
Nadav Amit
1
-4
/
+5
2014-11-19
KVM: x86: Revert NoBigReal patch in the emulator
Nadav Amit
1
-7
/
+1
2014-11-18
kvm: x86: vmx: remove MMIO_MAX_GEN
Tiejun Chen
1
-4
/
+3
2014-11-18
kvm: x86: vmx: cleanup handle_ept_violation
Tiejun Chen
1
-3
/
+3
2014-11-17
KVM: x86: Fix lost interrupt on irr_pending race
Nadav Amit
1
-6
/
+12
2014-11-17
KVM: compute correct map even if all APICs are software disabled
Paolo Bonzini
1
-10
/
+15
2014-11-17
KVM: x86: Software disabled APIC should still deliver NMIs
Nadav Amit
1
-8
/
+15
2014-11-13
kvm: svm: move WARN_ON in svm_adjust_tsc_offset
Chris J Arges
2
-4
/
+6
2014-11-12
x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match
Andy Lutomirski
1
-1
/
+3
2014-11-12
x86, kvm, vmx: Always use LOAD_IA32_EFER if available
Andy Lutomirski
1
-2
/
+8
2014-11-10
KVM: x86: fix warning on 32-bit compilation
Paolo Bonzini
1
-0
/
+2
2014-11-08
kvm: x86: add trace event for pvclock updates
David Matlack
2
-0
/
+39
2014-11-08
kvm: x86: Fix kvm clock versioning.
Owen Hofmann
1
-5
/
+5
2014-11-08
KVM: x86: MOVNTI emulation min opsize is not respected
Nadav Amit
1
-7
/
+7
2014-11-08
KVM: x86: update masterclock values on TSC writes
Marcelo Tosatti
1
-9
/
+10
2014-11-08
KVM: x86: Return UNHANDLABLE on unsupported SYSENTER
Nadav Amit
1
-4
/
+2
2014-11-08
KVM: x86: Warn on APIC base relocation
Nadav Amit
1
-0
/
+4
2014-11-08
KVM: x86: Emulator mis-decodes VEX instructions on real-mode
Nadav Amit
1
-2
/
+1
2014-11-07
KVM: x86: Remove redundant and incorrect cpl check on task-switch
Nadav Amit
1
-6
/
+2
2014-11-07
KVM: x86: Inject #GP when loading system segments with non-canonical base
Nadav Amit
1
-0
/
+6
2014-11-07
KVM: x86: Combine the lgdt and lidt emulation logic
Nadav Amit
1
-16
/
+11
2014-11-07
KVM: x86: Do not update EFLAGS on faulting emulation
Nadav Amit
1
-1
/
+3
2014-11-07
KVM: x86: MOV to CR3 can set bit 63
Nadav Amit
2
-1
/
+3
2014-11-07
KVM: x86: Emulate push sreg as done in Core
Nadav Amit
1
-0
/
+4
2014-11-07
KVM: x86: Wrong flags on CMPS and SCAS emulation
Nadav Amit
1
-2
/
+13
2014-11-07
KVM: x86: SYSCALL cannot clear eflags[1]
Nadav Amit
1
-0
/
+1
2014-11-07
KVM: x86: Emulation of MOV-sreg to memory uses incorrect size
Nadav Amit
1
-0
/
+2
2014-11-07
KVM: x86: Breakpoints do not consider CS.base
Nadav Amit
2
-16
/
+17
[next]