index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
Kconfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
KASAN: prohibit KASAN+STRUCTLEAK combination
Dmitry Vyukov
2018-05-11
1
-0
/
+4
*
kbuild: remove incremental linking option
Nicholas Piggin
2018-03-26
1
-6
/
+0
*
Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO
Kees Cook
2018-02-06
1
-1
/
+7
*
Makefile: move stack-protector availability out of Kconfig
Kees Cook
2018-02-06
1
-8
/
+0
*
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-03
1
-0
/
+11
|
\
|
*
fork: Provide usercopy whitelisting for task_struct
Kees Cook
2018-01-15
1
-0
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
1
-0
/
+3
|
\
\
|
*
|
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
2018-01-12
1
-1
/
+1
|
*
|
bpf: add a bpf_override_function helper
Josef Bacik
2017-12-12
1
-0
/
+3
|
|
/
*
|
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-01-31
1
-0
/
+4
|
\
\
|
*
|
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
2018-01-10
1
-0
/
+4
|
|
/
*
/
Construct init thread stack in the linker script rather than by union
David Howells
2018-01-09
1
-2
/
+2
|
/
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-10-20
1
-3
/
+0
|
\
|
|
*
Revert commit 1a8b6d76dc5b ("net:add one common config...")
Ding Tianhong
2017-10-09
1
-3
/
+0
*
|
kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=y
Masami Hiramatsu
2017-10-20
1
-1
/
+1
|
/
*
Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-07
1
-5
/
+14
|
\
|
*
Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-plugins
Kees Cook
2017-08-07
1
-0
/
+7
|
|
\
|
|
*
gcc-plugins: structleak: add option to init all vars used as byref args
Ard Biesheuvel
2017-08-07
1
-0
/
+7
|
*
|
randstruct: Enable function pointer struct detection
Kees Cook
2017-08-01
1
-5
/
+7
|
|
/
*
/
locking/refcounts, x86/asm: Implement fast refcount overflow protection
Kees Cook
2017-08-17
1
-0
/
+12
|
/
*
include/linux/string.h: add the option of fortified string.h functions
Daniel Micay
2017-07-12
1
-0
/
+6
*
kernel/watchdog: split up config options
Nicholas Piggin
2017-07-12
1
-3
/
+22
*
Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-07
1
-1
/
+1
|
\
|
*
kbuild: thin archives make default for all archs
Nicholas Piggin
2017-06-30
1
-1
/
+1
*
|
Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-05
1
-1
/
+40
|
\
\
|
*
\
Merge branch 'for-next/gcc-plugin-infrastructure' into merge/randstruct
Kees Cook
2017-07-04
1
-1
/
+1
|
|
\
\
|
|
*
|
Fix English in description of GCC_PLUGIN_STRUCTLEAK
Jean Delvare
2017-06-19
1
-1
/
+1
|
|
|
/
|
*
/
gcc-plugins: Add the randstruct plugin
Kees Cook
2017-06-22
1
-0
/
+39
|
|
/
*
/
locking/refcount: Create unchecked atomic_t implementation
Kees Cook
2017-06-28
1
-0
/
+9
|
/
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-05-10
1
-0
/
+3
|
\
|
*
rcu: Make arch select smp_mb__after_unlock_lock() strength
Paul E. McKenney
2017-04-18
1
-0
/
+3
*
|
crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
Hari Bathini
2017-05-08
1
-0
/
+4
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-05-02
1
-0
/
+6
|
\
\
|
*
|
stacktrace/x86: add function for detecting reliable stack traces
Josh Poimboeuf
2017-03-08
1
-0
/
+6
|
|
/
*
/
x86/mm: Introduce mmap_compat_base() for 32-bit mmap()
Dmitry Safonov
2017-03-13
1
-0
/
+7
|
/
*
scripts/spelling.txt: add "an user" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
mm, x86: add support for PUD-sized transparent hugepages
Matthew Wilcox
2017-02-24
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-02-22
1
-0
/
+7
|
\
|
*
arch: add ARCH_HAS_SET_MEMORY config
Daniel Borkmann
2017-02-21
1
-0
/
+4
|
*
net:add one common config ARCH_WANT_RELAX_ORDER to support relax ordering
Mao Wenan
2017-01-18
1
-0
/
+3
*
|
Merge tag 'gcc-plugins-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-02-22
1
-0
/
+22
|
\
\
|
*
|
gcc-plugins: Add structleak for more stack initialization
Kees Cook
2017-01-18
1
-0
/
+22
|
|
/
*
|
arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
Laura Abbott
2017-02-07
1
-2
/
+2
*
|
arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common
Laura Abbott
2017-02-07
1
-0
/
+34
|
/
*
powerpc: ima: get the kexec buffer passed by the previous kernel
Thiago Jung Bauermann
2016-12-20
1
-0
/
+3
*
Merge tag 'gcc-plugins-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-12-13
1
-1
/
+6
|
\
|
*
gcc-plugins: Adjust Kconfig to avoid cyc_complexity
Kees Cook
2016-11-08
1
-1
/
+6
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-12-12
1
-0
/
+3
|
\
\
[next]