index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
1
-2
/
+0
2024-05-15
kconfig: use sym_get_choice_menu() in sym_check_prop()
Masahiro Yamada
1
-4
/
+2
2024-05-09
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
1
-10
/
+0
2024-05-09
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-18
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-24
kconfig: menuconfig: remove jump_key::index
Masahiro Yamada
1
-8
/
+0
2023-07-24
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-23
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-06
kconfig: fix nesting of symbol help text
Thomas Hebb
1
-8
/
+8
2020-01-06
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
1
-0
/
+11
2020-01-06
kconfig: list all definitions of a symbol in help text
Thomas Hebb
1
-24
/
+31
2020-01-06
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
1
-1
/
+17
2020-01-06
kconfig: remove 'prompt' argument from menu_add_prop()
Masahiro Yamada
1
-4
/
+5
2020-01-06
kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()
Masahiro Yamada
1
-36
/
+34
2020-01-06
kconfig: use parent->dep as the parentdep of 'menu'
Masahiro Yamada
1
-5
/
+3
2020-01-06
kconfig: remove the rootmenu check in menu_add_prop()
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-12-21
kconfig: refactor scanning and parsing "option" properties
Masahiro Yamada
1
-23
/
+20
2018-07-17
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
1
-1
/
+1
2018-05-28
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
1
-3
/
+0
2018-05-28
kconfig: drop localization support
Sam Ravnborg
1
-10
/
+10
2018-03-25
kconfig: Print reverse dependencies in groups
Eugeniu Rosca
1
-6
/
+6
2018-03-25
kconfig: clean-up reverse dependency help implementation
Masahiro Yamada
1
-2
/
+2
2018-03-02
kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
Masahiro Yamada
1
-0
/
+1
2018-01-25
kconfig: make "Selected by:" and "Implied by:" readable
Petr Vorel
1
-2
/
+2
2018-01-21
kconfig: Clarify menu and 'if' dependency propagation
Ulf Magnusson
1
-0
/
+2
2018-01-21
kconfig: Document 'if' flattening logic
Ulf Magnusson
1
-0
/
+29
2018-01-21
kconfig: Clarify choice dependency propagation
Ulf Magnusson
1
-0
/
+7
2018-01-21
kconfig: Document SYMBOL_OPTIONAL logic
Ulf Magnusson
1
-0
/
+9
[next]