summaryrefslogtreecommitdiff
path: root/scripts/kconfig/symbol.c
AgeCommit message (Expand)Author
2024-09-20kconfig: cache expression valuesMasahiro Yamada
2024-09-20scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada
2024-07-16kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada
2024-07-16kconfig: improve error message for recursive dependency in choiceMasahiro Yamada
2024-07-16kconfig: improve error message for dependency between choice membersMasahiro Yamada
2024-07-16kconfig: fix conditional prompt behavior for choiceMasahiro Yamada
2024-07-16kconfig: remove E_LIST expression typeMasahiro Yamada
2024-07-16kconfig: remove P_CHOICE propertyMasahiro Yamada
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada
2024-07-16kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada
2024-07-16kconfig: remove sym_get_choice_value()Masahiro Yamada
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada
2024-07-16kconfig: introduce choice_set_value() helperMasahiro Yamada
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada
2024-05-29kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada
2024-05-10kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada
2024-05-10kconfig: add sym_get_choice_menu() helperMasahiro Yamada
2024-05-10kconfig: use linked list in sym_set_changed()Masahiro Yamada
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada
2024-03-09kconfig: link menus to a symbolMasahiro Yamada
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada
2024-02-19kconfig: associate struct menu with file name directlyMasahiro 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-03kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada
2023-12-03kconfig: remove unneeded symbol_empty variableMasahiro Yamada
2023-11-17kconfig: fix memory leak from range propertiesMasahiro Yamada
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada
2020-12-08kconfig: clean up header inclusionBoris Kolpackov
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada
2020-05-12kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada
2020-03-13kconfig: make 'imply' obey the direct dependencyMasahiro Yamada
2020-03-13kconfig: allow symbols implied by y to become mMasahiro Yamada
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds