summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada
2018-12-22kconfig: update current_pos in the second lexerMasahiro Yamada
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-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-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-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-11-15scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell
2018-11-11builddeb: Fix inclusion of dtbs in debian packageRob Herring
2018-11-11Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck
2018-11-11kbuild: deb-pkg: fix too low build version numberMasahiro Yamada
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada
2018-11-06kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada
2018-11-06kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedMasahiro Yamada
2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-11-02kbuild: remove cc-name variableMasahiro Yamada
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-02merge_config.sh: Allow to define config prefixPetr Vorel
2018-11-02kbuild: remove unused cc-fullversion variableMasahiro Yamada
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds