aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada
2018-02-09kconfig: send error messages to stderrMasahiro Yamada
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada
2018-02-09kconfig: remove check_stdin()Masahiro Yamada
2018-02-09kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada
2018-02-09kconfig: do not write choice values when their dependency becomes nMasahiro Yamada
2018-02-03kconfig: Warn if help text is blankUlf Magnusson
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert
2018-01-25kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel
2018-01-25kconfig: announce removal of oldnoconfig if usedMasahiro Yamada
2018-01-22kconfig: fix make xconfig when gettext is missingYaakov Selkowitz
2018-01-22kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson
2018-01-22kconfig: Document 'if' flattening logicUlf Magnusson
2018-01-22kconfig: Clarify choice dependency propagationUlf Magnusson
2018-01-22kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada
2018-01-22kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada
2018-01-22kconfig: make input_mode staticMasahiro Yamada
2018-01-22kconfig: Warn if there is more than one help textUlf Magnusson
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson
2018-01-22kconfig: Document important expression functionsUlf Magnusson
2018-01-22kconfig: Document automatic submenu creation codeUlf Magnusson
2018-01-22kconfig: Fix choice symbol expression leakUlf Magnusson
2018-01-22kconfig: Fix expr_free() E_NOT leakUlf Magnusson
2018-01-22kconfig: Fix automatic menu creation mem leakUlf Magnusson
2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson
2018-01-11kconfig: Don't leak 'option' arguments during parsingUlf Magnusson
2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson
2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson
2018-01-06kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre
2017-12-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada
2017-12-16kconfig: display recursive dependency resolution hint just onceMasahiro Yamada
2017-12-15kconfig: Clean up modules handling and fix crashUlf Magnusson
2017-12-15kconfig: Clarify expression rewritingUlf Magnusson
2017-12-15kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson
2017-12-07kconfig: Document the 'symbol' structUlf Magnusson
2017-12-07kconfig: Document the 'menu' structUlf Magnusson
2017-12-07kconfig: Warn if choice default is not in choiceUlf Magnusson
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-19Remove gperf usage from toolchainLinus Torvalds
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-23kconfig: fix sparse warnings in nconfigRandy Dunlap
2017-06-10kconfig: Check for libncurses before menuconfigBorislav Petkov