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: 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
*
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
2018-07-17
1
-1
/
+1
*
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
2018-05-28
1
-3
/
+0
*
kconfig: drop localization support
Sam Ravnborg
2018-05-28
1
-10
/
+10
*
kconfig: Print reverse dependencies in groups
Eugeniu Rosca
2018-03-25
1
-6
/
+6
*
kconfig: clean-up reverse dependency help implementation
Masahiro Yamada
2018-03-25
1
-2
/
+2
*
kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
Masahiro Yamada
2018-03-02
1
-0
/
+1
*
kconfig: make "Selected by:" and "Implied by:" readable
Petr Vorel
2018-01-25
1
-2
/
+2
*
kconfig: Clarify menu and 'if' dependency propagation
Ulf Magnusson
2018-01-21
1
-0
/
+2
*
kconfig: Document 'if' flattening logic
Ulf Magnusson
2018-01-21
1
-0
/
+29
*
kconfig: Clarify choice dependency propagation
Ulf Magnusson
2018-01-21
1
-0
/
+7
*
kconfig: Document SYMBOL_OPTIONAL logic
Ulf Magnusson
2018-01-21
1
-0
/
+9
*
kconfig: drop 'boolean' keyword
Masahiro Yamada
2018-01-21
1
-2
/
+2
*
kconfig: Remove menu_end_entry()
Ulf Magnusson
2018-01-21
1
-5
/
+0
*
kconfig: Document automatic submenu creation code
Ulf Magnusson
2018-01-21
1
-0
/
+38
*
kconfig: Fix choice symbol expression leak
Ulf Magnusson
2018-01-21
1
-0
/
+3
*
kconfig: Fix automatic menu creation mem leak
Ulf Magnusson
2018-01-21
1
-0
/
+1
*
kconfig: Clean up modules handling and fix crash
Ulf Magnusson
2017-12-15
1
-4
/
+6
[next]