| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-01 | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h | Masahiro Yamada | 1 | -0/+1 |
| 2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 1 | -2/+2 |
| 2024-02-19 | kconfig: move ARRAY_SIZE to a header | Masahiro Yamada | 1 | -2/+1 |
| 2024-02-19 | kconfig: replace remaining current_file->name with cur_filename | Masahiro Yamada | 1 | -4/+4 |
| 2024-02-19 | kconfig: split preprocessor prototypes into preprocess.h | Masahiro Yamada | 1 | -0/+1 |
| 2024-02-19 | kconfig: call env_write_dep() right after yyparse() | Masahiro Yamada | 1 | -4/+7 |
| 2023-09-06 | kconfig: fix possible buffer overflow | Konstantin Meskhidze | 1 | -0/+3 |
| 2022-02-08 | kconfig: let 'shell' return enough output for deep path names | Brenda Streiff | 1 | -1/+1 |
| 2020-12-21 | kconfig: fix return value of do_error_if() | Masahiro Yamada | 1 | -1/+1 |
| 2019-06-09 | kconfig: add static qualifier to expand_string() | Masahiro Yamada | 1 | -1/+2 |
| 2018-12-28 | kconfig: split some C files out of zconf.y | Masahiro Yamada | 1 | -0/+2 |
| 2018-12-22 | kconfig: stop supporting '.' and '/' in unquoted words | Masahiro Yamada | 1 | -2/+1 |
| 2018-06-28 | kconfig: loop boundary condition fix | Jerry James | 1 | -1/+1 |
| 2018-05-29 | kconfig: error out if a recursive variable references itself | Masahiro Yamada | 1 | -0/+13 |
| 2018-05-29 | kconfig: add 'filename' and 'lineno' built-in variables | Masahiro Yamada | 1 | -0/+16 |
| 2018-05-29 | kconfig: add 'info', 'warning-if', and 'error-if' built-in functions | Masahiro Yamada | 1 | -0/+27 |
| 2018-05-29 | kconfig: support append assignment operator | Masahiro Yamada | 1 | -3/+25 |
| 2018-05-29 | kconfig: support simply expanded variable | Masahiro Yamada | 1 | -3/+16 |
| 2018-05-29 | kconfig: support user-defined function and recursively expanded variable | Masahiro Yamada | 1 | -1/+85 |
| 2018-05-29 | kconfig: add 'shell' built-in function | Masahiro Yamada | 1 | -0/+41 |
| 2018-05-29 | kconfig: add built-in function support | Masahiro Yamada | 1 | -12/+130 |
| 2018-05-29 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 1 | -0/+238 |