summaryrefslogtreecommitdiff
path: root/scripts/Makefile.build
AgeCommit message (Expand)Author
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf
2022-04-19objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf
2022-04-06kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada
2022-04-06kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra
2021-09-22kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada
2021-09-22kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada
2021-09-22kbuild: store the objtool command in *.cmd filesMasahiro Yamada
2021-09-22kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada
2021-09-03kbuild: remove stale *.symversionsMasahiro Yamada
2021-09-03kbuild: remove unused quiet_cmd_update_lto_symversionsMasahiro Yamada
2021-09-03kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen
2021-07-18Kbuild: lto: fix module versionings mismatch in GNU make 3.XLecopzer Chen
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-05-24kbuild: remove libelf checks from top MakefileMasahiro Yamada
2021-05-19kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'Josh Poimboeuf
2021-05-06kbuild: refactor fdtoverlay ruleMasahiro Yamada
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan
2021-04-25kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen
2021-02-23tracing: add support for objtool mcountSami Tolvanen
2021-01-14kbuild: lto: fix module versioningSami Tolvanen
2021-01-14kbuild: add support for Clang LTOSami Tolvanen
2021-01-08tracing: move function tracer options to KconfigSami Tolvanen
2020-12-06kbuild: avoid split lines in .mod filesMasahiro Yamada
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-08-10kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada
2020-08-10kbuild: always create directories of targetsMasahiro Yamada
2020-07-07kbuild: run the checker after the compilerLuc Van Oostenryck
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada