aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
AgeCommit message (Expand)Author
2023-07-24kbuild: rust: avoid creating temporary filesMiguel Ojeda
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada
2023-06-22modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada
2023-06-10kbuild: enable kernel-doc -Wall for W=2Johannes Berg
2023-06-10kernel-doc: don't let V=1 change outcomeJohannes Berg
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda
2023-04-12rust: add pin-init API coreBenno Lossin
2023-04-12rust: enable the `pin_macro` featureBenno Lossin
2023-04-10rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-12-14kbuild: change module.order to list *.o instead of *.koMasahiro Yamada
2022-11-22kbuild: warn objects shared among multiple modulesMasahiro Yamada
2022-11-22kbuild: add kbuild-file macroMasahiro Yamada
2022-11-18kbuild: Cleanup DT Overlay intermediate files as appropriateAndrew Davis
2022-10-15kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-09-29kbuild: fix and refactor single target buildMasahiro Yamada
2022-09-29kbuild: do not deduplicate modules.orderMasahiro Yamada
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-07-27kbuild: remove sed command from cmd_ar_builtinMasahiro Yamada
2022-06-08kbuild: avoid regex RS for POSIX awkKevin Locke
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada
2022-06-01kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada
2022-06-01kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada
2022-06-01kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada
2022-06-01kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada
2022-05-29kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-24genksyms: adjust the output format to modpostMasahiro Yamada
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-11kbuild: record symbol versions in *.cmd filesMasahiro Yamada
2022-05-08kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada
2022-05-08kbuild: reuse real-search to simplify cmd_modMasahiro Yamada
2022-05-08kbuild: refactor cmd_modversions_SMasahiro Yamada
2022-05-08kbuild: refactor cmd_modversions_cMasahiro Yamada
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