- bcfefb6 kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands by Masahiro Yamada · 4 years, 8 months ago
- c027b02 streamline_config.pl: add LMC_KEEP to preserve some kconfigs by Changbin Du · 4 years, 8 months ago
- 09d5873 kconfig: allow only 'config', 'comment', and 'if' inside 'choice' by Masahiro Yamada · 4 years, 8 months ago
- b754611 kconfig: tests: remove randconfig test for choice in choice by Masahiro Yamada · 4 years, 8 months ago
- 644a4b6 kconfig: do not assign a variable in the return statement by Masahiro Yamada · 4 years, 9 months ago
- cfc6eea kconfig: do not use OR-assignment for zero-cleared structure by Masahiro Yamada · 4 years, 9 months ago
- 60969f0 kconfig: qconf: Fix a few alignment issues by Mauro Carvalho Chehab · 4 years, 9 months ago
- e1f7769 kconfig: qconf: remove some old bogus TODOs by Mauro Carvalho Chehab · 4 years, 9 months ago
- b311142 kconfig: qconf: fix support for the split view mode by Mauro Carvalho Chehab · 4 years, 9 months ago
- cce1fab kconfig: qconf: fix the content of the main widget by Mauro Carvalho Chehab · 4 years, 9 months ago
- 5752ff0 kconfig: qconf: Change title for the item window by Mauro Carvalho Chehab · 4 years, 9 months ago
- cf497b9 kconfig: qconf: clean deprecated warnings by Mauro Carvalho Chehab · 4 years, 9 months ago
- ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
- dbd3586 kconfig: remove unused variable in qconf.cc by Masahiro Yamada · 4 years, 9 months ago
- d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
- 2985bed .gitignore: remove too obvious comments by Masahiro Yamada · 4 years, 10 months ago
- 3a9dd3e kconfig: make 'imply' obey the direct dependency by Masahiro Yamada · 4 years, 10 months ago
- def2fbf kconfig: allow symbols implied by y to become m by Masahiro Yamada · 4 years, 10 months ago
- 2a86f66 kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST by Masahiro Yamada · 4 years, 10 months ago
- 089b7d8 kconfig: Invalidate all symbols after changing to y or m. by Tetsuo Handa · 5 years ago
- 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
- c8fb7d7 kconfig: fix broken dependency in randconfig-generated .config by Masahiro Yamada · 5 years ago
- 14cd0bd Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
- ba82f52 kconfig: fix an "implicit declaration of function" warning by Bartosz Golaszewski · 5 years ago
- a960968 kconfig: fix nesting of symbol help text by Thomas Hebb · 5 years ago
- 3460d0bc kconfig: distinguish between dependencies and visibility in help text by Thomas Hebb · 5 years ago
- edda15f kconfig: list all definitions of a symbol in help text by Thomas Hebb · 5 years ago
- 89b9060 kconfig: Add yes2modconfig and mod2yesconfig targets. by Tetsuo Handa · 5 years ago
- c8138a5 kconfig: use $(PERL) in Makefile by Masahiro Yamada · 5 years ago
- 1d13523 kconfig: fix too deep indentation in Makefile by Masahiro Yamada · 5 years ago
- 68f0d62 kconfig: localmodconfig: fix indentation for closing brace by Masahiro Yamada · 5 years ago
- 5edcef8 kconfig: localmodconfig: remove unused $config by Masahiro Yamada · 5 years ago
- adf7c5b kconfig: squash prop_alloc() into menu_add_prop() by Masahiro Yamada · 5 years ago
- 6397d96 kconfig: remove sym from struct property by Masahiro Yamada · 5 years ago
- 2ffeef6 kconfig: remove 'prompt' argument from menu_add_prop() by Masahiro Yamada · 5 years ago
- 024352ff kconfig: move prompt handling to menu_add_prompt() from menu_add_prop() by Masahiro Yamada · 5 years ago
- 1be6e79 kconfig: remove 'prompt' symbol by Masahiro Yamada · 5 years ago
- 801b27d kconfig: drop T_WORD from the RHS of 'prompt' symbol by Masahiro Yamada · 5 years ago
- de026ca kconfig: use parent->dep as the parentdep of 'menu' by Masahiro Yamada · 5 years ago
- f64048a kconfig: remove the rootmenu check in menu_add_prop() by Masahiro Yamada · 5 years ago
- 8b41fc4 kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf by Masahiro Yamada · 5 years ago
- 272a721 kconfig: don't crash on NULL expressions in expr_eq() by Thomas Hebb · 5 years ago
- 46b2afa kconfig: be more helpful if pkg-config is missing by Alyssa Ross · 5 years ago
- 5d8b42a kconfig: Add option to get the full help text with listnewconfig by Laura Abbott · 5 years ago
- a64c044 kbuild: Wrap long "make help" text lines by Geert Uytterhoeven · 5 years ago
- 521b29b kconfig: split util.c out of parser.y by Masahiro Yamada · 5 years ago
- 60bef52 merge_config.sh: ignore unwanted grep errors by Guillaume Tucker · 5 years ago
- 54b8ae6 kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) by Masahiro Yamada · 5 years ago
- 1634f2b kbuild: remove clean-dirs syntax by Masahiro Yamada · 5 years ago
- cdfca82 merge_config.sh: Check error codes from make by Mark Brown · 5 years ago
- 0c5b6c28 kconfig: Clear "written" flag to avoid data loss by M. Vefa Bicakci · 5 years ago
- 8e2442a kconfig: fix missing choice values in auto.conf by Masahiro Yamada · 5 years ago
- 3266c80 kconfig: run olddefconfig instead of oldconfig after merging fragments by Masahiro Yamada · 6 years ago
- 106f146 Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
- e3cd513 kconfig: remove meaningless if-conditional in conf_read() by Masahiro Yamada · 5 years ago
- baa23ec kconfig: Fix spelling of sym_is_changable by Marco Ammon · 5 years ago
- cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
- bd305f2 kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG by Masahiro Yamada · 6 years ago
- 5533397 kconfig: add static qualifier to expand_string() by Masahiro Yamada · 6 years ago
- b6f7e9f kconfig: require the argument of --defconfig by Masahiro Yamada · 6 years ago
- e0a2668 kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional by Masahiro Yamada · 6 years ago
- 8dde571 kconfig: tests: fix recursive inclusion unit test by Masahiro Yamada · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- fc2694e kconfig: use 'else ifneq' for Makefile to improve readability by Masahiro Yamada · 6 years ago
- aff11cd kconfig: Terminate menu blocks with a comment in the generated config by Alexander Popov · 6 years ago
- 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
- 9b9f594 kconfig: make conf_get_autoconfig_name() static by Masahiro Yamada · 6 years ago
- b9d1a8e kconfig: use snprintf for formatting pathnames by Jacob Garber · 6 years ago
- 4cb7261 kconfig: remove useless NULL pointer check in conf_write_dep() by Masahiro Yamada · 6 years ago
- 580c5b3 kconfig: make parent directories for the saved .config as needed by Masahiro Yamada · 6 years ago
- 67424f6 kconfig: do not write .config if the content is the same by Masahiro Yamada · 6 years ago
- ceb7f32 kconfig: do not accept a directory for configuration output by Masahiro Yamada · 6 years ago
- 65be755 kconfig: remove trailing whitespaces by Masahiro Yamada · 6 years ago
- b63e37b kconfig: Make nconf-cfg.sh executable by Petr Vorel · 6 years ago
- 9c38f1f kconfig/[mn]conf: handle backspace (^H) key by Changbin Du · 6 years ago
- c71bb9f kconfig: remove stale lxdialog/.gitignore by Masahiro Yamada · 6 years ago
- 5453a3d Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 8741908 kconfig: fix 'Save As' menu of xconfig by Masahiro Yamada · 6 years ago
- 0585071 kbuild: move ".config not found!" message from Kconfig to Makefile by Masahiro Yamada · 6 years ago
- 769a1c0 kconfig: rename zconf.y to parser.y by Masahiro Yamada · 6 years ago
- 981e545 kconfig: rename zconf.l to lexer.l by Masahiro Yamada · 6 years ago
- 2648ca1 kconfig: clean generated *conf-cfg files by Masahiro Yamada · 6 years ago
- d86271a kconfig: rename generated .*conf-cfg to *conf-cfg by Masahiro Yamada · 6 years ago
- ba97df4 kbuild: use assignment instead of define ... endef for filechk_* rules by Masahiro Yamada · 6 years ago
- a500357 kconfig: remove unused "file" field of yylval union by Masahiro Yamada · 6 years ago
- f222b7f kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warning by Masahiro Yamada · 6 years ago
- 3b54197856 kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings by Masahiro Yamada · 6 years ago
- 9abe423 kconfig: add static qualifiers to fix gconf warnings by Masahiro Yamada · 6 years ago
- cbafbf7f kconfig: split the lexer out of zconf.y by Masahiro Yamada · 6 years ago
- 558e78e kconfig: split some C files out of zconf.y by Masahiro Yamada · 6 years ago
- 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
- 979f2b2 kconfig: remove keyword lookup table entirely by Masahiro Yamada · 6 years ago
- 4b31a32 kconfig: update current_pos in the second lexer by Masahiro Yamada · 6 years ago
- 824fa3b kconfig: switch to ASSIGN_VAL state in the second lexer by Masahiro Yamada · 6 years ago
- b3d1d9d kconfig: stop associating kconf_id with yylval by Masahiro Yamada · 6 years ago
- caaebb3 kconfig: refactor end token rules by Masahiro Yamada · 6 years ago
- f545158 kconfig: stop supporting '.' and '/' in unquoted words by Masahiro Yamada · 6 years ago
- 171a515 kconfig: use T_WORD instead of T_VARIABLE for variables by Masahiro Yamada · 6 years ago
- c3d2287 kconfig: use specific tokens instead of T_ASSIGN for assignments by Masahiro Yamada · 6 years ago
- ce2164a kconfig: refactor scanning and parsing "option" properties by Masahiro Yamada · 6 years ago