summaryrefslogtreecommitdiff
path: root/scripts/kconfig
Commit message (Expand)AuthorAge
...
| * kconfig: fix make xconfig when gettext is missingYaakov Selkowitz2018-01-22
| * kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson2018-01-22
| * kconfig: Document 'if' flattening logicUlf Magnusson2018-01-22
| * kconfig: Clarify choice dependency propagationUlf Magnusson2018-01-22
| * kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson2018-01-22
| * kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-22
| * kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada2018-01-22
| * kconfig: make xfgets() really staticMasahiro Yamada2018-01-22
| * kconfig: make input_mode staticMasahiro Yamada2018-01-22
| * kconfig: Warn if there is more than one help textUlf Magnusson2018-01-22
| * kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-22
| * kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-22
| * kconfig: Document important expression functionsUlf Magnusson2018-01-22
| * kconfig: Document automatic submenu creation codeUlf Magnusson2018-01-22
| * kconfig: Fix choice symbol expression leakUlf Magnusson2018-01-22
| * kconfig: Fix expr_free() E_NOT leakUlf Magnusson2018-01-22
| * kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-01-22
| * kconfig: Don't leak main menus during parsingUlf Magnusson2018-01-22
| * kconfig: Don't leak 'option' arguments during parsingUlf Magnusson2018-01-11
| * kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-11
| * kconfig: Don't leak symbol names during parsingUlf Magnusson2018-01-10
| * kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada2017-12-16
| * kconfig: display recursive dependency resolution hint just onceMasahiro Yamada2017-12-16
| * kconfig: Clean up modules handling and fix crashUlf Magnusson2017-12-15
| * kconfig: Clarify expression rewritingUlf Magnusson2017-12-15
| * kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson2017-12-15
| * kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson2017-12-12
| * kconfig: Document the 'symbol' structUlf Magnusson2017-12-07
| * kconfig: Document the 'menu' structUlf Magnusson2017-12-07
| * kconfig: Warn if choice default is not in choiceUlf Magnusson2017-12-07
* | kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre2018-01-06
|/
* kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-23
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Remove gperf usage from toolchainLinus Torvalds2017-08-19
* Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\
| * scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-14
* | kconfig: fix sparse warnings in nconfigRandy Dunlap2017-06-23
* | kconfig: Check for libncurses before menuconfigBorislav Petkov2017-06-10
|/
* gconfig: remove misleading parentheses around a conditionNicolas Iooss2017-03-22
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-12-17
|\
| * xconfig: fix missing suboption and help panels on first runBoris Barbulovski2016-12-11
| * xconfig: fix 'Show Debug' functionalityBoris Barbulovski2016-12-11
| * kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings2016-12-11
| * Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong2016-11-29
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-12
|\ \
| * | Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre2016-11-16
| * | Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-16
| |/
* | kbuild: make sure autoksyms.h exists earlyNicolas Pitre2016-12-01
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-05-26
|\
| * kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders2016-05-10