| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-06 | kconfig: merge_config: use an empty file as initfile | Daniel Gomez | 1 | -2/+2 |
| 2025-03-15 | kconfig: remove unnecessary cast in sym_get_string() | Masahiro Yamada | 1 | -1/+1 |
| 2025-03-15 | kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf | Masahiro Yamada | 1 | -7/+12 |
| 2025-01-30 | kconfig: fix memory leak in sym_warn_unmet_dep() | Masahiro Yamada | 1 | -0/+1 |
| 2025-01-30 | kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST | Masahiro Yamada | 1 | -2/+4 |
| 2025-01-10 | kconfig: qconf: use preferred form of QString API | Rolf Eike Beer | 1 | -4/+4 |
| 2025-01-10 | kbuild: suppress stdout from merge_config for silent builds | Masahiro Yamada | 1 | -1/+3 |
| 2024-11-06 | kconfig: document the positional argument in the help message | Masahiro Yamada | 1 | -1/+4 |
| 2024-11-06 | kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu() | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-06 | kconfig: qconf: refactor ConfigInfoView::clicked() | Masahiro Yamada | 1 | -37/+6 |
| 2024-11-06 | kconfig: add sym_get_prompt_menu() helper function | Masahiro Yamada | 2 | -7/+20 |
| 2024-11-06 | kconfig: qconf: remove non-functional href="m..." tag | Masahiro Yamada | 1 | -2/+2 |
| 2024-11-06 | kconfig: qconf: remove redundant check in goBack() | Masahiro Yamada | 1 | -3/+0 |
| 2024-11-06 | kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-06 | kconfig: qconf: remove ConfigItem::visible member | Masahiro Yamada | 2 | -25/+18 |
| 2024-11-06 | kconfig: qconf: do not show goParent button in split view | Masahiro Yamada | 1 | -2/+1 |
| 2024-11-06 | kconfig: qconf: convert the last old connection syntax to Qt5 style | Masahiro Yamada | 1 | -1/+3 |
| 2024-11-06 | kconfig: qconf: remove unnecessary lastWindowClosed() signal connection | Masahiro Yamada | 1 | -1/+0 |
| 2024-11-06 | kconfig: qconf: remove unnecessary setRootIsDecorated() call | Masahiro Yamada | 1 | -1/+0 |
| 2024-11-06 | kconfig: qconf: remove redundant type check for choice members | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-06 | kconfig: qconf: remove mouse{Press,Move}Event() functions | Masahiro Yamada | 2 | -16/+0 |
| 2024-11-06 | kconfig: qconf: simplify character replacement | Rolf Eike Beer | 1 | -21/+12 |
| 2024-11-06 | kconfig: qconf: use default platform shortcuts | Rolf Eike Beer | 1 | -5/+7 |
| 2024-11-06 | kconfig: qconf: use QString to store path to configuration file | Rolf Eike Beer | 2 | -19/+7 |
| 2024-11-06 | kconfig: nconf: Fix typo in function comment | Thorsten Blum | 1 | -1/+1 |
| 2024-11-06 | streamline_config.pl: remove prompt warnings for configs with defaults | David Hunter | 1 | -2/+12 |
| 2024-11-06 | streamline_config.pl: ensure all defaults are tracked | David Hunter | 1 | -1/+1 |
| 2024-11-04 | streamline_config.pl: fix missing variable operator in debug print | David Hunter | 1 | -1/+1 |
| 2024-11-04 | kconfig: nconf: Use TAB to cycle thru dialog buttons | Thorsten Blum | 1 | -0/+9 |
| 2024-11-04 | kconfig: qconf: set parent in the widget constructor | Masahiro Yamada | 1 | -8/+4 |
| 2024-11-04 | kconfig: qconf: reorder code in ConfigMainWindow() constructor | Masahiro Yamada | 1 | -12/+11 |
| 2024-11-04 | kconfig: qconf: set QSplitter orientation in the constructor | Masahiro Yamada | 1 | -6/+3 |
| 2024-11-04 | kconfig: remove zconfprint() | Masahiro Yamada | 1 | -17/+5 |
| 2024-11-04 | kconfig: remove support for "bool" prompt for choice entries | Masahiro Yamada | 1 | -6/+0 |
| 2024-10-31 | kconfig: show sub-menu entries even if the prompt is hidden | Masahiro Yamada | 1 | -1/+12 |
| 2024-10-02 | kconfig: qconf: fix buffer overflow in debug links | Masahiro Yamada | 1 | -1/+1 |
| 2024-10-01 | kconfig: qconf: move conf_read() before drawing tree pain | Masahiro Yamada | 1 | -2/+2 |
| 2024-10-01 | kconfig: clear expr::val_is_valid when allocated | Masahiro Yamada | 1 | -0/+1 |
| 2024-09-30 | kconfig: fix infinite loop in sym_calc_choice() | Masahiro Yamada | 1 | -2/+8 |
| 2024-09-20 | kconfig: cache expression values | Masahiro Yamada | 5 | -4/+39 |
| 2024-09-20 | kconfig: use hash table to reuse expressions | Masahiro Yamada | 4 | -277/+157 |
| 2024-09-20 | kconfig: refactor expr_eliminate_dups() | Masahiro Yamada | 1 | -11/+3 |
| 2024-09-20 | kconfig: add comments to expression transformations | Masahiro Yamada | 1 | -6/+37 |
| 2024-09-20 | kconfig: change some expr_*() functions to bool | Masahiro Yamada | 2 | -10/+11 |
| 2024-09-20 | scripts: move hash function from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 3 | -14/+5 |
| 2024-09-01 | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h | Masahiro Yamada | 13 | -54/+12 |
| 2024-09-01 | kconfig: remove P_SYMBOL property | Masahiro Yamada | 4 | -8/+0 |
| 2024-09-01 | kconfig: stop adding P_SYMBOL property to symbols | Masahiro Yamada | 1 | -3/+1 |
| 2024-09-01 | kconfig: remove dummy assignments to cur_{filename,lineno} | Masahiro Yamada | 1 | -8/+0 |
| 2024-08-06 | scripts: kconfig: merge_config: config files: add a trailing newline | Anders Roxell | 1 | -0/+2 |
| 2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 13 | -395/+11 |
| 2024-07-20 | kconfig: recursive checks drop file/lineno | HONG Yifan | 2 | -47/+29 |
| 2024-07-20 | kconfig: remove 'e1' and 'e2' macros from expression deduplication | Masahiro Yamada | 1 | -52/+42 |
| 2024-07-16 | kconfig: remove SYMBOL_CHOICEVAL flag | Masahiro Yamada | 5 | -11/+8 |
| 2024-07-16 | kconfig: add const qualifiers to several function arguments | Masahiro Yamada | 8 | -36/+40 |
| 2024-07-16 | kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups() | Masahiro Yamada | 1 | -5/+2 |
| 2024-07-16 | kconfig: refactor error messages in sym_check_print_recursive() | Masahiro Yamada | 1 | -9/+9 |
| 2024-07-16 | kconfig: improve error message for recursive dependency in choice | Masahiro Yamada | 1 | -6/+1 |
| 2024-07-16 | kconfig: improve error message for dependency between choice members | Masahiro Yamada | 1 | -1/+1 |
| 2024-07-16 | kconfig: fix conditional prompt behavior for choice | Masahiro Yamada | 2 | -36/+4 |
| 2024-07-16 | kconfig: remove E_LIST expression type | Masahiro Yamada | 3 | -18/+2 |
| 2024-07-16 | kconfig: remove P_CHOICE property | Masahiro Yamada | 6 | -37/+3 |
| 2024-07-16 | kconfig: use sym_get_choice_menu() in sym_check_deps() | Masahiro Yamada | 1 | -4/+4 |
| 2024-07-16 | kconfig: use sym_get_choice_menu() in sym_check_choice_deps() | Masahiro Yamada | 1 | -3/+7 |
| 2024-07-16 | kconfig: use sym_get_choice_menu() in sym_check_print_recursive() | Masahiro Yamada | 1 | -2/+4 |
| 2024-07-16 | kconfig: remove expr_list_for_each_sym() macro | Masahiro Yamada | 1 | -3/+0 |
| 2024-07-16 | kconfig: use menu_list_for_each_sym() in sym_choice_default() | Masahiro Yamada | 1 | -5/+4 |
| 2024-07-16 | kconfig: change sym_choice_default() to take the choice menu | Masahiro Yamada | 3 | -6/+6 |
| 2024-07-16 | kconfig: remove conf_unsaved in conf_read_simple() | Masahiro Yamada | 1 | -3/+2 |
| 2024-07-16 | kconfig: remove sym_get_choice_value() | Masahiro Yamada | 6 | -21/+11 |
| 2024-07-16 | kconfig: refactor choice value calculation | Masahiro Yamada | 7 | -196/+186 |
| 2024-07-16 | kconfig: import list_move(_tail) and list_for_each_entry_reverse macros | Masahiro Yamada | 1 | -0/+53 |
| 2024-07-16 | kconfig: remember the current choice while parsing the choice block | Masahiro Yamada | 1 | -6/+4 |
| 2024-07-16 | kconfig: introduce choice_set_value() helper | Masahiro Yamada | 5 | -22/+47 |
| 2024-07-16 | kconfig: add fallthrough comments to expr_compare_type() | Masahiro Yamada | 1 | -0/+5 |
| 2024-07-16 | kconfig: remove unneeded code in expr_compare_type() | Masahiro Yamada | 1 | -4/+1 |
| 2024-07-16 | kconfig: add -e and -u options to *conf-cfg.sh scripts | Masahiro Yamada | 4 | -0/+8 |
| 2024-07-16 | kconfig: refactor conf_write_defconfig() to reduce indentation level | Masahiro Yamada | 1 | -25/+22 |
| 2024-07-16 | kconfig: refactor conf_set_all_new_symbols() to reduce indentation level | Masahiro Yamada | 1 | -31/+30 |
| 2024-07-16 | kconfig: remove tristate choice support | Masahiro Yamada | 27 | -315/+42 |
| 2024-07-16 | kconfig: pass new conf_changed value to the callback | Masahiro Yamada | 5 | -14/+11 |
| 2024-07-16 | kconfig: gconf: move conf_changed() definition up | Masahiro Yamada | 1 | -8/+7 |
| 2024-07-16 | kconfig: gconf: remove unnecessary forward declarations | Masahiro Yamada | 1 | -2/+0 |
| 2024-07-16 | kconfig: qconf: remove initial call to conf_changed() | Masahiro Yamada | 1 | -3/+3 |
| 2024-06-06 | kconfig: remove wrong expr_trans_bool() | Masahiro Yamada | 3 | -32/+0 |
| 2024-06-06 | kconfig: gconf: give a proper initial state to the Save button | Masahiro Yamada | 1 | -1/+2 |
| 2024-06-06 | kconfig: remove unneeded code for user-supplied values being out of range | Masahiro Yamada | 1 | -13/+0 |
| 2024-05-29 | kconfig: remove redundant check in expr_join_or() | Masahiro Yamada | 1 | -1/+1 |
| 2024-05-29 | kconfig: fix comparison to constant symbols, 'm', 'n' | Masahiro Yamada | 1 | -2/+4 |
| 2024-05-29 | kconfig: remove unused expr_is_no() | Masahiro Yamada | 1 | -5/+0 |
| 2024-05-16 | kconfig: use sym_get_choice_menu() in sym_check_prop() | Masahiro Yamada | 1 | -4/+2 |
| 2024-05-14 | kconfig: lxdialog: remove initialization with A_NORMAL | Masahiro Yamada | 1 | -9/+0 |
| 2024-05-14 | kconfig: m/nconf: merge two item_add_str() calls | Masahiro Yamada | 2 | -9/+4 |
| 2024-05-14 | kconfig: m/nconf: remove dead code to display value of bool choice | Masahiro Yamada | 2 | -29/+14 |
| 2024-05-14 | kconfig: m/nconf: remove dead code to display children of choice members | Masahiro Yamada | 2 | -95/+71 |
| 2024-05-14 | kconfig: gconf: show checkbox for choice correctly | Masahiro Yamada | 1 | -7/+5 |
| 2024-05-10 | kconfig: use menu_list_for_each_sym() in sym_check_choice_deps() | Masahiro Yamada | 1 | -10/+15 |
| 2024-05-10 | kconfig: use sym_get_choice_menu() in conf_write_defconfig() | Masahiro Yamada | 1 | -4/+5 |
| 2024-05-10 | kconfig: add sym_get_choice_menu() helper | Masahiro Yamada | 2 | -0/+36 |
| 2024-05-10 | kconfig: turn defaults and additional prompt for choice members into error | Masahiro Yamada | 2 | -10/+40 |
| 2024-05-10 | kconfig: turn missing prompt for choice members into error | Masahiro Yamada | 2 | -2/+14 |
| 2024-05-10 | kconfig: turn conf_choice() into void function | Masahiro Yamada | 1 | -6/+5 |
| 2024-05-10 | kconfig: use linked list in sym_set_changed() | Masahiro Yamada | 1 | -5/+3 |
| 2024-05-10 | kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED | Masahiro Yamada | 1 | -6/+3 |
| 2024-05-10 | kconfig: gconf: remove debug code | Masahiro Yamada | 1 | -48/+1 |
| 2024-05-10 | kconfig: gconf: update pane correctly after loading a config file | Masahiro Yamada | 1 | -1/+3 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -4/+4 |
| 2024-05-02 | kconfig: remove SYMBOL_NO_WRITE flag | Masahiro Yamada | 5 | -8/+4 |
| 2024-05-02 | kconfig: remove 'optional' property support | Masahiro Yamada | 14 | -75/+5 |
| 2024-05-02 | kconfig: remove SYMBOL_CHOICE flag | Masahiro Yamada | 6 | -9/+6 |
| 2024-05-02 | kconfig: remove unneeded if-conditional in conf_choice() | Masahiro Yamada | 1 | -3/+2 |
| 2024-05-02 | kconfig: use menu_for_each_entry() to traverse menu tree | Masahiro Yamada | 2 | -35/+6 |
| 2024-05-02 | kconfig: add menu_next() function and menu_for_each(_sub)_entry macros | Masahiro Yamada | 2 | -0/+26 |
| 2024-03-31 | kconfig: Fix typo HEIGTH to HEIGHT | Isak Ellmer | 8 | -14/+14 |
| 2024-03-28 | kconfig: do not reparent the menu inside a choice block | Masahiro Yamada | 4 | -13/+18 |
| 2024-03-21 | kconfig: tests: test dependency after shuffling choices | Masahiro Yamada | 5 | -0/+71 |
| 2024-03-21 | kconfig: tests: add a test for randconfig with dependent choices | Masahiro Yamada | 5 | -0/+78 |
| 2024-03-21 | kconfig: tests: support KCONFIG_SEED for the randconfig runner | Masahiro Yamada | 1 | -6/+10 |
| 2024-03-19 | kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig() | Masahiro Yamada | 1 | -4/+1 |
| 2024-03-19 | kconfig: check prompt for choice while parsing | Masahiro Yamada | 2 | -3/+6 |
| 2024-03-19 | kconfig: lxdialog: remove unused dialog colors | Masahiro Yamada | 2 | -22/+0 |
| 2024-03-19 | kconfig: lxdialog: fix button color for blackbg theme | Masahiro Yamada | 1 | -1/+1 |
| 2024-03-10 | kconfig: remove named choice support | Masahiro Yamada | 1 | -7/+3 |
| 2024-03-09 | kconfig: use linked list in get_symbol_str() to iterate over menus | Masahiro Yamada | 1 | -8/+9 |
| 2024-03-09 | kconfig: link menus to a symbol | Masahiro Yamada | 3 | -1/+12 |
| 2024-02-20 | kconfig: lxdialog: fix cursor render in checklist | Matthew Bystrin | 1 | -3/+2 |
| 2024-02-20 | kconfig: use generic macros to implement symbol hashtable | Masahiro Yamada | 7 | -39/+42 |
| 2024-02-20 | kconfig: print recursive dependency errors in the parsed order | Masahiro Yamada | 2 | -15/+27 |
| 2024-02-20 | kconfig: do not imply the type of choice value | Masahiro Yamada | 1 | -6/+0 |
| 2024-02-20 | kconfig: convert linked list of files to hash table | Masahiro Yamada | 1 | -9/+11 |
| 2024-02-20 | kconfig: move strhash() to util.c as a global function | Masahiro Yamada | 3 | -9/+11 |
| 2024-02-19 | kconfig: move ARRAY_SIZE to a header | Masahiro Yamada | 2 | -2/+12 |
| 2024-02-19 | kconfig: add macros useful for hashtable | Masahiro Yamada | 1 | -0/+48 |
| 2024-02-19 | kconfig: import more list macros and inline functions | Masahiro Yamada | 2 | -0/+77 |
| 2024-02-19 | kconfig: resync list.h | Masahiro Yamada | 1 | -62/+121 |
| 2024-02-19 | kconfig: split list_head into a separate header | Masahiro Yamada | 6 | -7/+15 |
| 2024-02-19 | kconfig: change file_lookup() to return the file name | Masahiro Yamada | 5 | -16/+13 |
| 2024-02-19 | kconfig: make file::name a flexible array member | Masahiro Yamada | 2 | -3/+6 |
| 2024-02-19 | kconfig: move the file and lineno in struct file to struct buffer | Masahiro Yamada | 3 | -32/+22 |
| 2024-02-19 | kconfig: replace remaining current_file->name with cur_filename | Masahiro Yamada | 2 | -6/+6 |
| 2024-02-19 | kconfig: do not delay the cur_filename update | Masahiro Yamada | 2 | -10/+15 |
| 2024-02-19 | kconfig: replace file->name with name in zconf_nextfile() | Masahiro Yamada | 1 | -5/+5 |
| 2024-02-19 | kconfig: associate struct property with file name directly | Masahiro Yamada | 3 | -9/+9 |
| 2024-02-19 | kconfig: associate struct menu with file name directly | Masahiro Yamada | 5 | -10/+10 |
| 2024-02-19 | kconfig: remove zconf_curname() and zconf_lineno() | Masahiro Yamada | 5 | -51/+37 |
| 2024-02-19 | kconfig: replace current_pos with separate cur_{filename,lineno} | Masahiro Yamada | 1 | -8/+17 |
| 2024-02-19 | kconfig: split preprocessor prototypes into preprocess.h | Masahiro Yamada | 5 | -13/+23 |
| 2024-02-19 | kconfig: call env_write_dep() right after yyparse() | Masahiro Yamada | 4 | -12/+18 |
| 2024-02-19 | kconfig: write Kconfig files to autoconf.cmd in order | Masahiro Yamada | 4 | -4/+11 |
| 2024-02-19 | kconfig: remove unneeded sym_find() call in conf_parse() | Masahiro Yamada | 1 | -1/+1 |
| 2024-02-19 | kconfig: remove compat_getline() | Masahiro Yamada | 1 | -52/+1 |
| 2024-02-19 | kconfig: remove orphan lookup_file() declaration | Masahiro Yamada | 1 | -1/+0 |
| 2024-02-19 | kconfig: fix off-by-one in zconf_error() | Masahiro Yamada | 1 | -1/+1 |
| 2024-02-19 | kconfig: fix infinite loop when expanding a macro at the end of file | Masahiro Yamada | 1 | -2/+5 |
| 2024-02-19 | kconfig: fix line number in recursive inclusion detection | Masahiro Yamada | 1 | -4/+5 |
| 2024-02-19 | kconfig: remove unneeded buffer allocation in zconf_initscan() | Masahiro Yamada | 1 | -16/+13 |
| 2024-01-31 | kconfig: initialize sym->curr.tri to 'no' for all symbol types again | Masahiro Yamada | 1 | -1/+3 |
| 2023-12-29 | kconfig: WERROR unmet symbol dependency | Sergey Senozhatsky | 4 | -5/+25 |
| 2023-12-28 | kconfig: Use KCONFIG_CONFIG instead of .config | Markus Schneider-Pargmann | 1 | -1/+1 |
| 2023-12-28 | kconfig: remove redundant NULL pointer check before free() | Masahiro Yamada | 2 | -4/+2 |
| 2023-12-28 | kconfig: remove unreachable printf() | Masahiro Yamada | 1 | -1/+0 |
| 2023-12-28 | kconfig: add include guard to lkc_proto.h | Masahiro Yamada | 1 | -0/+5 |
| 2023-12-28 | kconfig: squash menu_has_help() and menu_get_help() | Masahiro Yamada | 2 | -17/+2 |
| 2023-12-10 | kconfig: factor out common code shared by mconf and nconf | Masahiro Yamada | 5 | -107/+75 |
| 2023-12-03 | kconfig: default to zero if int/hex symbol lacks default property | Masahiro Yamada | 1 | -5/+12 |
| 2023-12-03 | kconfig: remove unneeded symbol_empty variable | Masahiro Yamada | 1 | -9/+2 |
| 2023-12-03 | scripts: clean up IA-64 code | Masahiro Yamada | 2 | -2/+2 |
| 2023-12-03 | kbuild: support W=c and W=e shorthands for Kconfig | Masahiro Yamada | 1 | -0/+8 |
| 2023-11-28 | kconfig: massage the loop in conf_read_simple() | Masahiro Yamada | 1 | -6/+13 |
| 2023-11-28 | kconfig: require an exact match for "is not set" to disable CONFIG option | Masahiro Yamada | 1 | -1/+1 |
| 2023-11-28 | kconfig: introduce getline_stripped() helper | Masahiro Yamada | 1 | -14/+26 |
| 2023-11-28 | kconfig: deduplicate code in conf_read_simple() | Masahiro Yamada | 1 | -54/+35 |
| 2023-11-28 | kconfig: remove unused code for S_DEF_AUTO in conf_read_simple() | Masahiro Yamada | 1 | -13/+8 |
| 2023-11-28 | kconfig: require a space after '#' for valid input | Masahiro Yamada | 1 | -0/+2 |
| 2023-11-28 | kconfig: remove error check for xrealloc() | Masahiro Yamada | 1 | -6/+2 |
| 2023-11-28 | kconfig: do not clear SYMBOL_DEF_USER when the value is out of range | Masahiro Yamada | 1 | -1/+1 |
| 2023-11-17 | kconfig: fix memory leak from range properties | Masahiro Yamada | 1 | -8/+6 |
| 2023-09-06 | kconfig: fix possible buffer overflow | Konstantin Meskhidze | 1 | -0/+3 |
| 2023-09-04 | kbuild: Show marked Kconfig fragments in "help" | Kees Cook | 1 | -3/+12 |
| 2023-09-01 | kconfig: add warn-unknown-symbols sanity check | Sergey Senozhatsky | 1 | -2/+19 |
| 2023-08-16 | kconfig: port qconf to work with Qt6 in addition to Qt5 | Boris Kolpackov | 2 | -21/+44 |
| 2023-08-13 | kconfig: nconf: Add search jump feature | Jesse Taube | 3 | -15/+140 |
| 2023-07-25 | kconfig: menuconfig: remove jump_key::index | Masahiro Yamada | 3 | -12/+4 |
| 2023-07-25 | kconfig: menuconfig: simplify global jump key assignment | Masahiro Yamada | 5 | -90/+97 |
| 2023-07-12 | kconfig: gconfig: correct program name in help text | Randy Dunlap | 1 | -3/+3 |
| 2023-07-12 | kconfig: gconfig: drop the Show Debug Info help text | Randy Dunlap | 1 | -4/+1 |
| 2023-06-08 | streamline_config.pl: handle also ${CONFIG_FOO} | Jiri Slaby | 1 | -1/+1 |
| 2023-04-17 | kconfig: menuconfig: reorder functions to remove forward declarations | Masahiro Yamada | 2 | -295/+277 |
| 2023-04-17 | kconfig: menuconfig: remove unused M_EVENT macro | Masahiro Yamada | 1 | -11/+0 |
| 2023-04-17 | kconfig: menuconfig: remove OLD_NCURSES macro | Masahiro Yamada | 3 | -33/+0 |
| 2023-03-23 | scripts: merge_config: Fix typo in variable name. | Mirsad Goran Todorovac | 1 | -1/+1 |
| 2023-03-14 | kconfig: Update config changed flag before calling callback | Jurica Vukadin | 1 | -2/+4 |
| 2023-02-20 | Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+16 |
| 2023-02-13 | scripts: merge_config: Add option to suppress warning on overrides | Mark Brown | 1 | -9/+16 |
| 2023-01-13 | kconfig: Update all declared targets | Peter Foley | 2 | -2/+2 |
| 2022-12-29 | kconfig: Add static text for search information in help menu | Bhaskar Chowdhury | 1 | -0/+6 |
| 2022-12-13 | kconfig: refactor Makefile to reduce process forks | Masahiro Yamada | 6 | -48/+66 |
| 2022-11-21 | kconfig: remove redundant (void *) cast in search_conf() | Masahiro Yamada | 1 | -2/+1 |
| 2022-11-21 | kconfig: remove const qualifier from str_get() | Masahiro Yamada | 3 | -4/+4 |
| 2022-11-21 | kconfig: remove unneeded variable in get_prompt_str() | Masahiro Yamada | 1 | -3/+1 |