summaryrefslogtreecommitdiff
path: root/scripts/Makefile.build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.1-rc1' into syncMiguel Ojeda2022-10-181-40/+18
|\
| * 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
| |/
* | Merge tag 'v6.0-rc7' into syncMiguel Ojeda2022-09-271-3/+2
|\|
| * kbuild: remove sed command from cmd_ar_builtinMasahiro Yamada2022-07-271-3/+2
* | rust: use `.rsi` for macro expanded outputsMiguel Ojeda2022-08-011-4/+4
* | Merge pull request #826 from bjorn3/concat_idents_macroWedson Almeida Filho2022-07-121-1/+1
|\ \
| * | Re-implement concat_idents! in libmacrosbjorn32022-07-101-1/+1
* | | Merge tag 'v5.19-rc6' into syncMiguel Ojeda2022-07-111-2/+2
|\ \ \ | |/ / |/| / | |/
| * kbuild: avoid regex RS for POSIX awkKevin Locke2022-06-081-2/+2
* | rust: add support for work queuesWedson Almeida Filho2022-07-011-1/+1
* | rust: use `feature(core_ffi_c)` and `feature(c_size_t)` to replace `c_types` ...Miguel Ojeda2022-06-301-1/+1
* | Merge tag 'v5.19-rc1' into syncMiguel Ojeda2022-06-071-155/+71
|\|
| * 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
| | |/
* | | Merge tag 'v5.18-rc5' into syncMiguel Ojeda2022-05-031-1/+1
|\| |