index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Kbuild.include
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: remove the target in signal traps when interrupted
Masahiro Yamada
2022-09-29
1
-1
/
+22
*
kbuild: add cmd_and_savecmd macro
Masahiro Yamada
2022-06-01
1
-2
/
+4
*
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
2022-05-29
1
-0
/
+4
*
certs: simplify $(srctree)/ handling and remove config_filename macro
Masahiro Yamada
2022-01-08
1
-47
/
+0
*
kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk
Masahiro Yamada
2021-09-03
1
-1
/
+6
*
kbuild: macrofy the condition of if_changed and friends
Masahiro Yamada
2021-09-03
1
-3
/
+5
*
kbuild: sink stdout from cmd for silent build
Masahiro Yamada
2021-05-27
1
-1
/
+6
*
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
2021-04-25
1
-80
/
+0
*
kbuild: remove ld-version macro
Masahiro Yamada
2021-02-22
1
-5
/
+1
*
kbuild: remove leftover comment for filechk utility
Rasmus Villemoes
2020-10-21
1
-2
/
+0
*
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base
Masahiro Yamada
2020-08-10
1
-7
/
+3
*
kbuild: improve cc-option to clean up all temporary files
Masahiro Yamada
2020-06-17
1
-5
/
+6
*
kbuild: use -MMD instead of -MD to exclude system headers from dependency
Masahiro Yamada
2020-05-12
1
-1
/
+1
*
kbuild: remove *.tmp file when filechk fails
Masahiro Yamada
2020-01-16
1
-8
/
+7
*
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2020-01-07
1
-6
/
+0
*
kbuild: add stringify helper to quote a string passed to C files
Masahiro Yamada
2020-01-07
1
-0
/
+4
*
kbuild: rename any-prereq to newer-prereqs
Masahiro Yamada
2019-11-11
1
-5
/
+5
*
kbuild: drop $(wildcard $^) check in if_changed* for faster rebuild
Masahiro Yamada
2019-11-11
1
-2
/
+5
*
kbuild: remove ar-option and KBUILD_ARFLAGS
Masahiro Yamada
2019-10-01
1
-5
/
+0
*
kbuild: remove unused objectify macro
Masahiro Yamada
2019-07-27
1
-3
/
+0
*
kbuild: remove unused hostcc-option
Masahiro Yamada
2019-07-17
1
-5
/
+0
*
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2019-07-12
1
-17
/
+11
|
\
|
*
kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix
Masahiro Yamada
2019-07-11
1
-2
/
+2
|
*
kbuild: save $(strip ...) for calling if_changed and friends
Masahiro Yamada
2019-07-01
1
-3
/
+3
|
*
kbuild: save $(strip ...) for calling any-prepreq
Masahiro Yamada
2019-07-01
1
-2
/
+2
|
*
kbuild: rename arg-check to cmd-check
Masahiro Yamada
2019-07-01
1
-7
/
+7
|
*
kbuild: move hdr-inst shorthand to top Makefile
Masahiro Yamada
2019-06-15
1
-6
/
+0
*
|
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-2
/
+2
|
/
*
kbuild: use more portable 'command -v' for cc-cross-prefix
Masahiro Yamada
2019-06-08
1
-1
/
+6
*
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-30
1
-0
/
+1
*
kbuild: drop support for cc-ldoption
Nick Desaulniers
2019-05-21
1
-5
/
+0
*
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
2019-05-18
1
-8
/
+0
*
kbuild: remove cc-version macro
Masahiro Yamada
2019-03-04
1
-4
/
+1
*
kbuild: refactor cc-cross-prefix implementation
Masahiro Yamada
2019-02-27
1
-8
/
+4
*
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
2019-01-28
1
-0
/
+4
*
kbuild: remove unused baseprereq
Masahiro Yamada
2019-01-14
1
-4
/
+0
*
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
2019-01-06
1
-4
/
+4
*
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
2019-01-06
1
-1
/
+1
*
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-12-29
1
-42
/
+10
|
\
|
*
kbuild: move .SECONDARY special target to Kbuild.include
Masahiro Yamada
2018-12-02
1
-0
/
+3
|
*
kbuild: refactor if_changed
Masahiro Yamada
2018-12-01
1
-2
/
+1
|
*
kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule
Masahiro Yamada
2018-12-01
1
-1
/
+1
|
*
kbuild: change if_changed_rule for multi-line recipe
Masahiro Yamada
2018-12-01
1
-8
/
+4
|
*
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
2018-12-01
1
-28
/
+0
|
*
kbuild: let fixdep directly write to .*.cmd files
Masahiro Yamada
2018-12-01
1
-6
/
+4
*
|
Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...
Ingo Molnar
2018-12-19
1
-3
/
+1
|
/
*
kbuild: remove cc-name variable
Masahiro Yamada
2018-11-02
1
-4
/
+0
*
kbuild: remove unused cc-fullversion variable
Masahiro Yamada
2018-11-02
1
-4
/
+0
*
Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-10-28
1
-1
/
+1
|
\
|
*
kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
Masahiro Yamada
2018-09-13
1
-1
/
+1
[next]