index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.build
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
kbuild: reuse real-search to simplify cmd_mod
Masahiro Yamada
2022-05-08
1
-1
/
+1
|
*
kbuild: refactor cmd_modversions_S
Masahiro Yamada
2022-05-08
1
-11
/
+4
|
*
kbuild: refactor cmd_modversions_c
Masahiro Yamada
2022-05-08
1
-14
/
+11
|
*
kbuild: do not remove empty *.symtypes explicitly
Masahiro Yamada
2022-04-06
1
-6
/
+2
|
*
kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
Masahiro Yamada
2022-04-06
1
-11
/
+8
*
|
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-05-24
1
-9
/
+14
|
\
\
|
*
|
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
2022-04-22
1
-1
/
+3
|
*
|
objtool: Make noinstr hacks optional
Josh Poimboeuf
2022-04-22
1
-0
/
+1
|
*
|
objtool: Make jump label hack optional
Josh Poimboeuf
2022-04-22
1
-0
/
+1
|
*
|
objtool: Make static call annotation optional
Josh Poimboeuf
2022-04-22
1
-0
/
+1
|
*
|
objtool: Make stack validation frame-pointer-specific
Josh Poimboeuf
2022-04-22
1
-1
/
+0
|
*
|
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
2022-04-22
1
-2
/
+2
|
*
|
objtool: Make stack validation optional
Josh Poimboeuf
2022-04-22
1
-0
/
+1
|
*
|
objtool: Ditch subcommands
Josh Poimboeuf
2022-04-22
1
-1
/
+1
|
*
|
objtool: Reorganize cmdline options
Josh Poimboeuf
2022-04-22
1
-5
/
+5
*
|
|
Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-23
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"
Borislav Petkov
2022-04-04
1
-1
/
+1
|
|
/
*
/
objtool: Enable unreachable warnings for CLANG LTO
Josh Poimboeuf
2022-04-19
1
-1
/
+1
|
/
*
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-2
/
+1
|
\
|
*
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-15
1
-2
/
+1
*
|
kbuild: Fixup the IBT kbuild changes
Peter Zijlstra
2022-03-22
1
-47
/
+19
*
|
x86/alternative: Use .ibt_endbr_seal to seal indirect calls
Peter Zijlstra
2022-03-15
1
-9
/
+38
|
/
*
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-06
1
-1
/
+1
*
kbuild: redo fake deps at include/config/*.h
Alexey Dobriyan
2021-04-25
1
-2
/
+2
*
kbuild: rename multi-used-* to multi-obj-*
Masahiro Yamada
2021-04-25
1
-3
/
+3
*
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
2021-04-25
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-08
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-21
1
-1
/
+1
[prev]
[next]