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
/
lexer.l
Age
Commit message (
Expand
)
Author
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
2024-02-19
kconfig: replace remaining current_file->name with cur_filename
Masahiro Yamada
2024-02-19
kconfig: do not delay the cur_filename update
Masahiro Yamada
2024-02-19
kconfig: replace file->name with name in zconf_nextfile()
Masahiro Yamada
2024-02-19
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
2024-02-19
kconfig: replace current_pos with separate cur_{filename,lineno}
Masahiro Yamada
2024-02-19
kconfig: split preprocessor prototypes into preprocess.h
Masahiro Yamada
2024-02-19
kconfig: fix infinite loop when expanding a macro at the end of file
Masahiro Yamada
2024-02-19
kconfig: fix line number in recursive inclusion detection
Masahiro Yamada
2024-02-19
kconfig: remove unneeded buffer allocation in zconf_initscan()
Masahiro Yamada
2021-09-30
kconfig: rename a variable in the lexer to a clearer name
Masahiro Yamada
2021-09-30
kconfig: narrow the scope of variables in the lexer
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-12-08
kconfig: clean up header inclusion
Boris Kolpackov
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-08-14
kconfig: remove '---help---' support
Masahiro Yamada
2019-05-14
kconfig: use snprintf for formatting pathnames
Jacob Garber
2019-02-13
kconfig: rename zconf.y to parser.y
Masahiro Yamada
2019-02-13
kconfig: rename zconf.l to lexer.l
Masahiro Yamada