summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-253-6/+6
* kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada2018-03-251-2/+0Star
* kbuild: remove wrong 'touch' in adjust_autoksyms.shMasahiro Yamada2018-03-251-3/+0Star
* kbuild: simplify ld-option implementationMasahiro Yamada2018-03-251-3/+1Star
* kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-254-19/+19
* kbuild: remove incremental linking optionNicholas Piggin2018-03-252-80/+43Star
* kbuild: Improve portability of some sed invocationsMichael Forney2018-03-255-9/+11
* kbuild: add clang-version.shSami Tolvanen2018-03-251-0/+33
* kbuild: Handle builtin dtb file names containing hyphensJames Hogan2018-03-081-4/+4
* scripts/bloat-o-meter: fix typos in helpMatteo Croce2018-03-081-1/+1
* fixdep: do not ignore kconfig.hRasmus Villemoes2018-03-051-1/+0Star
* fixdep: remove some false CONFIG_ matchesRasmus Villemoes2018-03-051-0/+5
* fixdep: remove stale references to uml-config.hRasmus Villemoes2018-03-051-9/+0Star
* Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-0312-18/+29
|\
| * kconfig: fix line number in recursive inclusion error messageMasahiro Yamada2018-03-021-8/+4Star
| * Coccinelle: memdup: Fix typo in warning messagesDafna Hirschfeld2018-03-021-2/+2
| * kconfig: Update ncurses package names for menuconfigArvind Prasanna2018-03-021-1/+2
| * kbuild/kallsyms: trivial typo fixCao jin2018-03-021-1/+1
| * kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin2018-03-021-1/+1
| * kconfig: Don't leak choice names during parsingMasahiro Yamada2018-03-021-0/+1
| * kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada2018-03-021-0/+1
| * kconfig: add xstrdup() helperMasahiro Yamada2018-03-016-5/+17
* | objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-211-0/+2
* | objtool: Add module specific retpoline rulesPeter Zijlstra2018-02-211-0/+2
* | objtool: Add retpoline validationPeter Zijlstra2018-02-211-0/+4
|/
* Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-1013-66/+120
|\
| * kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada2018-02-103-4/+4
| * kconfig: add xrealloc() helperMasahiro Yamada2018-02-106-5/+16
| * kconfig: send error messages to stderrMasahiro Yamada2018-02-084-19/+24
| * kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada2018-02-081-3/+4
| * kconfig: remove check_stdin()Masahiro Yamada2018-02-081-14/+0Star
| * kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada2018-02-081-1/+0Star
| * kconfig: show '?' prompt even if no help text is availableMasahiro Yamada2018-02-081-7/+2Star
| * kconfig: do not write choice values when their dependency becomes nMasahiro Yamada2018-02-081-9/+7Star
| * coccinelle: deref_null: avoid useless computationJulia Lawall2018-02-071-3/+3
| * coccinelle: devm_free: reduce false positivesJulia Lawall2018-02-071-1/+54
| * kconfig: Warn if help text is blankUlf Magnusson2018-02-021-0/+6
* | Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-02-084-78/+37Star
|\ \
| * | gcc-plugins: Use dynamic initializersKees Cook2018-02-063-78/+33Star
| * | gcc-plugins: Add include required by GCC release 8valdis.kletnieks@vt.edu2018-02-061-0/+4
* | | Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-071-1/+1
|\ \ \
| * | | modpost: Remove trailing semicolonLuis de Bethencourt2018-01-161-1/+1
* | | | kasan: rework Kconfig settingsArnd Bergmann2018-02-071-0/+2
* | | | lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2018-02-071-1/+0Star
* | | | checkpatch: improve OPEN_BRACE testJoe Perches2018-02-071-3/+5
* | | | checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches2018-02-071-1/+1
* | | | checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches2018-02-071-1/+3
* | | | checkpatch: improve the TABSTOP test to include declarationsJoe Perches2018-02-071-1/+1
* | | | checkpatch: add a few DEVICE_ATTR style testsJoe Perches2018-02-071-21/+93
* | | | checkpatch: improve quoted string and line continuation testJoe Perches2018-02-071-1/+1