aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-03-09kbuild: Handle builtin dtb file names containing hyphensGravatar James Hogan 1-4/+4
2018-03-09scripts/bloat-o-meter: fix typos in helpGravatar Matteo Croce 1-1/+1
2018-03-05fixdep: do not ignore kconfig.hGravatar Rasmus Villemoes 1-1/+0
2018-03-05fixdep: remove some false CONFIG_ matchesGravatar Rasmus Villemoes 1-0/+5
2018-03-05fixdep: remove stale references to uml-config.hGravatar Rasmus Villemoes 1-9/+0
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-18/+29
2018-03-03kconfig: fix line number in recursive inclusion error messageGravatar Masahiro Yamada 1-8/+4
2018-03-03Coccinelle: memdup: Fix typo in warning messagesGravatar Dafna Hirschfeld 1-2/+2
2018-03-02kconfig: Update ncurses package names for menuconfigGravatar Arvind Prasanna 1-1/+2
2018-03-02kbuild/kallsyms: trivial typo fixGravatar Cao jin 1-1/+1
2018-03-02kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentGravatar Cao jin 1-1/+1
2018-03-02kconfig: Don't leak choice names during parsingGravatar Masahiro Yamada 1-0/+1
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listGravatar Masahiro Yamada 1-0/+1
2018-03-02kconfig: add xstrdup() helperGravatar Masahiro Yamada 6-5/+17
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyGravatar Peter Zijlstra 1-0/+2
2018-02-21objtool: Add module specific retpoline rulesGravatar Peter Zijlstra 1-0/+2
2018-02-21objtool: Add retpoline validationGravatar Peter Zijlstra 1-0/+4
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 13-66/+120
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Gravatar Masahiro Yamada 3-4/+4
2018-02-10kconfig: add xrealloc() helperGravatar Masahiro Yamada 6-5/+16
2018-02-08Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-78/+37
2018-02-09kconfig: send error messages to stderrGravatar Masahiro Yamada 4-19/+24
2018-02-09kconfig: echo stdin to stdout if either is redirectedGravatar Masahiro Yamada 1-3/+4
2018-02-09kconfig: remove check_stdin()Gravatar Masahiro Yamada 1-14/+0
2018-02-09kconfig: remove 'config*' pattern from .gitignnoreGravatar Masahiro Yamada 1-1/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableGravatar Masahiro Yamada 1-7/+2
2018-02-09kconfig: do not write choice values when their dependency becomes nGravatar Masahiro Yamada 1-9/+7
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2018-02-08coccinelle: deref_null: avoid useless computationGravatar Julia Lawall 1-3/+3
2018-02-07coccinelle: devm_free: reduce false positivesGravatar Julia Lawall 1-1/+54
2018-02-06kasan: rework Kconfig settingsGravatar Arnd Bergmann 1-0/+2
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksGravatar Andrey Ryabinin 1-1/+0
2018-02-06checkpatch: improve OPEN_BRACE testGravatar Joe Perches 1-3/+5
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testGravatar Joe Perches 1-1/+1
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testGravatar Joe Perches 1-1/+3
2018-02-06checkpatch: improve the TABSTOP test to include declarationsGravatar Joe Perches 1-1/+1
2018-02-06checkpatch: add a few DEVICE_ATTR style testsGravatar Joe Perches 1-21/+93
2018-02-06checkpatch: improve quoted string and line continuation testGravatar Joe Perches 1-1/+1
2018-02-06checkpatch: ignore some octal permissions of 0Gravatar Joe Perches 1-2/+7
2018-02-06checkpatch: allow long lines containing URLGravatar Andreas Brauchli 1-0/+5
2018-02-06kasan: support alloca() poisoningGravatar Paul Lawrence 1-1/+2
2018-02-06kasan/Makefile: support LLVM style asan parametersGravatar Andrey Ryabinin 1-11/+18
2018-02-06kasan: don't emit builtin calls when sanitization is offGravatar Andrey Konovalov 2-1/+4
2018-02-05gcc-plugins: Use dynamic initializersGravatar Kees Cook 3-78/+33
2018-02-05gcc-plugins: Add include required by GCC release 8Gravatar valdis.kletnieks@vt.edu 1-0/+4
2018-02-03kconfig: Warn if help text is blankGravatar Ulf Magnusson 1-0/+6
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-2/+9
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 15-5057/+518
2018-02-01Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 9-115/+560
2018-02-01Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-142/+101