index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.modpost
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
modpost: always show verbose warning for section mismatch
Masahiro Yamada
1
-1
/
+0
2019-01-28
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
1
-1
/
+1
2018-08-24
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
1
-1
/
+1
2018-07-06
kbuild: remove duplicated comments about PHONY
Masahiro Yamada
1
-4
/
+0
2017-11-17
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+1
2017-11-16
kbuild: remove redundant $(wildcard ...) for cmd_files calculation
Masahiro Yamada
1
-2
/
+1
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-07
kbuild: drop unused symverfile in Makefile.modpost
Cao jin
1
-1
/
+0
2016-09-09
kbuild: add arch specific post-link Makefile
Nicholas Piggin
1
-5
/
+9
2015-10-06
modpost: Add flag -E for making section mismatches fatal
Nicolas Boichat
1
-0
/
+1
2013-09-23
modpost: Optionally ignore secondary errors seen if a single module build fails
Guenter Roeck
1
-1
/
+3
2013-04-05
modpost: handle huge numbers of modules.
Rusty Russell
1
-3
/
+5
2013-01-24
mod/file2alias: make modalias generation safe for cross compiling
Andreas Schwab
1
-6
/
+1
2012-10-19
kbuild: sign the modules at install time
Rusty Russell
1
-76
/
+1
2012-10-14
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+76
2012-10-10
MODSIGN: Sign modules during the build process
David Howells
1
-1
/
+76
2012-08-31
scripts/Makefile.modpost: error in finding modules from .mod files.
이건호
1
-1
/
+1
2011-06-07
Merge commit 'v3.0-rc1' into kbuild/kbuild
Michal Marek
1
-2
/
+2
2011-05-25
kbuild: Fix reference to vermagic.h
Geert Uytterhoeven
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2010-08-03
trivial: fix a typo in a filename
Uwe Kleine-König
1
-1
/
+1
2010-08-03
kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line
Sam Ravnborg
1
-3
/
+4
2009-09-18
tracing: Remove markers
Christoph Hellwig
1
-12
/
+0
2008-10-29
kbuild: fix KBUILD_EXTRA_SYMBOLS
Peter Volkov
1
-1
/
+1
2008-07-22
markers: fix duplicate modpost entry
Mathieu Desnoyers
1
-0
/
+1
2008-05-31
kbuild: fix $(src) assignmnet with external modules
Sam Ravnborg
1
-0
/
+6
2008-04-26
kbuild: scripts/Makefile.modpost typo fix
Adrian Bunk
1
-1
/
+1
2008-04-25
kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLS
Richard Hacker
1
-0
/
+8
2008-03-23
kbuild: soften modpost checks when doing cross builds
Sam Ravnborg
1
-1
/
+5
2008-02-13
Linux Kernel Markers: create modpost file
Mathieu Desnoyers
1
-0
/
+11
2008-01-28
kbuild: add verbose option to Section mismatch reporting in modpost
Sam Ravnborg
1
-0
/
+1
2007-07-25
kbuild: use LDFLAGS_MODULE only for .ko links
Roland McGrath
1
-1
/
+1
2007-07-25
kbuild: do not do section mismatch checks on vmlinux in 2nd pass
Sam Ravnborg
1
-9
/
+10
2007-07-17
kbuild: do section mismatch check on full vmlinux
Sam Ravnborg
1
-2
/
+2
2007-05-02
kbuild: fix section mismatch check for vmlinux
Sam Ravnborg
1
-4
/
+4
2006-10-17
[PATCH] kbuild: allow multi-word $M in Makefile.modpost
Greg Banks
1
-1
/
+1
2006-10-01
kbuild: make modpost processing configurable
Sam Ravnborg
1
-3
/
+8
2006-09-25
kbuild: fail kernel compilation in case of unresolved module symbols
Kirill Korotaev
1
-0
/
+1
2006-09-25
kbuild: modpost on vmlinux regardless of CONFIG_MODULES
Sam Ravnborg
1
-3
/
+9
2006-08-01
kbuild: fix typo in modpost
Dave Jones
1
-1
/
+1
2006-07-01
kbuild: fix ia64 breakage after introducing make -rR
Sam Ravnborg
1
-1
/
+1
2006-06-26
Revert "kbuild: fix make -rR breakage"
Linus Torvalds
1
-1
/
+1
2006-06-24
kbuild: fix make -rR breakage
Sam Ravnborg
1
-1
/
+1
2006-06-09
kconfig: fix .config dependencies
Roman Zippel
1
-1
/
+1
2006-03-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
1
-5
/
+14
2006-03-24
fix typos "wich" -> "which"
Uwe Zeisberger
1
-1
/
+1
2006-03-06
kbuild: change kbuild to not rely on incorrect GNU make behavior
Paul Smith
1
-3
/
+9
2006-02-19
kbuild: improved modversioning support for external modules
Sam Ravnborg
1
-2
/
+5
2006-01-10
spelling: s/retreive/retrieve/
Adrian Bunk
1
-1
/
+1
[next]