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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-19
kvm: fix schedule in atomic in kvm_steal_time_set_preempted()
Andrea Arcangeli
1
-0
/
+10
2016-12-19
x86/asm: Rewrite sync_core() to use IRET-to-self
Andy Lutomirski
1
-22
/
+58
2016-12-19
x86/microcode/intel: Replace sync_core() with native_cpuid()
Andy Lutomirski
1
-3
/
+23
2016-12-19
Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"
Andy Lutomirski
1
-6
/
+0
2016-12-19
x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels
Andy Lutomirski
1
-1
/
+1
2016-12-19
x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6
Andy Lutomirski
1
-3
/
+4
2016-12-19
x86/tools: Fix gcc-7 warning in relocs.c
Markus Trippelsdorf
1
-1
/
+2
2016-12-19
x86/unwind: Dump stack data on warnings
Josh Poimboeuf
2
-1
/
+39
2016-12-19
x86/unwind: Adjust last frame check for aligned function stacks
Josh Poimboeuf
1
-1
/
+8
2016-12-19
x86/init: Fix a couple of comment typos
Dmitry Torokhov
1
-3
/
+3
2016-12-19
x86/init: Remove i8042_detect() from platform ops
Dmitry Torokhov
4
-17
/
+0
2016-12-19
x86/init: Add i8042 state to the platform data
Dmitry Torokhov
3
-0
/
+30
2016-12-19
x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()
Boris Ostrovsky
1
-1
/
+5
2016-12-19
x86/microcode/AMD: Do not load when running on a hypervisor
Borislav Petkov
1
-9
/
+19
2016-12-19
x86/microcode/AMD: Sanitize apply_microcode_early_amd()
Borislav Petkov
1
-13
/
+17
2016-12-19
x86/microcode/AMD: Make find_proper_container() sane again
Borislav Petkov
1
-9
/
+11
2016-12-19
ARC: enable SG chaining
Vladimir Kondratiev
1
-0
/
+1
2016-12-19
Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
6
-86
/
+15
2016-12-19
Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...
Linus Torvalds
4
-280
/
+0
2016-12-19
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-27
/
+355
2016-12-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-115
/
+71
2016-12-18
x86/tsc: Limit the adjust value further
Thomas Gleixner
1
-5
/
+16
2016-12-18
x86/tsc: Annotate printouts as firmware bug
Thomas Gleixner
1
-2
/
+3
2016-12-18
x86/floppy: Use designated initializers
Kees Cook
1
-10
/
+10
2016-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
14
-44
/
+31
2016-12-18
Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtd
Linus Torvalds
15
-0
/
+15
2016-12-18
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+16
2016-12-17
x86/mpx: Move bd_addr to mm_context_t
Mark Rutland
3
-7
/
+11
2016-12-17
platform/x86: mlx-platform: Move module from arch/x86
Vadim Pasternak
4
-280
/
+0
2016-12-17
Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus
Al Viro
11
-12
/
+29
2016-12-16
tile: use __ro_after_init instead of tile-specific __write_once
Chris Metcalf
8
-27
/
+21
2016-12-16
tile: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
3
-3
/
+3
2016-12-16
tile: remove #pragma unroll from finv_buffer_remote()
Chris Metcalf
1
-7
/
+1
2016-12-16
tile-module: Rename jump labels in module_alloc()
Markus Elfring
1
-5
/
+4
2016-12-16
tile-module: Use kmalloc_array() in module_alloc()
Markus Elfring
1
-1
/
+1
2016-12-16
tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
Colin Ian King
1
-1
/
+1
2016-12-16
Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-0
/
+128
2016-12-16
Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-27
/
+167
2016-12-16
Merge tag 'nios2-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+16
2016-12-16
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
176
-1833
/
+4655
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
13
-32
/
+191
2016-12-16
KVM: hyperv: fix locking of struct kvm_hv fields
Paolo Bonzini
3
-9
/
+17
2016-12-16
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
34
-360
/
+803
2016-12-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2016-12-16
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
23
-2300
/
+978
2016-12-16
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-2
/
+2
2016-12-16
Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
103
-697
/
+12063
2016-12-16
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
389
-7965
/
+18088
2016-12-16
Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2
-2
/
+54
[prev]
[next]