aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.modpost
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+4
2019-09-10scripts: Coccinelle script for namespace dependencies.Gravatar Matthias Maennich 1-1/+3
2019-08-22kbuild: split final module linking out into Makefile.modfinalGravatar Masahiro Yamada 1-68/+11
2019-08-21kbuild: rebuild modules when module linker scripts are updatedGravatar Masahiro Yamada 1-2/+3
2019-08-14kbuild: add [M] marker for build log of *.mod.oGravatar Masahiro Yamada 1-1/+1
2019-08-14Kbuild: Handle PREEMPT_RT for version string and magicGravatar Thomas Gleixner 1-1/+1
2019-08-10kbuild: revive single target %.koGravatar Masahiro Yamada 1-4/+2
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostGravatar Masahiro Yamada 1-35/+41
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostGravatar Masahiro Yamada 1-2/+2
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesGravatar Masahiro Yamada 1-1/+1
2019-08-01kbuild: modpost: include .*.cmd files only when targets existGravatar Masahiro Yamada 1-4/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-2/+2
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modGravatar Masahiro Yamada 1-6/+9
2019-04-11modpost: make KBUILD_MODPOST_WARN also configurable for external modulesGravatar Wiebe, Wladislav (Nokia - DE/Ulm) 1-1/+1
2019-03-14modpost: always show verbose warning for section mismatchGravatar Masahiro Yamada 1-1/+0
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Gravatar Masahiro Yamada 1-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-1/+1
2018-07-06kbuild: remove duplicated comments about PHONYGravatar Masahiro Yamada 1-4/+0
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+1
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationGravatar Masahiro Yamada 1-2/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-07kbuild: drop unused symverfile in Makefile.modpostGravatar Cao jin 1-1/+0
2016-09-09kbuild: add arch specific post-link MakefileGravatar Nicholas Piggin 1-5/+9
2015-10-06modpost: Add flag -E for making section mismatches fatalGravatar Nicolas Boichat 1-0/+1
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGravatar Guenter Roeck 1-1/+3
2013-04-05modpost: handle huge numbers of modules.Gravatar Rusty Russell 1-3/+5
2013-01-24mod/file2alias: make modalias generation safe for cross compilingGravatar Andreas Schwab 1-6/+1
2012-10-19kbuild: sign the modules at install timeGravatar Rusty Russell 1-76/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+76
2012-10-10MODSIGN: Sign modules during the build processGravatar David Howells 1-1/+76
2012-08-31scripts/Makefile.modpost: error in finding modules from .mod files.Gravatar 이건호 1-1/+1
2011-06-07Merge commit 'v3.0-rc1' into kbuild/kbuildGravatar Michal Marek 1-2/+2
2011-05-25kbuild: Fix reference to vermagic.hGravatar Geert Uytterhoeven 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-08-03trivial: fix a typo in a filenameGravatar Uwe Kleine-König 1-1/+1
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineGravatar Sam Ravnborg 1-3/+4
2009-09-18tracing: Remove markersGravatar Christoph Hellwig 1-12/+0
2008-10-29kbuild: fix KBUILD_EXTRA_SYMBOLSGravatar Peter Volkov 1-1/+1
2008-07-22markers: fix duplicate modpost entryGravatar Mathieu Desnoyers 1-0/+1
2008-05-31kbuild: fix $(src) assignmnet with external modulesGravatar Sam Ravnborg 1-0/+6
2008-04-26kbuild: scripts/Makefile.modpost typo fixGravatar Adrian Bunk 1-1/+1
2008-04-25kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLSGravatar Richard Hacker 1-0/+8
2008-03-23kbuild: soften modpost checks when doing cross buildsGravatar Sam Ravnborg 1-1/+5
2008-02-13Linux Kernel Markers: create modpost fileGravatar Mathieu Desnoyers 1-0/+11
2008-01-28kbuild: add verbose option to Section mismatch reporting in modpostGravatar Sam Ravnborg 1-0/+1
2007-07-25kbuild: use LDFLAGS_MODULE only for .ko linksGravatar Roland McGrath 1-1/+1
2007-07-25kbuild: do not do section mismatch checks on vmlinux in 2nd passGravatar Sam Ravnborg 1-9/+10
2007-07-17kbuild: do section mismatch check on full vmlinuxGravatar Sam Ravnborg 1-2/+2
2007-05-02kbuild: fix section mismatch check for vmlinuxGravatar Sam Ravnborg 1-4/+4