summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modfinal
Commit message (Expand)AuthorAgeFilesLines
* kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesBorislav Petkov (AMD)2024-03-311-1/+1
* kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-281-4/+1
* btf, scripts: rust: drop is_rust_module.shAndrea Righi2023-08-101-2/+0
* kbuild: Disable GCOV for *.mod.oSami Tolvanen2023-06-251-1/+1
* kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada2023-01-221-1/+1
* kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-141-3/+3
* kbuild: add read-file macroMasahiro Yamada2022-12-131-1/+1
* kbuild: do not sort after reading modules.orderMasahiro Yamada2022-12-131-1/+1
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-1/+1
|\
| * kbuild: unify two modpost invocationsMasahiro Yamada2022-09-291-1/+1
* | Kbuild: add Rust supportMiguel Ojeda2022-09-281-3/+5
|/
* kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-3/+2
* kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa2021-11-011-1/+1
* bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-051-0/+1
* kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen2021-09-031-19/+2
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-2/+0
|\
| * kbuild: remove libelf checks from top MakefileMasahiro Yamada2021-05-241-2/+0
* | kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas2021-05-271-1/+1
|/
* add support for Clang CFISami Tolvanen2021-04-081-1/+1
* kbuild: lto: postpone objtoolSami Tolvanen2021-02-231-3/+16
* kbuild: add support for Clang LTOSami Tolvanen2021-01-141-1/+8
* kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko2020-11-251-2/+7
* kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko2020-11-101-2/+18
* kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-3/+2
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-221-3/+3
* kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-221-0/+60