index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
symbol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: recursive checks drop file/lineno
HONG Yifan
2024-07-20
1
-30
/
+12
*
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
2024-07-16
1
-0
/
+6
*
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
1
-7
/
+7
*
kconfig: refactor error messages in sym_check_print_recursive()
Masahiro Yamada
2024-07-15
1
-9
/
+9
*
kconfig: improve error message for recursive dependency in choice
Masahiro Yamada
2024-07-15
1
-6
/
+1
*
kconfig: improve error message for dependency between choice members
Masahiro Yamada
2024-07-15
1
-1
/
+1
*
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
2024-07-15
1
-1
/
+1
*
kconfig: remove E_LIST expression type
Masahiro Yamada
2024-07-15
1
-2
/
+1
*
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-15
1
-13
/
+1
*
kconfig: use sym_get_choice_menu() in sym_check_deps()
Masahiro Yamada
2024-07-15
1
-4
/
+4
*
kconfig: use sym_get_choice_menu() in sym_check_choice_deps()
Masahiro Yamada
2024-07-15
1
-3
/
+7
*
kconfig: use sym_get_choice_menu() in sym_check_print_recursive()
Masahiro Yamada
2024-07-15
1
-2
/
+4
*
kconfig: use menu_list_for_each_sym() in sym_choice_default()
Masahiro Yamada
2024-07-15
1
-5
/
+4
*
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
2024-07-15
1
-4
/
+4
*
kconfig: remove sym_get_choice_value()
Masahiro Yamada
2024-07-15
1
-8
/
+1
*
kconfig: refactor choice value calculation
Masahiro Yamada
2024-07-15
1
-58
/
+101
*
kconfig: introduce choice_set_value() helper
Masahiro Yamada
2024-07-15
1
-19
/
+43
*
kconfig: remove tristate choice support
Masahiro Yamada
2024-07-15
1
-20
/
+2
*
kconfig: fix comparison to constant symbols, 'm', 'n'
Masahiro Yamada
2024-05-29
1
-2
/
+4
*
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
2024-05-09
1
-10
/
+15
*
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2024-05-09
1
-0
/
+35
*
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
2024-05-09
1
-5
/
+3
*
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
2024-05-02
1
-2
/
+1
*
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
2024-05-02
1
-1
/
+1
*
kconfig: link menus to a symbol
Masahiro Yamada
2024-03-09
1
-0
/
+4
*
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-20
1
-11
/
+11
*
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
2024-02-20
1
-9
/
+0
*
kconfig: associate struct property with file name directly
Masahiro Yamada
2024-02-19
1
-6
/
+6
*
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-02-19
1
-2
/
+2
*
kconfig: initialize sym->curr.tri to 'no' for all symbol types again
Masahiro Yamada
2024-01-31
1
-1
/
+3
*
kconfig: WERROR unmet symbol dependency
Sergey Senozhatsky
2023-12-29
1
-0
/
+9
*
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
2023-12-03
1
-5
/
+12
*
kconfig: remove unneeded symbol_empty variable
Masahiro Yamada
2023-12-03
1
-9
/
+2
*
kconfig: fix memory leak from range properties
Masahiro Yamada
2023-11-17
1
-8
/
+6
*
kconfig: move sym_escape_string_value() to confdata.c
Masahiro Yamada
2021-10-11
1
-44
/
+0
*
kconfig: remove 'const' from the return type of sym_escape_string_value()
Masahiro Yamada
2021-10-01
1
-1
/
+2
*
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
2021-04-14
1
-1
/
+1
*
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2021-04-14
1
-1
/
+0
*
kconfig: clean up header inclusion
Boris Kolpackov
2020-12-08
1
-1
/
+1
*
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-08-14
1
-4
/
+10
*
kconfig: do not use OR-assignment for zero-cleared structure
Masahiro Yamada
2020-05-12
1
-1
/
+1
*
kconfig: make 'imply' obey the direct dependency
Masahiro Yamada
2020-03-13
1
-1
/
+3
*
kconfig: allow symbols implied by y to become m
Masahiro Yamada
2020-03-13
1
-4
/
+1
*
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
2020-01-06
1
-21
/
+0
*
kconfig: remove sym from struct property
Masahiro Yamada
2020-01-06
1
-1
/
+0
*
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2019-07-13
1
-1
/
+1
|
\
|
*
kconfig: Fix spelling of sym_is_changable
Marco Ammon
2019-07-06
1
-1
/
+1
*
|
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
|
/
*
kconfig: split some C files out of zconf.y
Masahiro Yamada
2018-12-28
1
-1
/
+1
*
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-12-28
1
-1
/
+1
[next]