index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-05-09
1
-4
/
+4
*
kconfig: Use KCONFIG_CONFIG instead of .config
Markus Schneider-Pargmann
2023-12-28
1
-1
/
+1
*
kconfig: factor out common code shared by mconf and nconf
Masahiro Yamada
2023-12-10
1
-2
/
+2
*
kbuild: support W=c and W=e shorthands for Kconfig
Masahiro Yamada
2023-12-03
1
-0
/
+8
*
kbuild: Show marked Kconfig fragments in "help"
Kees Cook
2023-09-03
1
-3
/
+12
*
kconfig: Update all declared targets
Peter Foley
2023-01-13
1
-1
/
+1
*
kconfig: refactor Makefile to reduce process forks
Masahiro Yamada
2022-12-13
1
-21
/
+24
*
kconfig: Add `make mod2noconfig` to disable module options
Josh Triplett
2021-12-02
1
-1
/
+2
*
kconfig: split menu.c out of parser.y
Masahiro Yamada
2021-04-14
1
-2
/
+2
*
kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
Masahiro Yamada
2021-04-14
1
-4
/
+4
*
kconfig: do not use allnoconfig_y option
Masahiro Yamada
2021-04-14
1
-1
/
+2
*
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Masahiro Yamada
2021-04-14
1
-0
/
+4
*
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2021-04-14
1
-0
/
+10
*
kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig
Masahiro Yamada
2021-02-24
1
-22
/
+14
*
kconfig: omit --oldaskconfig option for 'make config'
Masahiro Yamada
2021-02-24
1
-1
/
+1
*
kconfig: remove 'kvmconfig' and 'xenconfig' shorthands
Masahiro Yamada
2021-01-04
1
-10
/
+0
*
kbuild: hide commands to run Kconfig, and show short log for syncconfig
Masahiro Yamada
2020-08-26
1
-8
/
+8
*
kconfig: qconf: compile moc object separately
Masahiro Yamada
2020-08-01
1
-5
/
+6
*
kconfig: qconf: use if_changed for qconf.moc rule
Masahiro Yamada
2020-08-01
1
-2
/
+4
*
kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands
Masahiro Yamada
2020-05-25
1
-5
/
+4
*
streamline_config.pl: add LMC_KEEP to preserve some kconfigs
Changbin Du
2020-05-13
1
-0
/
+2
*
kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST
Masahiro Yamada
2020-03-03
1
-4
/
+0
*
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-03
1
-5
/
+5
*
kconfig: Add yes2modconfig and mod2yesconfig targets.
Tetsuo Handa
2020-01-06
1
-1
/
+3
*
kconfig: use $(PERL) in Makefile
Masahiro Yamada
2020-01-06
1
-1
/
+1
*
kconfig: fix too deep indentation in Makefile
Masahiro Yamada
2020-01-06
1
-9
/
+9
*
kconfig: Add option to get the full help text with listnewconfig
Laura Abbott
2019-11-11
1
-1
/
+4
*
kbuild: Wrap long "make help" text lines
Geert Uytterhoeven
2019-11-11
1
-1
/
+2
*
kconfig: split util.c out of parser.y
Masahiro Yamada
2019-11-11
1
-1
/
+1
*
kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
Masahiro Yamada
2019-09-04
1
-4
/
+4
*
kbuild: remove clean-dirs syntax
Masahiro Yamada
2019-08-29
1
-1
/
+1
*
kconfig: run olddefconfig instead of oldconfig after merging fragments
Masahiro Yamada
2019-07-17
1
-1
/
+1
*
kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
Masahiro Yamada
2019-06-09
1
-0
/
+4
*
kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional
Masahiro Yamada
2019-06-09
1
-3
/
+1
*
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
2019-05-19
1
-3
/
+1
*
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
1
-2
/
+2
*
kconfig: rename zconf.y to parser.y
Masahiro Yamada
2019-02-13
1
-3
/
+4
*
kconfig: rename zconf.l to lexer.l
Masahiro Yamada
2019-02-13
1
-3
/
+3
*
kconfig: clean generated *conf-cfg files
Masahiro Yamada
2019-01-14
1
-1
/
+1
*
kconfig: rename generated .*conf-cfg to *conf-cfg
Masahiro Yamada
2019-01-06
1
-18
/
+18
*
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
2019-01-06
1
-3
/
+1
*
kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings
Masahiro Yamada
2018-12-28
1
-2
/
+2
*
kconfig: split the lexer out of zconf.y
Masahiro Yamada
2018-12-28
1
-6
/
+2
*
kconfig: split some C files out of zconf.y
Masahiro Yamada
2018-12-28
1
-10
/
+9
*
kconfig: remove silentoldconfig target
Masahiro Yamada
2018-11-01
1
-8
/
+1
*
kconfig: remove oldnoconfig target
Masahiro Yamada
2018-11-01
1
-8
/
+1
*
kconfig: do not require pkg-config on make {menu,n}config
Masahiro Yamada
2018-09-02
1
-1
/
+0
*
kconfig: fix "Can't open ..." in parallel build
Masahiro Yamada
2018-08-22
1
-2
/
+3
*
kconfig: add build-only configurator targets
Randy Dunlap
2018-08-22
1
-1
/
+10
*
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-08-15
1
-10
/
+7
|
\
[next]