summaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.h
AgeCommit message (Expand)Author
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada
2020-12-21modpost: rename merror() to error()Masahiro Yamada
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich
2019-09-10modpost: add support for symbol namespacesMatthias Maennich
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-08-20Avoid conflict with host definitions when cross-compilingPavel Fedin
2014-02-13Kbuild, lto: Drop .number postfixes in modpostAndi Kleen
2012-04-09modpost: Fix modpost license checking of vmlinux.oFrank Rowand
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg
2010-08-03modpost: support objects with more than 64k sectionsDenys Vlasenko
2009-12-15Kbuild: clear marker out of modpostWenji Huang
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers
2008-01-28kbuild: try harder to find symbol names in modpostSam Ravnborg
2007-10-12kbuild: Use Elfnn_Half as replacement for Elfnn_SectionSam Ravnborg
2007-07-16kbuild: make better section mismatch reports on i386 and mipsAtsushi Nemoto
2007-05-21Revert "kbuild: make better section mismatch reports on i386, arm and mips"Linus Torvalds
2007-05-19kbuild: make better section mismatch reports on i386, arm and mipsAtsushi Nemoto
2007-05-02kbuild: distinguish between errors and warnings in modpostMatthew Wilcox
2006-07-01kbuild: warn when a moduled uses a symbol marked UNUSEDSam Ravnborg
2006-06-09kbuild: check license compatibility when building modulesSam Ravnborg
2006-06-09kbuild: export-type enhancement to modpost.cRam Pai
2006-05-21[PATCH] kbuild: fix modpost segfault for 64bit mipsel kernelAtsushi Nemoto
2006-05-21[PATCH] kbuild: check SHT_REL sectionsAtsushi Nemoto
2006-05-08Revert "kbuild: fix modpost segfault for 64bit mipsel kernel"Linus Torvalds
2006-04-30kbuild: fix modpost segfault for 64bit mipsel kernelAtsushi Nemoto
2006-03-03kbuild: kill trailing whitespace in modpost & friendsSam Ravnborg
2006-02-19kbuild: check for section mismatch during modpost stageSam Ravnborg
2006-02-19kbuild: use warn()/fatal() consistent in modpostSam Ravnborg
2005-04-16Linux-2.6.12-rc2Linus Torvalds