summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2018-03-09kbuild: Handle builtin dtb file names containing hyphensJames Hogan-4/+4
2018-03-09scripts/bloat-o-meter: fix typos in helpMatteo Croce-1/+1
2018-03-05fixdep: do not ignore kconfig.hRasmus Villemoes-1/+0
2018-03-05fixdep: remove some false CONFIG_ matchesRasmus Villemoes-0/+5
2018-03-05fixdep: remove stale references to uml-config.hRasmus Villemoes-9/+0
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-18/+29
2018-03-03kconfig: fix line number in recursive inclusion error messageMasahiro Yamada-8/+4
2018-03-03Coccinelle: memdup: Fix typo in warning messagesDafna Hirschfeld-2/+2
2018-03-02kconfig: Update ncurses package names for menuconfigArvind Prasanna-1/+2
2018-03-02kbuild/kallsyms: trivial typo fixCao jin-1/+1
2018-03-02kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin-1/+1
2018-03-02kconfig: Don't leak choice names during parsingMasahiro Yamada-0/+1
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada-0/+1
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada-5/+17
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra-0/+2
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra-0/+2
2018-02-21objtool: Add retpoline validationPeter Zijlstra-0/+4
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-66/+120
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada-5/+16
2018-02-08Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-78/+37
2018-02-09kconfig: send error messages to stderrMasahiro Yamada-19/+24
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada-3/+4
2018-02-09kconfig: remove check_stdin()Masahiro Yamada-14/+0
2018-02-09kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada-1/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada-7/+2
2018-02-09kconfig: do not write choice values when their dependency becomes nMasahiro Yamada-9/+7
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2018-02-08coccinelle: deref_null: avoid useless computationJulia Lawall-3/+3
2018-02-07coccinelle: devm_free: reduce false positivesJulia Lawall-1/+54
2018-02-06kasan: rework Kconfig settingsArnd Bergmann-0/+2
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin-1/+0
2018-02-06checkpatch: improve OPEN_BRACE testJoe Perches-3/+5
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches-1/+1
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches-1/+3
2018-02-06checkpatch: improve the TABSTOP test to include declarationsJoe Perches-1/+1
2018-02-06checkpatch: add a few DEVICE_ATTR style testsJoe Perches-21/+93
2018-02-06checkpatch: improve quoted string and line continuation testJoe Perches-1/+1
2018-02-06checkpatch: ignore some octal permissions of 0Joe Perches-2/+7
2018-02-06checkpatch: allow long lines containing URLAndreas Brauchli-0/+5
2018-02-06kasan: support alloca() poisoningPaul Lawrence-1/+2
2018-02-06kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin-11/+18
2018-02-06kasan: don't emit builtin calls when sanitization is offAndrey Konovalov-1/+4
2018-02-05gcc-plugins: Use dynamic initializersKees Cook-78/+33
2018-02-05gcc-plugins: Add include required by GCC release 8valdis.kletnieks@vt.edu-0/+4
2018-02-03kconfig: Warn if help text is blankUlf Magnusson-0/+6
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-2/+9
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-5057/+518
2018-02-01Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-115/+560
2018-02-01Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-142/+101