index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
kconfig/nconf: Initialize the default locale at startup
Jakub Horký
1
-0
/
+3
2025-12-01
kconfig/mconf: Initialize the default locale at startup
Jakub Horký
1
-0
/
+3
2025-08-20
kconfig: lxdialog: fix 'space' to (de)select options
Yann E. MORIN
1
-1
/
+1
2025-08-20
kconfig: gconf: fix potential memory leak in renderer_edited()
Masahiro Yamada
1
-1
/
+2
2025-08-20
kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()
Masahiro Yamada
1
-2
/
+3
2025-08-20
kconfig: nconf: Ensure null termination where strncpy is used
Shankari Anand
2
-0
/
+3
2025-08-20
kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c
Suchit Karunakaran
1
-2
/
+4
2025-08-15
kconfig: qconf: fix ConfigList::updateListAllforAll()
Masahiro Yamada
1
-1
/
+1
2025-05-29
kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf
Masahiro Yamada
1
-7
/
+12
2025-05-29
kconfig: merge_config: use an empty file as initfile
Daniel Gomez
1
-2
/
+2
2025-02-21
kbuild: suppress stdout from merge_config for silent builds
Masahiro Yamada
1
-1
/
+3
2025-02-08
kconfig: fix memory leak in sym_warn_unmet_dep()
Masahiro Yamada
1
-0
/
+1
2025-02-08
kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST
Masahiro Yamada
1
-2
/
+4
2024-10-31
kconfig: show sub-menu entries even if the prompt is hidden
Masahiro Yamada
1
-1
/
+12
2024-10-02
kconfig: qconf: fix buffer overflow in debug links
Masahiro Yamada
1
-1
/
+1
2024-10-01
kconfig: qconf: move conf_read() before drawing tree pain
Masahiro Yamada
1
-2
/
+2
2024-10-01
kconfig: clear expr::val_is_valid when allocated
Masahiro Yamada
1
-0
/
+1
2024-09-30
kconfig: fix infinite loop in sym_calc_choice()
Masahiro Yamada
1
-2
/
+8
2024-09-20
kconfig: cache expression values
Masahiro Yamada
5
-4
/
+39
2024-09-20
kconfig: use hash table to reuse expressions
Masahiro Yamada
4
-277
/
+157
2024-09-20
kconfig: refactor expr_eliminate_dups()
Masahiro Yamada
1
-11
/
+3
2024-09-20
kconfig: add comments to expression transformations
Masahiro Yamada
1
-6
/
+37
2024-09-20
kconfig: change some expr_*() functions to bool
Masahiro Yamada
2
-10
/
+11
2024-09-20
scripts: move hash function from scripts/kconfig/ to scripts/include/
Masahiro Yamada
3
-14
/
+5
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
13
-54
/
+12
2024-09-01
kconfig: remove P_SYMBOL property
Masahiro Yamada
4
-8
/
+0
2024-09-01
kconfig: stop adding P_SYMBOL property to symbols
Masahiro Yamada
1
-3
/
+1
2024-09-01
kconfig: remove dummy assignments to cur_{filename,lineno}
Masahiro Yamada
1
-8
/
+0
2024-08-06
scripts: kconfig: merge_config: config files: add a trailing newline
Anders Roxell
1
-0
/
+2
2024-07-21
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
13
-395
/
+11
2024-07-20
kconfig: recursive checks drop file/lineno
HONG Yifan
2
-48
/
+30
2024-07-20
kconfig: remove 'e1' and 'e2' macros from expression deduplication
Masahiro Yamada
1
-52
/
+42
2024-07-16
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
5
-11
/
+8
2024-07-16
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
8
-36
/
+40
2024-07-16
kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()
Masahiro Yamada
1
-5
/
+2
2024-07-16
kconfig: refactor error messages in sym_check_print_recursive()
Masahiro Yamada
1
-9
/
+9
2024-07-16
kconfig: improve error message for recursive dependency in choice
Masahiro Yamada
1
-6
/
+1
2024-07-16
kconfig: improve error message for dependency between choice members
Masahiro Yamada
1
-1
/
+1
2024-07-16
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
2
-36
/
+4
2024-07-16
kconfig: remove E_LIST expression type
Masahiro Yamada
3
-18
/
+2
2024-07-16
kconfig: remove P_CHOICE property
Masahiro Yamada
6
-37
/
+3
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_deps()
Masahiro Yamada
1
-4
/
+4
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_choice_deps()
Masahiro Yamada
1
-3
/
+7
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_print_recursive()
Masahiro Yamada
1
-2
/
+4
2024-07-16
kconfig: remove expr_list_for_each_sym() macro
Masahiro Yamada
1
-3
/
+0
2024-07-16
kconfig: use menu_list_for_each_sym() in sym_choice_default()
Masahiro Yamada
1
-5
/
+4
2024-07-16
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
3
-6
/
+6
2024-07-16
kconfig: remove conf_unsaved in conf_read_simple()
Masahiro Yamada
1
-3
/
+2
2024-07-16
kconfig: remove sym_get_choice_value()
Masahiro Yamada
6
-21
/
+11
2024-07-16
kconfig: refactor choice value calculation
Masahiro Yamada
7
-197
/
+187
[next]