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.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
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-10
Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
13
-66
/
+120
2018-02-10
kconfig: remove const qualifier from sym_expand_string_value()
Masahiro Yamada
3
-4
/
+4
2018-02-10
kconfig: add xrealloc() helper
Masahiro Yamada
6
-5
/
+16
2018-02-09
Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-78
/
+37
2018-02-08
kconfig: send error messages to stderr
Masahiro Yamada
4
-19
/
+24
2018-02-08
kconfig: echo stdin to stdout if either is redirected
Masahiro Yamada
1
-3
/
+4
2018-02-08
kconfig: remove check_stdin()
Masahiro Yamada
1
-14
/
+0
2018-02-08
kconfig: remove 'config*' pattern from .gitignnore
Masahiro Yamada
1
-1
/
+0
2018-02-08
kconfig: show '?' prompt even if no help text is available
Masahiro Yamada
1
-7
/
+2
2018-02-08
kconfig: do not write choice values when their dependency becomes n
Masahiro Yamada
1
-9
/
+7
2018-02-08
Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-02-07
coccinelle: deref_null: avoid useless computation
Julia Lawall
1
-3
/
+3
2018-02-07
coccinelle: devm_free: reduce false positives
Julia Lawall
1
-1
/
+54
2018-02-07
kasan: rework Kconfig settings
Arnd Bergmann
1
-0
/
+2
2018-02-07
lib/ubsan: remove returns-nonnull-attribute checks
Andrey Ryabinin
1
-1
/
+0
2018-02-07
checkpatch: improve OPEN_BRACE test
Joe Perches
1
-3
/
+5
2018-02-07
checkpatch: avoid some false positives for TABSTOP declaration test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: exclude drivers/staging from if with unnecessary parentheses test
Joe Perches
1
-1
/
+3
2018-02-07
checkpatch: improve the TABSTOP test to include declarations
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: add a few DEVICE_ATTR style tests
Joe Perches
1
-21
/
+93
2018-02-07
checkpatch: improve quoted string and line continuation test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: ignore some octal permissions of 0
Joe Perches
1
-2
/
+7
2018-02-07
checkpatch: allow long lines containing URL
Andreas Brauchli
1
-0
/
+5
2018-02-07
kasan: support alloca() poisoning
Paul Lawrence
1
-1
/
+2
2018-02-07
kasan/Makefile: support LLVM style asan parameters
Andrey Ryabinin
1
-11
/
+18
2018-02-07
kasan: don't emit builtin calls when sanitization is off
Andrey Konovalov
2
-1
/
+4
2018-02-06
gcc-plugins: Use dynamic initializers
Kees Cook
3
-78
/
+33
2018-02-06
gcc-plugins: Add include required by GCC release 8
valdis.kletnieks@vt.edu
1
-0
/
+4
2018-02-02
kconfig: Warn if help text is blank
Ulf Magnusson
1
-0
/
+6
2018-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-2
/
+9
2018-02-01
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
15
-5057
/
+518
2018-02-01
Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-115
/
+560
2018-02-01
Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
3
-142
/
+101
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+19
2018-02-01
Coccinelle: coccicheck: fix typo
Julia Lawall
1
-1
/
+1
2018-02-01
Merge tag 'docs-4.16' of git://git.lwn.net/linux
Linus Torvalds
1
-1300
/
+206
2018-02-01
scripts/tags.sh: change find_other_sources() for include directories
Arend van Spriel
1
-1
/
+1
2018-02-01
scripts/decodecode: make it take multiline Code line
Andy Shevchenko
1
-0
/
+12
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2018-01-30
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+9
2018-01-29
Coccinelle: memdup: drop spurious line
Julia Lawall
1
-1
/
+0
2018-01-27
kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help
Marc Herbert
2
-5
/
+7
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
1
-0
/
+9
2018-01-25
kbuild: fix W= option checks for extra DTC warnings
Masahiro Yamada
1
-2
/
+2
2018-01-25
kconfig: make "Selected by:" and "Implied by:" readable
Petr Vorel
3
-6
/
+27
2018-01-25
kconfig: announce removal of oldnoconfig if used
Masahiro Yamada
1
-0
/
+2
2018-01-21
kconfig: fix make xconfig when gettext is missing
Yaakov Selkowitz
1
-0
/
+1
2018-01-21
kconfig: Clarify menu and 'if' dependency propagation
Ulf Magnusson
1
-0
/
+2
2018-01-21
kconfig: Document 'if' flattening logic
Ulf Magnusson
1
-0
/
+29
2018-01-21
kconfig: Clarify choice dependency propagation
Ulf Magnusson
1
-0
/
+7
[next]