index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
parser.y
Age
Commit message (
Expand
)
Author
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-09-01
kconfig: remove P_SYMBOL property
Masahiro Yamada
2024-09-01
kconfig: remove dummy assignments to cur_{filename,lineno}
Masahiro Yamada
2024-07-16
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-16
kconfig: refactor choice value calculation
Masahiro Yamada
2024-07-16
kconfig: remember the current choice while parsing the choice block
Masahiro Yamada
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
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