index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
symbol.c
Age
Commit message (
Expand
)
Author
2024-11-06
kconfig: add sym_get_prompt_menu() helper function
Masahiro Yamada
2024-09-20
kconfig: cache expression values
Masahiro Yamada
2024-09-20
scripts: move hash function from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-09-01
kconfig: remove P_SYMBOL property
Masahiro Yamada
2024-07-20
kconfig: recursive checks drop file/lineno
HONG Yifan
2024-07-16
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
2024-07-16
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
kconfig: refactor error messages in sym_check_print_recursive()
Masahiro Yamada
2024-07-16
kconfig: improve error message for recursive dependency in choice
Masahiro Yamada
2024-07-16
kconfig: improve error message for dependency between choice members
Masahiro Yamada
2024-07-16
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
2024-07-16
kconfig: remove E_LIST expression type
Masahiro Yamada
2024-07-16
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_deps()
Masahiro Yamada
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_choice_deps()
Masahiro Yamada
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_print_recursive()
Masahiro Yamada
2024-07-16
kconfig: use menu_list_for_each_sym() in sym_choice_default()
Masahiro Yamada
2024-07-16
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
2024-07-16
kconfig: remove sym_get_choice_value()
Masahiro Yamada
2024-07-16
kconfig: refactor choice value calculation
Masahiro Yamada
2024-07-16
kconfig: introduce choice_set_value() helper
Masahiro Yamada
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
2024-05-29
kconfig: fix comparison to constant symbols, 'm', 'n'
Masahiro Yamada
2024-05-10
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
2024-05-10
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2024-05-10
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-01-31
kconfig: initialize sym->curr.tri to 'no' for all symbol types again
Masahiro Yamada
2023-12-29
kconfig: WERROR unmet symbol dependency
Sergey Senozhatsky
2023-12-03
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
2023-12-03
kconfig: remove unneeded symbol_empty variable
Masahiro Yamada
2023-11-17
kconfig: fix memory leak from range properties
Masahiro Yamada
2021-10-11
kconfig: move sym_escape_string_value() to confdata.c
Masahiro Yamada
2021-10-01
kconfig: remove 'const' from the return type of sym_escape_string_value()
Masahiro Yamada
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-05-12
kconfig: do not use OR-assignment for zero-cleared structure
Masahiro Yamada
2020-03-13
kconfig: make 'imply' obey the direct dependency
Masahiro Yamada
2020-03-13
kconfig: allow symbols implied by y to become m
Masahiro Yamada
2020-01-07
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
2020-01-07
kconfig: remove sym from struct property
Masahiro Yamada
[next]