Age | Commit message (Expand) | Author |
2021-02-24 | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig | Masahiro Yamada |
2021-02-24 | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada |
2021-01-04 | kconfig: remove 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada |
2020-08-27 | kbuild: hide commands to run Kconfig, and show short log for syncconfig | Masahiro Yamada |
2020-08-01 | kconfig: qconf: compile moc object separately | Masahiro Yamada |
2020-08-01 | kconfig: qconf: use if_changed for qconf.moc rule | Masahiro Yamada |
2020-05-26 | kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada |
2020-05-13 | streamline_config.pl: add LMC_KEEP to preserve some kconfigs | Changbin Du |
2020-03-03 | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST | Masahiro Yamada |
2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada |
2020-01-07 | kconfig: Add yes2modconfig and mod2yesconfig targets. | Tetsuo Handa |
2020-01-07 | kconfig: use $(PERL) in Makefile | Masahiro Yamada |
2020-01-07 | kconfig: fix too deep indentation in Makefile | Masahiro Yamada |
2019-11-11 | kconfig: Add option to get the full help text with listnewconfig | Laura Abbott |
2019-11-11 | kbuild: Wrap long "make help" text lines | Geert Uytterhoeven |
2019-11-11 | kconfig: split util.c out of parser.y | Masahiro Yamada |
2019-09-04 | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) | Masahiro Yamada |
2019-08-29 | kbuild: remove clean-dirs syntax | Masahiro Yamada |
2019-07-17 | kconfig: run olddefconfig instead of oldconfig after merging fragments | Masahiro Yamada |
2019-06-09 | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG | Masahiro Yamada |
2019-06-09 | kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional | Masahiro Yamada |
2019-05-19 | kconfig: use 'else ifneq' for Makefile to improve readability | Masahiro Yamada |
2019-05-18 | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada |
2019-02-13 | kconfig: rename zconf.y to parser.y | Masahiro Yamada |
2019-02-13 | kconfig: rename zconf.l to lexer.l | Masahiro Yamada |
2019-01-14 | kconfig: clean generated *conf-cfg files | Masahiro Yamada |
2019-01-06 | kconfig: rename generated .*conf-cfg to *conf-cfg | Masahiro Yamada |
2019-01-06 | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada |
2018-12-28 | kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings | Masahiro Yamada |
2018-12-28 | kconfig: split the lexer out of zconf.y | Masahiro Yamada |
2018-12-28 | kconfig: split some C files out of zconf.y | Masahiro Yamada |
2018-11-02 | kconfig: remove silentoldconfig target | Masahiro Yamada |
2018-11-02 | kconfig: remove oldnoconfig target | Masahiro Yamada |
2018-09-03 | kconfig: do not require pkg-config on make {menu,n}config | Masahiro Yamada |
2018-08-22 | kconfig: fix "Can't open ..." in parallel build | Masahiro Yamada |
2018-08-22 | kconfig: add build-only configurator targets | Randy Dunlap |
2018-08-15 | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2018-07-25 | kconfig: create directories needed for syncconfig by itself | Masahiro Yamada |
2018-07-25 | kconfig: remove unneeded directory generation from local*config | Masahiro Yamada |
2018-07-18 | kconfig: check for pkg-config on make {menu,n,g,x}config | Randy Dunlap |
2018-07-18 | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS | Laura Abbott |
2018-06-05 | kbuild: Move last word of nconfig help to the previous line | Petr Vorel |
2018-06-05 | kconfig: Add testconfig into make help output | Petr Vorel |
2018-05-28 | kconfig: drop localization support | Sam Ravnborg |
2018-05-28 | kconfig: refactor ncurses package checks for building mconf and nconf | Masahiro Yamada |
2018-05-28 | kconfig: refactor GTK+ package checks for building gconf | Masahiro Yamada |
2018-05-28 | kconfig: refactor Qt package checks for building qconf | Masahiro Yamada |
2018-04-07 | kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically | Masahiro Yamada |
2018-04-07 | kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile | Masahiro Yamada |
2018-04-03 | Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |