index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-07-16
kconfig: import list_move(_tail) and list_for_each_entry_reverse macros
Masahiro Yamada
1
-0
/
+53
2024-07-16
kconfig: remember the current choice while parsing the choice block
Masahiro Yamada
1
-6
/
+4
2024-07-16
kconfig: introduce choice_set_value() helper
Masahiro Yamada
5
-22
/
+47
2024-07-16
kconfig: add fallthrough comments to expr_compare_type()
Masahiro Yamada
1
-0
/
+5
2024-07-16
kconfig: remove unneeded code in expr_compare_type()
Masahiro Yamada
1
-4
/
+1
2024-07-16
kconfig: add -e and -u options to *conf-cfg.sh scripts
Masahiro Yamada
4
-0
/
+8
2024-07-16
kconfig: refactor conf_write_defconfig() to reduce indentation level
Masahiro Yamada
1
-25
/
+22
2024-07-16
kconfig: refactor conf_set_all_new_symbols() to reduce indentation level
Masahiro Yamada
1
-31
/
+30
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
27
-315
/
+42
2024-07-16
kconfig: pass new conf_changed value to the callback
Masahiro Yamada
5
-14
/
+11
2024-07-16
kconfig: gconf: move conf_changed() definition up
Masahiro Yamada
1
-8
/
+7
2024-07-16
kconfig: gconf: remove unnecessary forward declarations
Masahiro Yamada
1
-2
/
+0
2024-07-16
kconfig: qconf: remove initial call to conf_changed()
Masahiro Yamada
1
-3
/
+3
2024-06-06
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
3
-32
/
+0
2024-06-06
kconfig: gconf: give a proper initial state to the Save button
Masahiro Yamada
1
-1
/
+2
2024-06-06
kconfig: remove unneeded code for user-supplied values being out of range
Masahiro Yamada
1
-13
/
+0
2024-05-29
kconfig: remove redundant check in expr_join_or()
Masahiro Yamada
1
-1
/
+1
2024-05-29
kconfig: fix comparison to constant symbols, 'm', 'n'
Masahiro Yamada
1
-2
/
+4
2024-05-29
kconfig: remove unused expr_is_no()
Masahiro Yamada
1
-5
/
+0
2024-05-16
kconfig: use sym_get_choice_menu() in sym_check_prop()
Masahiro Yamada
1
-4
/
+2
2024-05-14
kconfig: lxdialog: remove initialization with A_NORMAL
Masahiro Yamada
1
-9
/
+0
2024-05-14
kconfig: m/nconf: merge two item_add_str() calls
Masahiro Yamada
2
-9
/
+4
2024-05-14
kconfig: m/nconf: remove dead code to display value of bool choice
Masahiro Yamada
2
-29
/
+14
2024-05-14
kconfig: m/nconf: remove dead code to display children of choice members
Masahiro Yamada
2
-95
/
+71
2024-05-14
kconfig: gconf: show checkbox for choice correctly
Masahiro Yamada
1
-7
/
+5
2024-05-10
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
1
-10
/
+15
2024-05-10
kconfig: use sym_get_choice_menu() in conf_write_defconfig()
Masahiro Yamada
1
-4
/
+5
2024-05-10
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2
-0
/
+36
2024-05-10
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
2
-10
/
+40
2024-05-10
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
2
-2
/
+14
2024-05-10
kconfig: turn conf_choice() into void function
Masahiro Yamada
1
-6
/
+5
2024-05-10
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
1
-5
/
+3
2024-05-10
kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED
Masahiro Yamada
1
-6
/
+3
2024-05-10
kconfig: gconf: remove debug code
Masahiro Yamada
1
-48
/
+1
2024-05-10
kconfig: gconf: update pane correctly after loading a config file
Masahiro Yamada
1
-1
/
+3
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-4
/
+4
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
5
-8
/
+4
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
14
-75
/
+5
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
6
-9
/
+6
2024-05-02
kconfig: remove unneeded if-conditional in conf_choice()
Masahiro Yamada
1
-3
/
+2
2024-05-02
kconfig: use menu_for_each_entry() to traverse menu tree
Masahiro Yamada
2
-35
/
+6
2024-05-02
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
2
-0
/
+26
2024-03-31
kconfig: Fix typo HEIGTH to HEIGHT
Isak Ellmer
8
-14
/
+14
[next]