Age | Commit message (Expand) | Author | Files | Lines |
2021-04-14 | kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf() | Masahiro Yamada | 2 | -17/+6 |
2021-04-14 | kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build | Masahiro Yamada | 1 | -4/+4 |
2021-04-14 | kconfig: change sym_change_count to a boolean flag | Masahiro Yamada | 7 | -24/+18 |
2021-04-14 | kconfig: nconf: fix core dump when searching in empty menu | Masahiro Yamada | 1 | -3/+7 |
2021-04-14 | kconfig: lxdialog: A spello fix and a punctuation added | Bhaskar Chowdhury | 1 | -2/+2 |
2021-04-14 | kconfig: streamline_config.pl: Couple of typo fixes | Bhaskar Chowdhury | 1 | -2/+2 |
2021-04-14 | kconfig: use true and false for bool variable | Yang Li | 1 | -1/+1 |
2021-04-14 | kconfig: change "modules" from sub-option to first-level attribute | Masahiro Yamada | 7 | -16/+8 |
2021-04-14 | kconfig: remove allnoconfig_y option | Masahiro Yamada | 6 | -20/+1 |
2021-04-14 | kconfig: do not use allnoconfig_y option | Masahiro Yamada | 1 | -1/+2 |
2021-04-14 | kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile | Masahiro Yamada | 1 | -0/+4 |
2021-04-14 | kconfig: change defconfig_list option to environment variable | Masahiro Yamada | 9 | -29/+42 |
2021-04-14 | kconfig: move JUMP_NB to mconf.c | Masahiro Yamada | 2 | -2/+2 |
2021-04-14 | kconfig: move conf_set_all_new_symbols() to conf.c | Masahiro Yamada | 3 | -187/+193 |
2021-03-25 | kconfig: move conf_rewrite_mod_or_yes() to conf.c | Masahiro Yamada | 3 | -16/+15 |
2021-03-25 | kconfig: remove assignment for Kconfig file | Masahiro Yamada | 1 | -2/+1 |
2021-03-25 | kconfig: add help messages for --help (-h) and --silent (-s) | Masahiro Yamada | 1 | -3/+7 |
2021-03-25 | kconfig: add long options --help and --silent | Masahiro Yamada | 1 | -0/+2 |
2021-03-25 | kconfig: refactor option parse code | Masahiro Yamada | 1 | -48/+43 |
2021-03-25 | kconfig: split randconfig setup code into set_randconfig_seed() | Masahiro Yamada | 1 | -23/+31 |
2021-02-24 | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig | Masahiro Yamada | 1 | -22/+14 |
2021-02-24 | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada | 2 | -1/+2 |
2021-02-24 | kconfig: fix 'invalid option' for help option | Masahiro Yamada | 1 | -2/+2 |
2021-02-24 | kconfig: remove dead code in conf_askvalue() | Masahiro Yamada | 1 | -15/+1 |
2021-02-24 | kconfig: clean up nested if-conditionals in check_conf() | Masahiro Yamada | 1 | -26/+29 |
2021-02-24 | kconfig: Remove duplicate call to sym_get_string_value() | Mickaël Salaün | 1 | -1/+1 |
2021-01-27 | kconfig: mconf: fix HOSTCC call | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2021-01-04 | kconfig: remove 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada | 1 | -10/+0 |
2021-01-04 | kconfig: Support building mconf with vendor sysroot ncurses | John Millikin | 1 | -1/+3 |
2020-12-21 | kconfig: fix return value of do_error_if() | Masahiro Yamada | 1 | -1/+1 |
2020-12-08 | kconfig: clean up header inclusion | Boris Kolpackov | 4 | -3/+2 |
2020-12-08 | kconfig: qconf: show Qt version in the About dialog | Masahiro Yamada | 1 | -3/+6 |
2020-12-08 | kconfig: make lkc.h self-sufficient #include-wise | Boris Kolpackov | 1 | -0/+4 |
2020-12-08 | kconfig: qconf: convert to Qt5 new signal/slot connection syntax | Masahiro Yamada | 1 | -58/+78 |
2020-12-08 | kconfig: qconf: use a variable to pass packages to pkg-config | Masahiro Yamada | 1 | -1/+1 |
2020-12-08 | kconfig: qconf: drop Qt4 support | Masahiro Yamada | 1 | -10/+2 |
2020-10-22 | Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2 | -275/+170 |
2020-10-22 | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -8/+8 |
2020-09-25 | kconfig: qconf: create QApplication after option checks | Masahiro Yamada | 1 | -1/+2 |
2020-09-25 | kconfig: qconf: remove Y, M, N columns | Masahiro Yamada | 2 | -61/+4 |
2020-09-25 | kconfig: qconf: remove ConfigView class | Masahiro Yamada | 2 | -47/+17 |
2020-09-25 | kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView | Masahiro Yamada | 2 | -33/+32 |
2020-09-25 | kconfig: qconf: remove ConfigLineEdit class | Masahiro Yamada | 2 | -57/+0 |
2020-09-25 | kconfig: qconf: allow to edit "int", "hex", "string" menus in-place | Masahiro Yamada | 2 | -17/+91 |
2020-09-25 | kconfig: qconf: show data column all the time | Masahiro Yamada | 2 | -32/+2 |
2020-09-25 | kconfig: qconf: move ConfigView::updateList(All) to ConfigList class | Masahiro Yamada | 2 | -42/+39 |
2020-09-25 | kconfig: qconf: remove unused ConfigItem::okRename() | Masahiro Yamada | 2 | -9/+0 |
2020-09-25 | kconfig: qconf: update the intro message to match to the current code | Masahiro Yamada | 1 | -4/+4 |
2020-09-25 | kconfig: qconf: reformat the intro message | Masahiro Yamada | 1 | -11/+18 |
2020-09-20 | kconfig: qconf: revive help message in the info view | Masahiro Yamada | 1 | -3/+8 |