summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modpost
Commit message (Expand)AuthorAgeFilesLines
* linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada2023-07-251-0/+1
* kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada2023-06-221-0/+7
* modpost: propagate W=1 build option to modpostMasahiro Yamada2023-06-071-0/+1
* kbuild: do not automatically add -w option to modpostMasahiro Yamada2023-02-051-5/+3
* kbuild: readd -w option when vmlinux.o or Module.symver is missingMasahiro Yamada2023-01-051-4/+5
* kbuild: Fix running modpost with musl libcSamuel Holland2022-12-301-11/+11
* kbuild: refactor the prerequisites of the modpost ruleMasahiro Yamada2022-12-141-14/+22
* kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-141-2/+5
* kbuild: add kbuild-file macroMasahiro Yamada2022-11-221-1/+1
* kbuild: fix typo in modpostWill McVicker2022-10-281-1/+1
* modpost: put modpost options before argumentRichard Acayan2022-10-141-1/+1
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-3/+2
* kbuild: re-run modpost when it is updatedMasahiro Yamada2022-09-291-6/+8
* kbuild: unify two modpost invocationsMasahiro Yamada2022-09-291-65/+28
* kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada2022-09-291-2/+28
* kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-7/+2
* kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada2022-05-271-1/+1
* kbuild: Fix include path in scripts/Makefile.modpostJing Leng2022-05-271-2/+1
* kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani2021-09-191-1/+1
* kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen2021-09-031-19/+3
* kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada2021-04-251-2/+5
* kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada2021-04-251-3/+5
* kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-251-1/+14
* kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada2021-03-151-2/+2
* kbuild: lto: fix module versioningSami Tolvanen2021-01-141-1/+5
* kbuild: add support for Clang LTOSami Tolvanen2021-01-141-2/+19
* kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0
* modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada2020-06-061-3/+1
* modpost: remove -s optionMasahiro Yamada2020-06-061-1/+1
* modpost: show warning if any of symbol dump files is missingMasahiro Yamada2020-06-061-1/+4
* modpost: invoke modpost only when input files are updatedMasahiro Yamada2020-06-061-4/+16
* modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada2020-06-061-3/+4
* modpost: refactor -i option calculationMasahiro Yamada2020-06-061-4/+2
* modpost: print symbol dump file as the build target in short logMasahiro Yamada2020-06-061-13/+20
* modpost: re-add -e to set external_module flagMasahiro Yamada2020-06-061-0/+4
* modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2020-06-061-1/+1
* modpost: pass -N option only for modules modpostMasahiro Yamada2020-06-031-1/+4
* modpost: move -T option close to the modpost commandMasahiro Yamada2020-06-031-2/+2
* modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada2020-06-031-1/+6
* kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada2020-05-291-1/+1
* modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu2020-03-131-7/+8
* kbuild: remove 'Building modules, stage 2.' logMasahiro Yamada2020-01-161-1/+0
* scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada2019-11-111-1/+1
* modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada2019-11-111-1/+1
* modpost: do not invoke extra modpost for nsdepsMasahiro Yamada2019-11-111-5/+3
* kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada2019-11-111-1/+0
* modpost: do not parse vmlinux for external module buildsMasahiro Yamada2019-11-111-3/+5
* kbuild: update comments in scripts/Makefile.modpostMasahiro Yamada2019-11-111-2/+1
* Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-1/+4
|\
| * scripts: Coccinelle script for namespace dependencies.Matthias Maennich2019-09-101-1/+3