index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
menu.c
(
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: use hash table to reuse expressions
Masahiro Yamada
2024-09-20
1
-23
/
+10
*
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-09-01
1
-0
/
+1
*
kconfig: stop adding P_SYMBOL property to symbols
Masahiro Yamada
2024-09-01
1
-3
/
+1
*
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-07-21
1
-1
/
+1
*
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
2024-07-16
1
-5
/
+0
*
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
1
-7
/
+8
*
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
2024-07-15
1
-35
/
+3
*
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-15
1
-8
/
+1
*
kconfig: refactor choice value calculation
Masahiro Yamada
2024-07-15
1
-16
/
+1
*
kconfig: remove tristate choice support
Masahiro Yamada
2024-07-15
1
-29
/
+2
*
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
2024-06-06
1
-2
/
+0
*
kconfig: use sym_get_choice_menu() in sym_check_prop()
Masahiro Yamada
2024-05-15
1
-4
/
+2
*
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
2024-05-09
1
-10
/
+0
*
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
2024-05-09
1
-2
/
+0
*
kconfig: remove 'optional' property support
Masahiro Yamada
2024-05-02
1
-8
/
+4
*
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
2024-05-02
1
-0
/
+21
*
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
2024-03-28
1
-6
/
+16
*
kconfig: check prompt for choice while parsing
Masahiro Yamada
2024-03-18
1
-3
/
+0
*
kconfig: use linked list in get_symbol_str() to iterate over menus
Masahiro Yamada
2024-03-09
1
-8
/
+9
*
kconfig: link menus to a symbol
Masahiro Yamada
2024-03-09
1
-1
/
+3
*
kconfig: do not imply the type of choice value
Masahiro Yamada
2024-02-20
1
-6
/
+0
*
kconfig: split list_head into a separate header
Masahiro Yamada
2024-02-19
1
-0
/
+1
*
kconfig: change file_lookup() to return the file name
Masahiro Yamada
2024-02-19
1
-2
/
+0
*
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
2024-02-19
1
-1
/
+0
*
kconfig: associate struct property with file name directly
Masahiro Yamada
2024-02-19
1
-2
/
+2
*
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-02-19
1
-3
/
+3
*
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
2024-02-19
1
-2
/
+2
*
kconfig: squash menu_has_help() and menu_get_help()
Masahiro Yamada
2023-12-28
1
-15
/
+2
*
kconfig: menuconfig: remove jump_key::index
Masahiro Yamada
2023-07-24
1
-8
/
+0
*
kconfig: menuconfig: simplify global jump key assignment
Masahiro Yamada
2023-07-24
1
-3
/
+19
*
kconfig: remove unneeded variable in get_prompt_str()
Masahiro Yamada
2022-11-21
1
-3
/
+1
*
kconfig: fix segmentation fault in menuconfig search
Masahiro Yamada
2022-11-02
1
-19
/
+4
*
Kconfig: remove unused function 'menu_get_root_menu'
Zeng Heng
2022-09-23
1
-5
/
+0
*
kconfig: Create links to main menu items in search
Ariel Marcovitch
2021-09-25
1
-15
/
+18
*
kconfig: split menu.c out of parser.y
Masahiro Yamada
2021-04-14
1
-0
/
+1
*
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
2021-04-14
1
-8
/
+0
*
kconfig: remove allnoconfig_y option
Masahiro Yamada
2021-04-14
1
-5
/
+0
*
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2021-04-14
1
-9
/
+0
*
kconfig: do not assign a variable in the return statement
Masahiro Yamada
2020-05-12
1
-1
/
+2
*
kconfig: fix nesting of symbol help text
Thomas Hebb
2020-01-06
1
-8
/
+8
*
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
2020-01-06
1
-0
/
+11
*
kconfig: list all definitions of a symbol in help text
Thomas Hebb
2020-01-06
1
-24
/
+31
*
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
2020-01-06
1
-1
/
+17
*
kconfig: remove 'prompt' argument from menu_add_prop()
Masahiro Yamada
2020-01-06
1
-4
/
+5
*
kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()
Masahiro Yamada
2020-01-06
1
-36
/
+34
*
kconfig: use parent->dep as the parentdep of 'menu'
Masahiro Yamada
2020-01-06
1
-5
/
+3
*
kconfig: remove the rootmenu check in menu_add_prop()
Masahiro Yamada
2020-01-06
1
-1
/
+1
*
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-12-28
1
-1
/
+1
*
kconfig: refactor scanning and parsing "option" properties
Masahiro Yamada
2018-12-21
1
-23
/
+20
[next]