summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2023-09-06kconfig: fix possible buffer overflowKonstantin Meskhidze-0/+3
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook-3/+12
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky-2/+19
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov-21/+44
2023-08-13kconfig: nconf: Add search jump featureJesse Taube-15/+140
2023-07-25kconfig: menuconfig: remove jump_key::indexMasahiro Yamada-12/+4
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada-90/+97
2023-07-12kconfig: gconfig: correct program name in help textRandy Dunlap-3/+3
2023-07-12kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap-4/+1
2023-06-08streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby-1/+1
2023-04-17kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada-295/+277
2023-04-17kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada-11/+0
2023-04-17kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada-33/+0
2023-03-23scripts: merge_config: Fix typo in variable name.Mirsad Goran Todorovac-1/+1
2023-03-14kconfig: Update config changed flag before calling callbackJurica Vukadin-2/+4
2023-02-20Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+16
2023-02-13scripts: merge_config: Add option to suppress warning on overridesMark Brown-9/+16
2023-01-13kconfig: Update all declared targetsPeter Foley-2/+2
2022-12-29kconfig: Add static text for search information in help menuBhaskar Chowdhury-0/+6
2022-12-13kconfig: refactor Makefile to reduce process forksMasahiro Yamada-48/+66
2022-11-21kconfig: remove redundant (void *) cast in search_conf()Masahiro Yamada-2/+1
2022-11-21kconfig: remove const qualifier from str_get()Masahiro Yamada-4/+4
2022-11-21kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada-3/+1
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada-19/+4
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-6/+1
2022-09-29Kconfig: remove sym_set_choice_valueZeng Heng-6/+1
2022-09-28Kbuild: add Rust supportMiguel Ojeda-0/+75
2022-09-24Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng-6/+0
2022-07-27kconfig: Qt5: tell the user which packages are requiredRandy Dunlap-0/+1
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer-2/+6
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao-29/+29
2022-04-02kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada-7/+0
2022-02-18kconfig: fix missing '# end of' for empty menuMasahiro Yamada-12/+13
2022-02-18kconfig: add fflush() before ferror() checkMasahiro Yamada-0/+2
2022-02-12kconfig: fix failing to generate auto.confJing Leng-4/+9
2022-02-10kconfig: fix missing fclose() on error pathsMasahiro Yamada-6/+6
2022-02-08kconfig: let 'shell' return enough output for deep path namesBrenda Streiff-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada-11/+13
2021-12-02streamline_config.pl: show the full Kconfig nameƁukasz Stelmach-1/+1
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett-8/+12
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada-18/+4
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada-17/+37
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada-37/+57
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada-3/+8
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada-47/+45
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada-12/+8
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada-79/+57
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada-62/+33
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada-23/+24
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada-3/+3