summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kconfig: remove grammatically ambiguous option_errorMasahiro Yamada2018-12-151-10/+0Star
| * | | kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada2018-12-151-10/+1Star
| * | | kconfig: warn no new line at end of fileMasahiro Yamada2018-12-151-0/+4
| * | | kconfig: clean up EOF handling in the lexerMasahiro Yamada2018-12-121-3/+2Star
| * | | kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada2018-12-122-15/+24
| * | | kconfig: refactor pattern matching in STRING stateMasahiro Yamada2018-12-121-11/+3Star
| * | | kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada2018-12-121-6/+0Star
| * | | kconfig: require T_EOL to reduce visible statementMasahiro Yamada2018-12-121-2/+2
| * | | kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada2018-12-121-0/+2
| * | | kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada2018-12-121-1/+1
| * | | kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada2018-12-081-12/+2Star
| * | | kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada2018-12-083-24/+16Star
| * | | kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada2018-12-081-43/+49
| * | | kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada2018-12-081-2/+2
| * | | kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada2018-12-081-3/+3
| * | | scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell2018-11-151-8/+29
* | | | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-2916-348/+412
|\ \ \ \
| * | | | scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignoreMasahiro Yamada2018-12-211-2/+0Star
| * | | | scripts: add a tool to produce a compile_commands.json fileTom Roeder2018-12-191-0/+151
| * | | | scripts: coccinelle: Correct warning messageJulia Lawall2018-12-161-6/+6
| * | | | scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall2018-12-161-10/+21
| * | | | kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada2018-12-161-1/+1
| * | | | kbuild: refactor part-of-moduleMasahiro Yamada2018-12-161-5/+3Star
| * | | | kbuild: refactor quiet_modtagMasahiro Yamada2018-12-161-6/+1Star
| * | | | kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada2018-12-161-2/+0Star
| * | | | kbuild: refactor Makefile.asm-genericMasahiro Yamada2018-12-161-18/+19
| * | | | kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada2018-12-081-1/+0Star
| * | | | kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-022-4/+3Star
| * | | | kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2018-12-012-3/+0Star
| * | | | kbuild: refactor if_changedMasahiro Yamada2018-12-011-2/+1Star
| * | | | kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2018-12-012-9/+9
| * | | | kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2018-12-012-19/+15Star
| * | | | kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-014-55/+36Star
| * | | | kbuild: refactor modversions build rulesMasahiro Yamada2018-12-011-37/+17Star
| * | | | kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada2018-12-011-1/+1
| * | | | kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada2018-12-011-1/+1
| * | | | kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-012-13/+9Star
| * | | | kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada2018-12-012-9/+2Star
| * | | | kbuild: move modpost out of 'scripts' targetMasahiro Yamada2018-12-012-4/+1Star
| * | | | modpost: move unresolved symbol checks to check_exports()Masahiro Yamada2018-12-011-15/+18
| * | | | modpost: merge module iterationsMasahiro Yamada2018-12-011-6/+1Star
| * | | | modpost: refactor seen flag clearing in add_depends()Masahiro Yamada2018-12-011-6/+6
| * | | | modpost: file2alias: check prototype of handlerMasahiro Yamada2018-12-011-4/+3Star
| * | | | modpost: file2alias: go back to simple devtable lookupMasahiro Yamada2018-12-011-95/+49Star
| * | | | modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2018-12-011-0/+12
| * | | | modpost: drop unused command line switchesPaul Walmsley2018-11-211-1/+1
| * | | | scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris2018-11-211-2/+10
| * | | | modpost: validate symbol names also in find_elf_symbolSami Tolvanen2018-11-211-24/+26
| |/ / /
* | | | Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds2018-12-291-6/+7
|\ \ \ \
| * | | | scripts/kernel-doc: Fix struct and struct field attribute processingSakari Ailus2018-11-251-3/+4