index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.build
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Add straight-line-speculation mitigation
Peter Zijlstra
2021-12-09
1
-1
/
+2
*
kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modules
Masahiro Yamada
2021-09-22
1
-11
/
+17
*
kbuild: detect objtool update without using .SECONDEXPANSION
Masahiro Yamada
2021-09-22
1
-7
/
+5
*
kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macro
Masahiro Yamada
2021-09-22
1
-6
/
+6
*
kbuild: store the objtool command in *.cmd files
Masahiro Yamada
2021-09-22
1
-9
/
+5
*
kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modules
Masahiro Yamada
2021-09-22
1
-6
/
+5
*
kbuild: move objtool_args back to scripts/Makefile.build
Masahiro Yamada
2021-09-22
1
-0
/
+10
*
kbuild: remove stale *.symversions
Masahiro Yamada
2021-09-03
1
-0
/
+2
*
kbuild: remove unused quiet_cmd_update_lto_symversions
Masahiro Yamada
2021-09-03
1
-1
/
+0
*
kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
Sami Tolvanen
2021-09-03
1
-1
/
+26
*
Kbuild: lto: fix module versionings mismatch in GNU make 3.X
Lecopzer Chen
2021-07-18
1
-1
/
+1
*
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-07-10
1
-2
/
+0
|
\
|
*
kbuild: remove libelf checks from top Makefile
Masahiro Yamada
2021-05-24
1
-2
/
+0
*
|
kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'
Josh Poimboeuf
2021-05-19
1
-2
/
+3
|
/
*
kbuild: refactor fdtoverlay rule
Masahiro Yamada
2021-05-05
1
-1
/
+1
*
kbuild: redo fake deps at include/config/*.h
Alexey Dobriyan
2021-04-24
1
-2
/
+2
*
kbuild: rename multi-used-* to multi-obj-*
Masahiro Yamada
2021-04-24
1
-3
/
+3
*
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
2021-04-24
1
-0
/
+1
*
kbuild: prefix $(srctree)/ to some included Makefiles
Masahiro Yamada
2021-03-15
1
-4
/
+4
*
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-02-25
1
-1
/
+0
|
\
|
*
kbuild: remove deprecated 'always' and 'hostprogs-y/m'
Masahiro Yamada
2021-02-24
1
-1
/
+0
*
|
kbuild: lto: postpone objtool
Sami Tolvanen
2021-02-23
1
-20
/
+2
*
|
tracing: add support for objtool mcount
Sami Tolvanen
2021-02-23
1
-0
/
+3
*
|
kbuild: lto: fix module versioning
Sami Tolvanen
2021-01-14
1
-2
/
+31
*
|
kbuild: add support for Clang LTO
Sami Tolvanen
2021-01-14
1
-1
/
+8
*
|
tracing: move function tracer options to Kconfig
Sami Tolvanen
2021-01-09
1
-4
/
+2
|
/
*
kbuild: avoid split lines in .mod files
Masahiro Yamada
2020-12-06
1
-8
/
+4
*
treewide: remove DISABLE_LTO
Sami Tolvanen
2020-10-20
1
-1
/
+1
*
kbuild: sort hostprogs before passing it to ifneq
Masahiro Yamada
2020-08-09
1
-1
/
+4
*
kbuild: move host .so build rules to scripts/gcc-plugins/Makefile
Masahiro Yamada
2020-08-09
1
-2
/
+2
*
kbuild: always create directories of targets
Masahiro Yamada
2020-08-09
1
-3
/
+1
*
kbuild: run the checker after the compiler
Luc Van Oostenryck
2020-07-07
1
-2
/
+2
*
kbuild: update modules.order only when contained modules are updated
Masahiro Yamada
2020-06-03
1
-8
/
+13
*
kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}
Masahiro Yamada
2020-06-01
1
-13
/
+12
*
kbuild: make modules.order rule consistent with built-in.a
Masahiro Yamada
2020-05-25
1
-4
/
+6
*
kbuild: rename subdir-obj-y to subdir-builtin
Masahiro Yamada
2020-05-25
1
-4
/
+5
*
kbuild: move subdir-obj-y to scripts/Makefile.build
Masahiro Yamada
2020-05-25
1
-0
/
+2
*
kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n
Masahiro Yamada
2020-05-25
1
-1
/
+1
*
kbuild: remove ifdef builtin-target / lib-target
Masahiro Yamada
2020-05-25
1
-8
/
+2
*
kbuild: add infrastructure to build userspace programs
Masahiro Yamada
2020-05-17
1
-0
/
+6
*
kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y
Masahiro Yamada
2020-04-08
1
-17
/
+0
*
gcc-plugins: drop support for GCC <= 4.7
Masahiro Yamada
2020-04-08
1
-1
/
+1
*
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-03
1
-3
/
+5
*
kbuild: use pattern rule for building built-in.a in sub-directories
Masahiro Yamada
2020-01-06
1
-1
/
+1
*
kbuild: do not create orphan built-in.a or obj-y objects
Masahiro Yamada
2020-01-06
1
-1
/
+1
*
kbuild: remove header compile test
Masahiro Yamada
2019-11-14
1
-9
/
+0
*
kbuild: make single target builds much faster
Masahiro Yamada
2019-11-11
1
-1
/
+4
*
kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectories
Masahiro Yamada
2019-11-11
1
-3
/
+3
*
kbuild: remove ar-option and KBUILD_ARFLAGS
Masahiro Yamada
2019-10-01
1
-1
/
+1
*
kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Masahiro Yamada
2019-09-06
1
-1
/
+1
[next]