aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-06modpost: change elf_info->size to size_tGravatar Masahiro Yamada 1-1/+1
2020-06-06modpost: strip .o from modname before calling new_module()Gravatar Masahiro Yamada 1-1/+1
2020-06-06modpost: remove mod->skip struct memberGravatar Masahiro Yamada 1-1/+0
2020-06-06modpost: add mod->is_vmlinux struct memberGravatar Masahiro Yamada 1-0/+1
2020-06-06modpost: remove mod->is_dot_o struct memberGravatar Masahiro Yamada 1-1/+0
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticGravatar Masahiro Yamada 1-3/+0
2020-06-06modpost: add read_text_file() and get_line() helpersGravatar Masahiro Yamada 1-0/+2
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Gravatar Masahiro Yamada 1-4/+0
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectGravatar Masahiro Yamada 1-0/+1
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-03-13modpost: rework and consolidate logging interfaceGravatar Jessica Yu 1-3/+11
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameGravatar Masahiro Yamada 1-1/+0
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileGravatar Masahiro Yamada 1-2/+2
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeGravatar Matthias Maennich 1-0/+1
2019-09-10modpost: add support for generating namespace dependenciesGravatar Matthias Maennich 1-0/+2
2019-09-10modpost: add support for symbol namespacesGravatar Matthias Maennich 1-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-08-20Avoid conflict with host definitions when cross-compilingGravatar Pavel Fedin 1-0/+6
2014-02-13Kbuild, lto: Drop .number postfixes in modpostGravatar Andi Kleen 1-1/+1
2012-04-09modpost: Fix modpost license checking of vmlinux.oGravatar Frank Rowand 1-0/+1
2011-05-19modpost: Update 64k section support for binutils 2.18.50Gravatar Anders Kaseorg 1-19/+8
2010-08-03modpost: support objects with more than 64k sectionsGravatar Denys Vlasenko 1-0/+43
2009-12-15Kbuild: clear marker out of modpostGravatar Wenji Huang 1-3/+0
2008-03-23kbuild: soften modpost checks when doing cross buildsGravatar Sam Ravnborg 1-0/+1
2008-02-13Linux Kernel Markers: create modpost fileGravatar Mathieu Desnoyers 1-0/+3
2008-01-28kbuild: try harder to find symbol names in modpostGravatar Sam Ravnborg 1-0/+2
2007-10-12kbuild: Use Elfnn_Half as replacement for Elfnn_SectionGravatar Sam Ravnborg 1-2/+2
2007-07-16kbuild: make better section mismatch reports on i386 and mipsGravatar Atsushi Nemoto 1-0/+3
2007-05-21Revert "kbuild: make better section mismatch reports on i386, arm and mips"Gravatar Linus Torvalds 1-3/+0
2007-05-19kbuild: make better section mismatch reports on i386, arm and mipsGravatar Atsushi Nemoto 1-0/+3
2007-05-02kbuild: distinguish between errors and warnings in modpostGravatar Matthew Wilcox 1-0/+1
2006-07-01kbuild: warn when a moduled uses a symbol marked UNUSEDGravatar Sam Ravnborg 1-0/+2
2006-06-09kbuild: check license compatibility when building modulesGravatar Sam Ravnborg 1-0/+1
2006-06-09kbuild: export-type enhancement to modpost.cGravatar Ram Pai 1-0/+3
2006-05-21[PATCH] kbuild: fix modpost segfault for 64bit mipsel kernelGravatar Atsushi Nemoto 1-2/+19
2006-05-21[PATCH] kbuild: check SHT_REL sectionsGravatar Atsushi Nemoto 1-0/+2
2006-05-08Revert "kbuild: fix modpost segfault for 64bit mipsel kernel"Gravatar Linus Torvalds 1-19/+0
2006-04-30kbuild: fix modpost segfault for 64bit mipsel kernelGravatar Atsushi Nemoto 1-0/+19
2006-03-03kbuild: kill trailing whitespace in modpost & friendsGravatar Sam Ravnborg 1-4/+4
2006-02-19kbuild: check for section mismatch during modpost stageGravatar Sam Ravnborg 1-0/+10
2006-02-19kbuild: use warn()/fatal() consistent in modpostGravatar Sam Ravnborg 1-1/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+107