Age | Commit message (Expand) | Author | Files | Lines |
2018-11-11 | kconfig: merge_config: avoid false positive matches from comment lines | Masahiro Yamada | 1 | -3/+4 |
2018-11-01 | merge_config.sh: Allow to define config prefix | Petr Vorel | 1 | -1/+5 |
2018-11-01 | kconfig: remove silentoldconfig target | Masahiro Yamada | 1 | -8/+1 |
2018-11-01 | kconfig: remove oldnoconfig target | Masahiro Yamada | 2 | -15/+1 |
2018-09-02 | kconfig: do not require pkg-config on make {menu,n}config | Masahiro Yamada | 6 | -31/+42 |
2018-08-31 | kconfig: remove a spurious self-assignment | Lukas Bulwahn | 1 | -1/+0 |
2018-08-22 | kconfig: suppress "configuration written to .config" for syncconfig | Masahiro Yamada | 1 | -0/+5 |
2018-08-22 | kconfig: fix "Can't open ..." in parallel build | Masahiro Yamada | 1 | -2/+3 |
2018-08-22 | kconfig: improve the recursive dependency report | Masahiro Yamada | 2 | -17/+37 |
2018-08-22 | kconfig: report recursive dependency involving 'imply' | Masahiro Yamada | 3 | -18/+32 |
2018-08-22 | kconfig: error out when seeing recursive dependency | Masahiro Yamada | 5 | -12/+10 |
2018-08-22 | kconfig: add build-only configurator targets | Randy Dunlap | 1 | -1/+10 |
2018-08-15 | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 15 | -122/+184 |
2018-08-14 | kconfig: remove P_ENV property type | Masahiro Yamada | 3 | -4/+0 |
2018-08-14 | kconfig: remove unused sym_get_env_prop() function | Masahiro Yamada | 2 | -10/+0 |
2018-08-13 | kconfig: fix the rule of mainmenu_stmt symbol | Masahiro Yamada | 1 | -2/+2 |
2018-07-25 | kconfig: allow all config targets to write auto.conf if missing | Masahiro Yamada | 7 | -19/+30 |
2018-07-25 | kconfig: make syncconfig update .config regardless of sym_change_count | Masahiro Yamada | 1 | -4/+6 |
2018-07-25 | kconfig: create directories needed for syncconfig by itself | Masahiro Yamada | 2 | -9/+20 |
2018-07-25 | kconfig: remove unneeded directory generation from local*config | Masahiro Yamada | 1 | -1/+0 |
2018-07-25 | kconfig: split out useful helpers in confdata.c | Masahiro Yamada | 1 | -17/+64 |
2018-07-25 | kconfig: rename file_write_dep and move it to confdata.c | Masahiro Yamada | 3 | -32/+30 |
2018-07-25 | kconfig: handle format string before calling conf_message_callback() | Masahiro Yamada | 4 | -18/+17 |
2018-07-17 | kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE | Dirk Gouders | 6 | -8/+8 |
2018-07-17 | kconfig: check for pkg-config on make {menu,n,g,x}config | Randy Dunlap | 2 | -0/+9 |
2018-07-17 | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS | Laura Abbott | 1 | -4/+4 |
2018-06-28 | kconfig: loop boundary condition fix | Jerry James | 1 | -1/+1 |
2018-06-28 | kconfig: handle P_SYMBOL in print_symbol() | Dirk Gouders | 2 | -0/+7 |
2018-06-25 | kconfig: fix line numbers for if-entries in menu tree | Dirk Gouders | 1 | -2/+2 |
2018-06-11 | kconfig: fix localmodconfig | Sam Ravnborg | 1 | -2/+2 |
2018-06-05 | kconfig: Avoid format overflow warning from GCC 8.1 | Nathan Chancellor | 1 | -1/+1 |
2018-06-05 | kbuild: Move last word of nconfig help to the previous line | Petr Vorel | 1 | -2/+1 |
2018-06-05 | kconfig: Add testconfig into make help output | Petr Vorel | 1 | -0/+1 |
2018-05-28 | kconfig: test: add Kconfig macro language tests | Masahiro Yamada | 13 | -0/+191 |
2018-05-28 | kconfig: error out if a recursive variable references itself | Masahiro Yamada | 1 | -0/+13 |
2018-05-28 | kconfig: add 'filename' and 'lineno' built-in variables | Masahiro Yamada | 1 | -0/+16 |
2018-05-28 | kconfig: add 'info', 'warning-if', and 'error-if' built-in functions | Masahiro Yamada | 1 | -0/+27 |
2018-05-28 | kconfig: expand lefthand side of assignment statement | Masahiro Yamada | 1 | -0/+7 |
2018-05-28 | kconfig: support append assignment operator | Masahiro Yamada | 3 | -3/+27 |
2018-05-28 | kconfig: support simply expanded variable | Masahiro Yamada | 4 | -7/+27 |
2018-05-28 | kconfig: support user-defined function and recursively expanded variable | Masahiro Yamada | 4 | -4/+120 |
2018-05-28 | kconfig: begin PARAM state only when seeing a command keyword | Masahiro Yamada | 1 | -1/+1 |
2018-05-28 | kconfig: add 'shell' built-in function | Masahiro Yamada | 1 | -0/+41 |
2018-05-28 | kconfig: add built-in function support | Masahiro Yamada | 1 | -12/+130 |
2018-05-28 | kconfig: make default prompt of mainmenu less specific | Masahiro Yamada | 2 | -2/+2 |
2018-05-28 | kconfig: remove sym_expand_string_value() | Masahiro Yamada | 2 | -54/+0 |
2018-05-28 | kconfig: remove string expansion for mainmenu after yyparse() | Masahiro Yamada | 1 | -19/+5 |
2018-05-28 | kconfig: remove string expansion in file_lookup() | Masahiro Yamada | 1 | -3/+1 |
2018-05-28 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 10 | -114/+326 |
2018-05-28 | kconfig: drop localization support | Sam Ravnborg | 21 | -610/+258 |