summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-02-0114-5048/+499
|\
| * kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2018-01-272-5/+7
| * kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel2018-01-253-6/+27
| * kconfig: announce removal of oldnoconfig if usedMasahiro Yamada2018-01-251-0/+2
| * kconfig: fix make xconfig when gettext is missingYaakov Selkowitz2018-01-211-0/+1
| * kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson2018-01-211-0/+2
| * kconfig: Document 'if' flattening logicUlf Magnusson2018-01-211-0/+29
| * kconfig: Clarify choice dependency propagationUlf Magnusson2018-01-211-0/+7
| * kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson2018-01-211-0/+9
| * kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-213-22/+19
| * kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada2018-01-211-2/+2
| * kconfig: make xfgets() really staticMasahiro Yamada2018-01-211-10/+7
| * kconfig: make input_mode staticMasahiro Yamada2018-01-211-1/+2
| * kconfig: Warn if there is more than one help textUlf Magnusson2018-01-211-0/+5
| * kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-216-7/+6
| * kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-213-11/+1
| * kconfig: Document important expression functionsUlf Magnusson2018-01-211-0/+106
| * kconfig: Document automatic submenu creation codeUlf Magnusson2018-01-211-0/+38
| * kconfig: Fix choice symbol expression leakUlf Magnusson2018-01-211-0/+3
| * kconfig: Fix expr_free() E_NOT leakUlf Magnusson2018-01-211-1/+1
| * kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-01-211-0/+1
| * kconfig: Don't leak main menus during parsingUlf Magnusson2018-01-211-9/+24
| * kconfig: Don't leak 'option' arguments during parsingUlf Magnusson2018-01-101-1/+3
| * kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-102-0/+5
| * kconfig: Don't leak symbol names during parsingUlf Magnusson2018-01-101-17/+19
| * kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada2017-12-163-4944/+1
| * kconfig: display recursive dependency resolution hint just onceMasahiro Yamada2017-12-161-2/+6
| * kconfig: Clean up modules handling and fix crashUlf Magnusson2017-12-151-4/+6
| * kconfig: Clarify expression rewritingUlf Magnusson2017-12-151-0/+52
| * kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson2017-12-151-6/+10
| * kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson2017-12-121-1/+1
| * kconfig: Document the 'symbol' structUlf Magnusson2017-12-071-1/+44
| * kconfig: Document the 'menu' structUlf Magnusson2017-12-071-0/+45
| * kconfig: Warn if choice default is not in choiceUlf Magnusson2017-12-071-0/+10
* | kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre2018-01-051-1/+4
|/
* kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-231-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* Remove gperf usage from toolchainLinus Torvalds2017-08-198-361/+67
* Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+2
|\
| * scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-141-1/+2
* | kconfig: fix sparse warnings in nconfigRandy Dunlap2017-06-222-8/+8
* | kconfig: Check for libncurses before menuconfigBorislav Petkov2017-06-091-1/+1
|/
* gconfig: remove misleading parentheses around a conditionNicolas Iooss2017-03-211-1/+1
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-12-183-9/+27
|\
| * xconfig: fix missing suboption and help panels on first runBoris Barbulovski2016-12-111-4/+12
| * xconfig: fix 'Show Debug' functionalityBoris Barbulovski2016-12-111-1/+2
| * kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings2016-12-111-4/+11
| * Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong2016-11-291-0/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-137-877/+832
|\ \
| * | Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre2016-11-162-858/+753