index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
symbol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
1
-10
/
+15
2024-05-10
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
1
-0
/
+35
2024-05-10
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
1
-5
/
+3
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
1
-2
/
+1
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
1
-1
/
+1
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
1
-0
/
+4
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
1
-11
/
+11
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
1
-9
/
+0
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
1
-6
/
+6
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
1
-2
/
+2
2024-01-31
kconfig: initialize sym->curr.tri to 'no' for all symbol types again
Masahiro Yamada
1
-1
/
+3
2023-12-29
kconfig: WERROR unmet symbol dependency
Sergey Senozhatsky
1
-0
/
+9
2023-12-03
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
1
-5
/
+12
2023-12-03
kconfig: remove unneeded symbol_empty variable
Masahiro Yamada
1
-9
/
+2
2023-11-17
kconfig: fix memory leak from range properties
Masahiro Yamada
1
-8
/
+6
2021-10-11
kconfig: move sym_escape_string_value() to confdata.c
Masahiro Yamada
1
-44
/
+0
2021-10-01
kconfig: remove 'const' from the return type of sym_escape_string_value()
Masahiro Yamada
1
-1
/
+2
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
1
-1
/
+1
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
1
-1
/
+0
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
1
-1
/
+1
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
1
-4
/
+10
2020-05-12
kconfig: do not use OR-assignment for zero-cleared structure
Masahiro Yamada
1
-1
/
+1
2020-03-13
kconfig: make 'imply' obey the direct dependency
Masahiro Yamada
1
-1
/
+3
2020-03-13
kconfig: allow symbols implied by y to become m
Masahiro Yamada
1
-4
/
+1
2020-01-07
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
1
-21
/
+0
2020-01-07
kconfig: remove sym from struct property
Masahiro Yamada
1
-1
/
+0
2019-07-12
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
1
-1
/
+1
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2018-12-28
kconfig: split some C files out of zconf.y
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-12-08
kconfig: remove S_OTHER symbol type and correct dependency tracking
Masahiro Yamada
1
-3
/
+0
2018-08-22
kconfig: improve the recursive dependency report
Masahiro Yamada
1
-14
/
+34
2018-08-22
kconfig: report recursive dependency involving 'imply'
Masahiro Yamada
1
-2
/
+7
2018-08-22
kconfig: error out when seeing recursive dependency
Masahiro Yamada
1
-3
/
+0
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
1
-2
/
+0
2018-08-14
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
1
-9
/
+0
2018-07-18
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
1
-1
/
+1
2018-05-29
kconfig: remove sym_expand_string_value()
Masahiro Yamada
1
-53
/
+0
2018-05-29
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
1
-56
/
+0
2018-03-26
kconfig: make unmet dependency warnings readable
Masahiro Yamada
1
-12
/
+23
2018-03-26
kconfig: warn unmet direct dependency of tristate symbols selected by y
Masahiro Yamada
1
-2
/
+2
2018-03-26
kconfig: only write '# CONFIG_FOO is not set' for visible symbols
Ulf Magnusson
1
-1
/
+2
2018-03-02
kconfig: add xstrdup() helper
Masahiro Yamada
1
-2
/
+2
2018-02-10
kconfig: remove const qualifier from sym_expand_string_value()
Masahiro Yamada
1
-1
/
+1
2018-02-10
kconfig: add xrealloc() helper
Masahiro Yamada
1
-1
/
+1
2018-02-09
kconfig: send error messages to stderr
Masahiro Yamada
1
-1
/
+1
2018-02-09
kconfig: do not write choice values when their dependency becomes n
Masahiro Yamada
1
-9
/
+7
2018-01-22
kconfig: drop 'boolean' keyword
Masahiro Yamada
1
-1
/
+1
2018-01-11
kconfig: Don't leak 'source' filenames during parsing
Ulf Magnusson
1
-0
/
+4
[next]