summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2024-02-19kconfig: do not delay the cur_filename updateMasahiro Yamada
2024-02-19kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada
2024-02-19kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada
2024-02-19kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada
2024-02-19kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada
2024-02-19kconfig: remove compat_getline()Masahiro Yamada
2024-02-19kconfig: remove orphan lookup_file() declarationMasahiro Yamada
2024-02-19kconfig: fix off-by-one in zconf_error()Masahiro Yamada
2024-02-19kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada
2024-02-19kconfig: fix line number in recursive inclusion detectionMasahiro Yamada
2024-02-19kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky
2023-12-28kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann
2023-12-28kconfig: remove redundant NULL pointer check before free()Masahiro Yamada
2023-12-28kconfig: remove unreachable printf()Masahiro Yamada
2023-12-28kconfig: add include guard to lkc_proto.hMasahiro Yamada
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada
2023-12-10kconfig: factor out common code shared by mconf and nconfMasahiro Yamada
2023-12-03kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada
2023-12-03kconfig: remove unneeded symbol_empty variableMasahiro Yamada
2023-12-03scripts: clean up IA-64 codeMasahiro Yamada
2023-12-03kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada
2023-11-28kconfig: massage the loop in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada
2023-11-28kconfig: introduce getline_stripped() helperMasahiro Yamada
2023-11-28kconfig: deduplicate code in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: require a space after '#' for valid inputMasahiro Yamada
2023-11-28kconfig: remove error check for xrealloc()Masahiro Yamada
2023-11-28kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada
2023-11-17kconfig: fix memory leak from range propertiesMasahiro Yamada
2023-09-06kconfig: fix possible buffer overflowKonstantin Meskhidze
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov
2023-08-13kconfig: nconf: Add search jump featureJesse Taube
2023-07-25kconfig: menuconfig: remove jump_key::indexMasahiro Yamada
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada
2023-07-12kconfig: gconfig: correct program name in help textRandy Dunlap
2023-07-12kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap
2023-06-08streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby
2023-04-17kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada
2023-04-17kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada
2023-04-17kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada