summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada
2018-12-22kconfig: refactor end token rulesMasahiro Yamada
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada
2018-12-19scripts: add a tool to produce a compile_commands.json fileTom Roeder
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar
2018-12-17scripts: coccinelle: Correct warning messageJulia Lawall
2018-12-17scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall
2018-12-17kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada
2018-12-17kbuild: refactor part-of-moduleMasahiro Yamada
2018-12-17kbuild: refactor quiet_modtagMasahiro Yamada
2018-12-17kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada
2018-12-17kbuild: refactor Makefile.asm-genericMasahiro Yamada
2018-12-15kconfig: remove redundant token definesMasahiro Yamada
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada
2018-12-14scripts/spdxcheck.py: always open files in binary modeThierry Reding
2018-12-14checkstack.pl: fix for aarch64Qian Cai
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring
2018-12-13kbuild: Add support for DT binding schema checksRob Herring
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada
2018-12-13kconfig: require T_EOL to reduce visible statementMasahiro Yamada
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada
2018-12-13kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada
2018-12-10genheaders: %-<width>s had been there since v6; %-*s - since v7Al Viro
2018-12-10parisc: syscalls: ignore nfsservctl for other architecturesFiroz Khan
2018-12-08scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section namesJoe Lawrence
2018-12-08kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada
2018-12-08kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada
2018-12-07Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada