aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds13-66/+120
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada3-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada6-5/+16
2018-02-08Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-78/+37
2018-02-09kconfig: send error messages to stderrMasahiro Yamada4-19/+24
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada1-3/+4
2018-02-09kconfig: remove check_stdin()Masahiro Yamada1-14/+0
2018-02-09kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada1-1/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada1-7/+2
2018-02-09kconfig: do not write choice values when their dependency becomes nMasahiro Yamada1-9/+7
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2018-02-08coccinelle: deref_null: avoid useless computationJulia Lawall1-3/+3
2018-02-07coccinelle: devm_free: reduce false positivesJulia Lawall1-1/+54
2018-02-06kasan: rework Kconfig settingsArnd Bergmann1-0/+2
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin1-1/+0
2018-02-06checkpatch: improve OPEN_BRACE testJoe Perches1-3/+5
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches1-1/+1
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches1-1/+3
2018-02-06checkpatch: improve the TABSTOP test to include declarationsJoe Perches1-1/+1
2018-02-06checkpatch: add a few DEVICE_ATTR style testsJoe Perches1-21/+93
2018-02-06checkpatch: improve quoted string and line continuation testJoe Perches1-1/+1
2018-02-06checkpatch: ignore some octal permissions of 0Joe Perches1-2/+7
2018-02-06checkpatch: allow long lines containing URLAndreas Brauchli1-0/+5
2018-02-06kasan: support alloca() poisoningPaul Lawrence1-1/+2
2018-02-06kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin1-11/+18
2018-02-06kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2-1/+4
2018-02-05gcc-plugins: Use dynamic initializersKees Cook3-78/+33
2018-02-05gcc-plugins: Add include required by GCC release 8valdis.kletnieks@vt.edu1-0/+4
2018-02-03kconfig: Warn if help text is blankUlf Magnusson1-0/+6
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+9
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds15-5057/+518
2018-02-01Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds9-115/+560
2018-02-01Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-142/+101
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+19
2018-02-02Coccinelle: coccicheck: fix typoJulia Lawall1-1/+1
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-1300/+206
2018-01-31scripts/tags.sh: change find_other_sources() for include directoriesArend van Spriel1-1/+1
2018-01-31scripts/decodecode: make it take multiline Code lineAndy Shevchenko1-0/+12
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2018-01-29Coccinelle: memdup: drop spurious lineJulia Lawall1-1/+0
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2-5/+7
2018-01-26module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-01-25kbuild: fix W= option checks for extra DTC warningsMasahiro Yamada1-2/+2
2018-01-25kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel3-6/+27
2018-01-25kconfig: announce removal of oldnoconfig if usedMasahiro Yamada1-0/+2
2018-01-22kconfig: fix make xconfig when gettext is missingYaakov Selkowitz1-0/+1
2018-01-22kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson1-0/+2
2018-01-22kconfig: Document 'if' flattening logicUlf Magnusson1-0/+29
2018-01-22kconfig: Clarify choice dependency propagationUlf Magnusson1-0/+7