summaryrefslogtreecommitdiff
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* rust: add pin-init API coreBenno Lossin2023-04-121-1/+1
* rust: enable the `pin_macro` featureBenno Lossin2023-04-121-1/+1
* rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina2023-04-101-1/+1
* kbuild: remove sed commands after rustc rulesMasahiro Yamada2023-01-221-14/+4
* kbuild: specify output names separately for each emission type from rustcMasahiro Yamada2023-01-221-7/+7
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-6/+8
|\
| * kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-141-1/+1
| * kbuild: warn objects shared among multiple modulesMasahiro Yamada2022-11-221-0/+6
| * kbuild: add kbuild-file macroMasahiro Yamada2022-11-221-5/+1
* | kbuild: Cleanup DT Overlay intermediate files as appropriateAndrew Davis2022-11-181-0/+2
|/
* kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers2022-10-151-1/+1
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-39/+17
|\
| * kbuild: fix and refactor single target buildMasahiro Yamada2022-09-291-38/+16
| * kbuild: do not deduplicate modules.orderMasahiro Yamada2022-09-291-1/+1
* | Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+60
|/
* 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
| |/