aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
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
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski
2017-03-22gconfig: remove misleading parentheses around a conditionNicolas Iooss
2016-12-17Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-11xconfig: fix missing suboption and help panels on first runBoris Barbulovski
2016-12-11xconfig: fix 'Show Debug' functionalityBoris Barbulovski
2016-12-11kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre
2016-11-29Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong