summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove sed command from cmd_ar_builtinMasahiro Yamada2022-07-271-3/+2
* kbuild: avoid regex RS for POSIX awkKevin Locke2022-06-081-2/+2
* kbuild: factor out the common objtool argumentsMasahiro Yamada2022-06-051-26/+0
* kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada2022-06-011-3/+8
* kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada2022-06-011-2/+4
* kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada2022-06-011-1/+6
* kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada2022-06-011-0/+4
* kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-43/+20
* kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada2022-05-291-2/+1
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-94/+39
|\
| * genksyms: adjust the output format to modpostMasahiro Yamada2022-05-241-6/+0
| * kbuild: stop merging *.symversionsMasahiro Yamada2022-05-241-19/+2
| * kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-23/+4
| * kbuild: record symbol versions in *.cmd filesMasahiro Yamada2022-05-111-0/+7
| * kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada2022-05-081-7/+3
| * kbuild: make *.mod not depend on *.oMasahiro Yamada2022-05-081-3/+2
| * kbuild: get rid of duplication in *.mod filesMasahiro Yamada2022-05-081-1/+2
| * kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-081-8/+9
| * kbuild: reuse real-search to simplify cmd_modMasahiro Yamada2022-05-081-1/+1
| * kbuild: refactor cmd_modversions_SMasahiro Yamada2022-05-081-11/+4
| * kbuild: refactor cmd_modversions_cMasahiro Yamada2022-05-081-14/+11
| * kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada2022-04-061-6/+2
| * kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada2022-04-061-11/+8
* | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-9/+14
|\ \
| * | objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2022-04-221-1/+3
| * | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-0/+1
| * | objtool: Make jump label hack optionalJosh Poimboeuf2022-04-221-0/+1
| * | objtool: Make static call annotation optionalJosh Poimboeuf2022-04-221-0/+1
| * | objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2022-04-221-1/+0
| * | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-2/+2
| * | objtool: Make stack validation optionalJosh Poimboeuf2022-04-221-0/+1
| * | objtool: Ditch subcommandsJosh Poimboeuf2022-04-221-1/+1
| * | objtool: Reorganize cmdline optionsJosh Poimboeuf2022-04-221-5/+5
* | | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-1/+1
|\ \ \ | |/ / |/| |
| * | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-041-1/+1
| |/
* / objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf2022-04-191-1/+1
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+1
* | kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-221-47/+19
* | x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2022-03-151-9/+38
|/
* x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-091-1/+2
* kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada2021-09-221-11/+17
* kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada2021-09-221-7/+5
* kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada2021-09-221-6/+6
* kbuild: store the objtool command in *.cmd filesMasahiro Yamada2021-09-221-9/+5
* kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada2021-09-221-6/+5
* kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada2021-09-221-0/+10
* kbuild: remove stale *.symversionsMasahiro Yamada2021-09-031-0/+2
* kbuild: remove unused quiet_cmd_update_lto_symversionsMasahiro Yamada2021-09-031-1/+0
* kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen2021-09-031-1/+26