aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modpost
AgeCommit message (Expand)Author
2020-08-02kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada
2020-06-06modpost: remove -s optionMasahiro Yamada
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada
2020-06-06modpost: refactor -i option calculationMasahiro Yamada
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu
2020-01-16kbuild: remove 'Building modules, stage 2.' logMasahiro Yamada
2019-11-11scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada
2019-11-11modpost: do not parse vmlinux for external module buildsMasahiro Yamada
2019-11-11kbuild: update comments in scripts/Makefile.modpostMasahiro Yamada
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-10scripts: Coccinelle script for namespace dependencies.Matthias Maennich
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-14kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada
2019-08-14Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner
2019-08-10kbuild: revive single target %.koMasahiro Yamada
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada
2019-08-01kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-04-11modpost: make KBUILD_MODPOST_WARN also configurable for external modulesWiebe, Wladislav (Nokia - DE/Ulm)
2019-03-14modpost: always show verbose warning for section mismatchMasahiro Yamada
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-07-06kbuild: remove duplicated comments about PHONYMasahiro Yamada
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-07kbuild: drop unused symverfile in Makefile.modpostCao jin
2016-09-09kbuild: add arch specific post-link MakefileNicholas Piggin
2015-10-06modpost: Add flag -E for making section mismatches fatalNicolas Boichat
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck
2013-04-05modpost: handle huge numbers of modules.Rusty Russell
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab