index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
modpost: get the *.mod file path more simply
Masahiro Yamada
2021-09-03
1
-9
/
+0
*
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-23
1
-3
/
+0
|
\
|
*
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
1
-2
/
+0
|
*
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-02-08
1
-1
/
+0
*
|
modpost: lto: strip .lto from module names
Sami Tolvanen
2021-01-14
1
-0
/
+9
|
/
*
modpost: refactor error handling and clarify error/fatal difference
Masahiro Yamada
2020-12-21
1
-0
/
+13
*
modpost: rename merror() to error()
Masahiro Yamada
2020-12-21
1
-1
/
+1
*
modpost: change elf_info->size to size_t
Masahiro Yamada
2020-06-06
1
-1
/
+1
*
modpost: strip .o from modname before calling new_module()
Masahiro Yamada
2020-06-06
1
-1
/
+1
*
modpost: remove mod->skip struct member
Masahiro Yamada
2020-06-06
1
-1
/
+0
*
modpost: add mod->is_vmlinux struct member
Masahiro Yamada
2020-06-06
1
-0
/
+1
*
modpost: remove mod->is_dot_o struct member
Masahiro Yamada
2020-06-06
1
-1
/
+0
*
modpost: remove get_next_text() and make {grab,release_}file static
Masahiro Yamada
2020-06-06
1
-3
/
+0
*
modpost: add read_text_file() and get_line() helpers
Masahiro Yamada
2020-06-06
1
-0
/
+2
*
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
Masahiro Yamada
2020-06-06
1
-4
/
+0
*
modpost: track if the symbol origin is a dump file or ELF object
Masahiro Yamada
2020-06-06
1
-0
/
+1
*
modpost,fixdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-26
1
-1
/
+1
*
modpost: rework and consolidate logging interface
Jessica Yu
2020-03-13
1
-3
/
+11
*
modpost: refactor namespace_from_kstrtabns() to not hard-code section name
Masahiro Yamada
2019-11-23
1
-1
/
+0
*
modpost: dump missing namespaces into a single modules.nsdeps file
Masahiro Yamada
2019-11-11
1
-2
/
+2
*
symbol namespaces: revert to previous __ksymtab name scheme
Matthias Maennich
2019-10-18
1
-0
/
+1
*
modpost: add support for generating namespace dependencies
Matthias Maennich
2019-09-10
1
-0
/
+2
*
modpost: add support for symbol namespaces
Matthias Maennich
2019-09-10
1
-0
/
+7
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Avoid conflict with host definitions when cross-compiling
Pavel Fedin
2015-08-20
1
-0
/
+6
*
Kbuild, lto: Drop .number postfixes in modpost
Andi Kleen
2014-02-13
1
-1
/
+1
*
modpost: Fix modpost license checking of vmlinux.o
Frank Rowand
2012-04-09
1
-0
/
+1
*
modpost: Update 64k section support for binutils 2.18.50
Anders Kaseorg
2011-05-19
1
-19
/
+8
*
modpost: support objects with more than 64k sections
Denys Vlasenko
2010-08-03
1
-0
/
+43
*
Kbuild: clear marker out of modpost
Wenji Huang
2009-12-15
1
-3
/
+0
*
kbuild: soften modpost checks when doing cross builds
Sam Ravnborg
2008-03-23
1
-0
/
+1
*
Linux Kernel Markers: create modpost file
Mathieu Desnoyers
2008-02-13
1
-0
/
+3
*
kbuild: try harder to find symbol names in modpost
Sam Ravnborg
2008-01-28
1
-0
/
+2
*
kbuild: Use Elfnn_Half as replacement for Elfnn_Section
Sam Ravnborg
2007-10-12
1
-2
/
+2
*
kbuild: make better section mismatch reports on i386 and mips
Atsushi Nemoto
2007-07-16
1
-0
/
+3
*
Revert "kbuild: make better section mismatch reports on i386, arm and mips"
Linus Torvalds
2007-05-21
1
-3
/
+0
*
kbuild: make better section mismatch reports on i386, arm and mips
Atsushi Nemoto
2007-05-19
1
-0
/
+3
*
kbuild: distinguish between errors and warnings in modpost
Matthew Wilcox
2007-05-02
1
-0
/
+1
*
kbuild: warn when a moduled uses a symbol marked UNUSED
Sam Ravnborg
2006-07-01
1
-0
/
+2
*
kbuild: check license compatibility when building modules
Sam Ravnborg
2006-06-09
1
-0
/
+1
*
kbuild: export-type enhancement to modpost.c
Ram Pai
2006-06-09
1
-0
/
+3
*
[PATCH] kbuild: fix modpost segfault for 64bit mipsel kernel
Atsushi Nemoto
2006-05-21
1
-2
/
+19
*
[PATCH] kbuild: check SHT_REL sections
Atsushi Nemoto
2006-05-21
1
-0
/
+2
*
Revert "kbuild: fix modpost segfault for 64bit mipsel kernel"
Linus Torvalds
2006-05-08
1
-19
/
+0
*
kbuild: fix modpost segfault for 64bit mipsel kernel
Atsushi Nemoto
2006-04-30
1
-0
/
+19
*
kbuild: kill trailing whitespace in modpost & friends
Sam Ravnborg
2006-03-03
1
-4
/
+4
*
kbuild: check for section mismatch during modpost stage
Sam Ravnborg
2006-02-19
1
-0
/
+10
*
kbuild: use warn()/fatal() consistent in modpost
Sam Ravnborg
2006-02-19
1
-1
/
+6
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+107