index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
parser.y
Age
Commit message (
Expand
)
Author
2024-05-10
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
2024-05-10
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
2024-05-02
kconfig: use menu_for_each_entry() to traverse menu tree
Masahiro Yamada
2024-03-28
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
2024-03-19
kconfig: check prompt for choice while parsing
Masahiro Yamada
2024-03-10
kconfig: remove named choice support
Masahiro Yamada
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-20
kconfig: print recursive dependency errors in the parsed order
Masahiro Yamada
2024-02-19
kconfig: do not delay the cur_filename update
Masahiro Yamada
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-02-19
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
2024-02-19
kconfig: split preprocessor prototypes into preprocess.h
Masahiro Yamada
2024-02-19
kconfig: call env_write_dep() right after yyparse()
Masahiro Yamada
2024-02-19
kconfig: write Kconfig files to autoconf.cmd in order
Masahiro Yamada
2024-02-19
kconfig: remove unneeded sym_find() call in conf_parse()
Masahiro Yamada
2024-02-19
kconfig: fix off-by-one in zconf_error()
Masahiro Yamada
2021-04-14
kconfig: split menu.c out of parser.y
Masahiro Yamada
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2020-05-12
kconfig: allow only 'config', 'comment', and 'if' inside 'choice'
Masahiro Yamada
2020-01-07
kconfig: remove sym from struct property
Masahiro Yamada
2020-01-07
kconfig: remove 'prompt' symbol
Masahiro Yamada
2020-01-07
kconfig: drop T_WORD from the RHS of 'prompt' symbol
Masahiro Yamada
2019-11-11
kconfig: split util.c out of parser.y
Masahiro Yamada
2019-02-13
kconfig: rename zconf.y to parser.y
Masahiro Yamada