index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: show sub-menu entries even if the prompt is hidden
Masahiro Yamada
2024-10-31
1
-1
/
+12
*
kconfig: qconf: fix buffer overflow in debug links
Masahiro Yamada
2024-10-02
1
-1
/
+1
*
kconfig: qconf: move conf_read() before drawing tree pain
Masahiro Yamada
2024-10-01
1
-2
/
+2
*
kconfig: clear expr::val_is_valid when allocated
Masahiro Yamada
2024-10-01
1
-0
/
+1
*
kconfig: fix infinite loop in sym_calc_choice()
Masahiro Yamada
2024-09-30
1
-2
/
+8
*
kconfig: cache expression values
Masahiro Yamada
2024-09-20
5
-4
/
+39
*
kconfig: use hash table to reuse expressions
Masahiro Yamada
2024-09-20
4
-277
/
+157
*
kconfig: refactor expr_eliminate_dups()
Masahiro Yamada
2024-09-20
1
-11
/
+3
*
kconfig: add comments to expression transformations
Masahiro Yamada
2024-09-20
1
-6
/
+37
*
kconfig: change some expr_*() functions to bool
Masahiro Yamada
2024-09-20
2
-10
/
+11
*
scripts: move hash function from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-09-20
3
-14
/
+5
*
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-09-01
13
-54
/
+12
*
kconfig: remove P_SYMBOL property
Masahiro Yamada
2024-09-01
4
-8
/
+0
*
kconfig: stop adding P_SYMBOL property to symbols
Masahiro Yamada
2024-09-01
1
-3
/
+1
*
kconfig: remove dummy assignments to cur_{filename,lineno}
Masahiro Yamada
2024-09-01
1
-8
/
+0
*
scripts: kconfig: merge_config: config files: add a trailing newline
Anders Roxell
2024-08-06
1
-0
/
+2
*
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-07-21
13
-395
/
+11
*
kconfig: recursive checks drop file/lineno
HONG Yifan
2024-07-20
2
-48
/
+30
*
kconfig: remove 'e1' and 'e2' macros from expression deduplication
Masahiro Yamada
2024-07-20
1
-52
/
+42
*
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
2024-07-16
5
-11
/
+8
*
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
8
-36
/
+40
*
kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()
Masahiro Yamada
2024-07-16
1
-5
/
+2
*
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
2
-36
/
+4
*
kconfig: remove E_LIST expression type
Masahiro Yamada
2024-07-15
3
-18
/
+2
*
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-15
6
-37
/
+3
*
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: remove expr_list_for_each_sym() macro
Masahiro Yamada
2024-07-15
1
-3
/
+0
*
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
3
-6
/
+6
*
kconfig: remove conf_unsaved in conf_read_simple()
Masahiro Yamada
2024-07-15
1
-3
/
+2
*
kconfig: remove sym_get_choice_value()
Masahiro Yamada
2024-07-15
6
-21
/
+11
*
kconfig: refactor choice value calculation
Masahiro Yamada
2024-07-15
7
-197
/
+187
*
kconfig: import list_move(_tail) and list_for_each_entry_reverse macros
Masahiro Yamada
2024-07-15
1
-0
/
+53
*
kconfig: remember the current choice while parsing the choice block
Masahiro Yamada
2024-07-15
1
-6
/
+4
*
kconfig: introduce choice_set_value() helper
Masahiro Yamada
2024-07-15
5
-22
/
+47
*
kconfig: add fallthrough comments to expr_compare_type()
Masahiro Yamada
2024-07-15
1
-0
/
+5
*
kconfig: remove unneeded code in expr_compare_type()
Masahiro Yamada
2024-07-15
1
-4
/
+1
*
kconfig: add -e and -u options to *conf-cfg.sh scripts
Masahiro Yamada
2024-07-15
4
-0
/
+8
*
kconfig: refactor conf_write_defconfig() to reduce indentation level
Masahiro Yamada
2024-07-15
1
-25
/
+22
*
kconfig: refactor conf_set_all_new_symbols() to reduce indentation level
Masahiro Yamada
2024-07-15
1
-31
/
+30
*
kconfig: remove tristate choice support
Masahiro Yamada
2024-07-15
27
-315
/
+42
*
kconfig: pass new conf_changed value to the callback
Masahiro Yamada
2024-07-15
5
-14
/
+11
*
kconfig: gconf: move conf_changed() definition up
Masahiro Yamada
2024-07-15
1
-8
/
+7
*
kconfig: gconf: remove unnecessary forward declarations
Masahiro Yamada
2024-07-15
1
-2
/
+0
*
kconfig: qconf: remove initial call to conf_changed()
Masahiro Yamada
2024-07-15
1
-3
/
+3
[next]