index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.h
Age
Commit message (
Expand
)
Author
2022-08-03
modpost: refactor get_secindex()
Masahiro Yamada
2022-08-03
modpost: remove unused Elf_Sword macro
Masahiro Yamada
2022-07-27
modpost: use sym_get_data() to get module device_table data
Masahiro Yamada
2022-05-27
modpost: reuse ARRAY_SIZE() macro for section_mismatch()
Masahiro Yamada
2022-05-11
modpost: remove left-over cross_compile declaration
Masahiro Yamada
2022-05-08
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2022-05-08
modpost: traverse the namespace_list in order
Masahiro Yamada
2022-05-08
modpost: traverse unresolved symbols in order
Masahiro Yamada
2022-05-08
modpost: traverse modules in order
Masahiro Yamada
2022-05-08
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2022-05-08
modpost: use bool type where appropriate
Masahiro Yamada
2022-05-08
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2022-05-08
modpost: remove useless export_from_sec()
Masahiro Yamada
2021-09-03
modpost: get the *.mod file path more simply
Masahiro Yamada
2021-02-23
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-01-14
modpost: lto: strip .lto from module names
Sami Tolvanen
2020-12-21
modpost: refactor error handling and clarify error/fatal difference
Masahiro Yamada
2020-12-21
modpost: rename merror() to error()
Masahiro Yamada
2020-06-06
modpost: change elf_info->size to size_t
Masahiro Yamada
2020-06-06
modpost: strip .o from modname before calling new_module()
Masahiro Yamada
2020-06-06
modpost: remove mod->skip struct member
Masahiro Yamada
2020-06-06
modpost: add mod->is_vmlinux struct member
Masahiro Yamada
2020-06-06
modpost: remove mod->is_dot_o struct member
Masahiro Yamada
2020-06-06
modpost: remove get_next_text() and make {grab,release_}file static
Masahiro Yamada
2020-06-06
modpost: add read_text_file() and get_line() helpers
Masahiro Yamada
2020-06-06
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
Masahiro Yamada
2020-06-06
modpost: track if the symbol origin is a dump file or ELF object
Masahiro Yamada
2020-05-26
modpost,fixdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-03-13
modpost: rework and consolidate logging interface
Jessica Yu
2019-11-23
modpost: refactor namespace_from_kstrtabns() to not hard-code section name
Masahiro Yamada
2019-11-11
modpost: dump missing namespaces into a single modules.nsdeps file
Masahiro Yamada
2019-10-18
symbol namespaces: revert to previous __ksymtab name scheme
Matthias Maennich
2019-09-10
modpost: add support for generating namespace dependencies
Matthias Maennich
2019-09-10
modpost: add support for symbol namespaces
Matthias Maennich
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2015-08-20
Avoid conflict with host definitions when cross-compiling
Pavel Fedin
2014-02-13
Kbuild, lto: Drop .number postfixes in modpost
Andi Kleen
2012-04-09
modpost: Fix modpost license checking of vmlinux.o
Frank Rowand
2011-05-19
modpost: Update 64k section support for binutils 2.18.50
Anders Kaseorg
2010-08-03
modpost: support objects with more than 64k sections
Denys Vlasenko
2009-12-15
Kbuild: clear marker out of modpost
Wenji Huang
2008-03-23
kbuild: soften modpost checks when doing cross builds
Sam Ravnborg
2008-02-13
Linux Kernel Markers: create modpost file
Mathieu Desnoyers
2008-01-28
kbuild: try harder to find symbol names in modpost
Sam Ravnborg
2007-10-12
kbuild: Use Elfnn_Half as replacement for Elfnn_Section
Sam Ravnborg
2007-07-16
kbuild: make better section mismatch reports on i386 and mips
Atsushi Nemoto
2007-05-21
Revert "kbuild: make better section mismatch reports on i386, arm and mips"
Linus Torvalds
2007-05-19
kbuild: make better section mismatch reports on i386, arm and mips
Atsushi Nemoto
[next]