aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
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
2016-11-16Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre
2016-05-26Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2016-05-10kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders
2016-05-10kconfig: add unexpected data itself to warningPaul Bolle
2016-04-26localmodconfig: Fix whitespace repeat count after "tristate"Benjamin Poirier
2016-04-26localmodconfig: Reset certificate pathsBenjamin Poirier
2016-04-26localmodconfig: Add missing $ to reference a variableBenjamin Poirier
2016-04-26localmodconfig: Fix parsing of "help" textBenjamin Poirier
2016-04-26localmodconfig: Recognize more keywords that end a menu entryBenjamin Poirier
2016-04-26localmodconfig: Fix parsing of Kconfig "source" statementsBenjamin Poirier
2016-02-01unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro
2016-02-01scripts/kconfig: allow building with make 3.80 againJan Beulich
2016-01-11kconfig: fix qconf segfault by deleting heap objectsChris Bainbridge
2016-01-05kconfig: return 'false' instead of 'no' in bool functionVegard Nossum
2015-12-10kconfig: allow kconfig to handle longer path namesMarkus Mayer