aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/Makefile.build (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-15kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers1-1/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-39/+17
2022-09-29kbuild: fix and refactor single target buildMasahiro Yamada1-38/+16
2022-09-29kbuild: do not deduplicate modules.orderMasahiro Yamada1-1/+1
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+60
2022-07-27kbuild: remove sed command from cmd_ar_builtinMasahiro Yamada1-3/+2
2022-06-08kbuild: avoid regex RS for POSIX awkKevin Locke1-2/+2
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada1-26/+0
2022-06-01kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada1-3/+8
2022-06-01kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada1-2/+4
2022-06-01kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada1-1/+6
2022-06-01kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada1-0/+4
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada1-43/+20
2022-05-29kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada1-2/+1
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-94/+39
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+14
2022-05-24genksyms: adjust the output format to modpostMasahiro Yamada1-6/+0
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada1-19/+2
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-23/+4
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-05-11kbuild: record symbol versions in *.cmd filesMasahiro Yamada1-0/+7
2022-05-08kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada1-7/+3
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada1-3/+2
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada1-1/+2
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada1-8/+9
2022-05-08kbuild: reuse real-search to simplify cmd_modMasahiro Yamada1-1/+1
2022-05-08kbuild: refactor cmd_modversions_SMasahiro Yamada1-11/+4
2022-05-08kbuild: refactor cmd_modversions_cMasahiro Yamada1-14/+11
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf1-1/+3
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf1-1/+0
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-2/+2
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf1-1/+1
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf1-5/+5
2022-04-19objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf1-1/+1
2022-04-06kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada1-6/+2
2022-04-06kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada1-11/+8
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov1-1/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra1-47/+19
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra1-9/+38
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-2/+1
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra1-1/+2
2021-09-22kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada1-11/+17
2021-09-22kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada1-7/+5
2021-09-22kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada1-6/+6
2021-09-22kbuild: store the objtool command in *.cmd filesMasahiro Yamada1-9/+5