index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
kconfig: fix submenu rendering of negative dependencies
Julian Braha
1
-0
/
+10
2026-01-06
kconfig: Support conditional deps using "depends on X if Y"
Nicolas Pitre
1
-1
/
+11
2025-07-26
kconfig: add a function to dump all menu entries in a tree-like format
Masahiro Yamada
1
-0
/
+74
2025-06-30
kconfig: re-add menu_get_parent_menu() that returns parent menu
Masahiro Yamada
1
-0
/
+14
2025-06-30
kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()
Masahiro Yamada
1
-1
/
+7
2025-06-06
kconfig: introduce menu type enum
Masahiro Yamada
1
-2
/
+3
2024-10-31
kconfig: show sub-menu entries even if the prompt is hidden
Masahiro Yamada
1
-1
/
+12
2024-09-20
kconfig: use hash table to reuse expressions
Masahiro Yamada
1
-23
/
+10
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
1
-0
/
+1
2024-09-01
kconfig: stop adding P_SYMBOL property to symbols
Masahiro Yamada
1
-3
/
+1
2024-07-21
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
1
-1
/
+1
2024-07-16
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
1
-5
/
+0
2024-07-16
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
1
-7
/
+8
2024-07-16
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
1
-35
/
+3
2024-07-16
kconfig: remove P_CHOICE property
Masahiro Yamada
1
-8
/
+1
2024-07-16
kconfig: refactor choice value calculation
Masahiro Yamada
1
-16
/
+1
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
1
-29
/
+2
2024-06-06
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
1
-2
/
+0
2024-05-16
kconfig: use sym_get_choice_menu() in sym_check_prop()
Masahiro Yamada
1
-4
/
+2
2024-05-10
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
1
-10
/
+0
2024-05-10
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
1
-2
/
+0
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
1
-8
/
+4
2024-05-02
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
1
-0
/
+21
2024-03-28
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
1
-6
/
+16
2024-03-19
kconfig: check prompt for choice while parsing
Masahiro Yamada
1
-3
/
+0
2024-03-09
kconfig: use linked list in get_symbol_str() to iterate over menus
Masahiro Yamada
1
-8
/
+9
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
1
-1
/
+3
2024-02-20
kconfig: do not imply the type of choice value
Masahiro Yamada
1
-6
/
+0
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
1
-0
/
+1
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
1
-2
/
+0
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
1
-1
/
+0
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
1
-2
/
+2
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
1
-3
/
+3
2024-02-19
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
1
-2
/
+2
2023-12-28
kconfig: squash menu_has_help() and menu_get_help()
Masahiro Yamada
1
-15
/
+2
2023-07-25
kconfig: menuconfig: remove jump_key::index
Masahiro Yamada
1
-8
/
+0
2023-07-25
kconfig: menuconfig: simplify global jump key assignment
Masahiro Yamada
1
-3
/
+19
2022-11-21
kconfig: remove unneeded variable in get_prompt_str()
Masahiro Yamada
1
-3
/
+1
2022-11-02
kconfig: fix segmentation fault in menuconfig search
Masahiro Yamada
1
-19
/
+4
2022-09-24
Kconfig: remove unused function 'menu_get_root_menu'
Zeng Heng
1
-5
/
+0
2021-09-25
kconfig: Create links to main menu items in search
Ariel Marcovitch
1
-15
/
+18
2021-04-14
kconfig: split menu.c out of parser.y
Masahiro Yamada
1
-0
/
+1
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
1
-8
/
+0
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
1
-5
/
+0
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
1
-9
/
+0
2020-05-12
kconfig: do not assign a variable in the return statement
Masahiro Yamada
1
-1
/
+2
2020-01-07
kconfig: fix nesting of symbol help text
Thomas Hebb
1
-8
/
+8
2020-01-07
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
1
-0
/
+11
2020-01-07
kconfig: list all definitions of a symbol in help text
Thomas Hebb
1
-23
/
+30
2020-01-07
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
1
-1
/
+17
[next]