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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-07
KVM: x86: Clear DR6[0:3] on #DB during handle_dr
Nadav Amit
1
-0
/
+1
2014-11-07
KVM: x86: Emulator should set DR6 upon GD like real CPU
Nadav Amit
1
-1
/
+8
2014-11-07
KVM: x86: No error-code on real-mode exceptions
Nadav Amit
1
-0
/
+2
2014-11-07
KVM: x86: decode_modrm does not regard modrm correctly
Nadav Amit
1
-4
/
+1
2014-11-07
KVM: x86: reset RVI upon system reset
Wei Wang
2
-8
/
+15
2014-11-07
kvm: x86: vmx: avoid returning bool to distinguish success from error
Paolo Bonzini
1
-21
/
+32
2014-11-07
kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()
Tiejun Chen
1
-134
/
+133
2014-11-07
kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()
Tiejun Chen
1
-70
/
+70
2014-11-07
Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2
-44
/
+48
2014-11-07
KVM: s390: fix handling of lctl[g]/stctl[g]
Heiko Carstens
1
-36
/
+32
2014-11-07
KVM: s390: flush CPU on load control
Christian Borntraeger
1
-2
/
+2
2014-11-07
KVM: s390: Fix ipte locking
Christian Borntraeger
1
-6
/
+14
2014-11-03
kvm: kvmclock: use get_cpu() and put_cpu()
Tiejun Chen
1
-11
/
+8
2014-11-03
KVM: x86: optimize some accesses to LVTT and SPIV
Radim Krčmář
2
-10
/
+6
2014-11-03
KVM: x86: detect LVTT changes under APICv
Radim Krčmář
2
-4
/
+9
2014-11-03
KVM: x86: detect SPIV changes under APICv
Radim Krčmář
2
-4
/
+7
2014-11-03
KVM: x86: Enable Intel AVX-512 for guest
Chao Peng
4
-2
/
+11
2014-11-03
KVM: x86: fix deadline tsc interrupt injection
Radim Krčmář
1
-6
/
+4
2014-11-03
KVM: x86: add apic_timer_expired()
Radim Krčmář
1
-16
/
+21
2014-11-03
KVM: vmx: Unavailable DR4/5 is checked before CPL
Nadav Amit
4
-39
/
+35
2014-11-03
KVM: x86: Emulator performs code segment checks on read access
Nadav Amit
1
-2
/
+2
2014-11-03
KVM: x86: Clear DR7.LE during task-switch
Nadav Amit
1
-1
/
+1
2014-11-03
KVM: x86: Emulator does not calculate address correctly
Nadav Amit
1
-2
/
+3
2014-11-03
KVM: x86: DR7.GD should be cleared upon any #DB exception
Nadav Amit
2
-2
/
+6
2014-11-03
KVM: x86: some apic broadcast modes does not work
Nadav Amit
3
-9
/
+25
2014-11-03
x86,kvm,vmx: Don't trap writes to CR4.TSD
Andy Lutomirski
1
-1
/
+1
2014-11-03
KVM: x86: Sysexit emulation does not mask RIP/RSP
Nadav Amit
1
-0
/
+2
2014-11-03
KVM: x86: Distinguish between stack operation and near branches
Nadav Amit
1
-13
/
+19
2014-11-03
KVM: x86: Getting rid of grp45 in emulator
Nadav Amit
1
-27
/
+18
2014-11-03
KVM: x86: Use new is_noncanonical_address in _linearize
Nadav Amit
1
-1
/
+1
2014-11-03
KVM: emulator: always inline __linearize
Paolo Bonzini
1
-5
/
+5
2014-11-03
Merge remote-tracking branch 'origin/master' into HEAD
Paolo Bonzini
50
-272
/
+127
2014-11-02
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
5
-9
/
+23
2014-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-16
/
+45
2014-11-02
KVM: vmx: defer load of APIC access page address during reset
Paolo Bonzini
1
-1
/
+1
2014-11-02
KVM: nVMX: Disable preemption while reading from shadow VMCS
Jan Kiszka
1
-0
/
+4
2014-11-02
KVM: x86: Fix far-jump to non-canonical check
Nadav Amit
1
-3
/
+5
2014-11-01
x86_64, entry: Fix out of bounds read on sysenter
Andy Lutomirski
1
-1
/
+1
2014-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+2
2014-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
3
-4
/
+5
2014-11-01
Merge tag 'microblaze-3.18-rc3' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
5
-3
/
+14
2014-11-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-29
/
+34
2014-11-01
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2014-11-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-203
/
+14
2014-10-31
net: smc91x: Fix gpios for device tree based booting
Tony Lindgren
2
-3
/
+2
2014-10-30
Merge branch 'akpm' (incoming from Andrew Morton)
Linus Torvalds
1
-3
/
+3
2014-10-30
sh: fix sh770x SCIF memory regions
Andriy Skulysh
1
-3
/
+3
2014-10-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...
Linus Torvalds
9
-11
/
+14
2014-10-29
ARM: 8180/1: mm: implement no-highmem fast path in kmap_atomic_pfn()
Thomas Petazzoni
1
-0
/
+3
2014-10-29
ARM: 8183/1: l2c: Improve l2c310_of_parse() error message
Fabio Estevam
1
-2
/
+2
[next]