summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2025-06-04kconfig: merge_config: use an empty file as initfileDaniel Gomez1-2/+2
2025-03-13kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada1-0/+1
2025-03-13kconfig: WERROR unmet symbol dependencySergey Senozhatsky4-5/+25
2025-03-13kconfig: deduplicate code in conf_read_simple()Masahiro Yamada1-54/+35
2025-03-13kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada1-13/+8
2025-03-13kconfig: require a space after '#' for valid inputMasahiro Yamada1-0/+2
2025-03-13kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky1-2/+19
2025-03-13kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada1-2/+4
2024-10-17kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada1-1/+1
2024-10-17scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell1-0/+2
2024-07-27kconfig: remove wrong expr_trans_bool()Masahiro Yamada3-32/+0
2024-07-27kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada1-1/+2
2024-06-16kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada1-2/+4
2024-03-26kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada1-2/+5
2023-12-13kconfig: fix memory leak from range propertiesMasahiro Yamada1-8/+6
2023-09-19kconfig: fix possible buffer overflowKonstantin Meskhidze1-0/+3
2023-03-22kconfig: Update config changed flag before calling callbackJurica Vukadin1-2/+4
2023-02-01kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao4-29/+29
2022-02-23kconfig: fix failing to generate auto.confJing Leng1-4/+9
2022-02-23kconfig: let 'shell' return enough output for deep path namesBrenda Streiff1-1/+1
2021-08-10scripts: merge_config: add strict mode to fail upon any redefinitionMatthias Maennich1-0/+15
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)1-0/+2
2021-06-29streamline_config.pl: make spacing consistentSteven Rostedt (VMware)1-39/+39
2021-06-05kconfig: constify long_optsMasahiro Yamada1-1/+1
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds24-635/+559
2021-04-26kconfig: refactor .gitignoreMasahiro Yamada1-10/+3
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan1-10/+5
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap1-0/+1
2021-04-19kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap1-2/+6
2021-04-19kconfig: gconf: remove unused codeMasahiro Yamada1-7/+0
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada1-4/+0
2021-04-16kconfig: nconf: stop endless search loopsMihai Moldovan1-1/+1
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada4-5/+14
2021-04-14kconfig: nconf: refactor in print_in_middle()Masahiro Yamada3-34/+6
2021-04-14kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada1-1/+0
2021-04-14kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada1-2/+1
2021-04-14kconfig: nconf: refactor attributes setup codeMasahiro Yamada3-175/+144
2021-04-14kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada1-4/+2
2021-04-14kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada2-17/+17
2021-04-14kconfig: nconf: fix NORMAL attributesMasahiro Yamada1-2/+2
2021-04-14kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada2-17/+6
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada1-4/+4
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada7-24/+18
2021-04-14kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada1-3/+7
2021-04-14kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury1-2/+2
2021-04-14kconfig: streamline_config.pl: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-04-14kconfig: use true and false for bool variableYang Li1-1/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada7-16/+8
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada6-20/+1