summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
Commit message (Expand)AuthorAgeFilesLines
* modpost: get the *.mod file path more simplyMasahiro Yamada2021-09-031-9/+0
* Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-3/+0
|\
| * module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-2/+0
| * module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-1/+0
* | modpost: lto: strip .lto from module namesSami Tolvanen2021-01-141-0/+9
|/
* modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2020-12-211-0/+13
* modpost: rename merror() to error()Masahiro Yamada2020-12-211-1/+1
* modpost: change elf_info->size to size_tMasahiro Yamada2020-06-061-1/+1
* modpost: strip .o from modname before calling new_module()Masahiro Yamada2020-06-061-1/+1
* modpost: remove mod->skip struct memberMasahiro Yamada2020-06-061-1/+0
* modpost: add mod->is_vmlinux struct memberMasahiro Yamada2020-06-061-0/+1
* modpost: remove mod->is_dot_o struct memberMasahiro Yamada2020-06-061-1/+0
* modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2020-06-061-3/+0
* modpost: add read_text_file() and get_line() helpersMasahiro Yamada2020-06-061-0/+2
* modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada2020-06-061-4/+0
* modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2020-06-061-0/+1
* modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-261-1/+1
* modpost: rework and consolidate logging interfaceJessica Yu2020-03-131-3/+11
* modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada2019-11-231-1/+0
* modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada2019-11-111-2/+2
* symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich2019-10-181-0/+1
* modpost: add support for generating namespace dependenciesMatthias Maennich2019-09-101-0/+2
* modpost: add support for symbol namespacesMatthias Maennich2019-09-101-0/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Avoid conflict with host definitions when cross-compilingPavel Fedin2015-08-201-0/+6
* Kbuild, lto: Drop .number postfixes in modpostAndi Kleen2014-02-131-1/+1
* modpost: Fix modpost license checking of vmlinux.oFrank Rowand2012-04-091-0/+1
* modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg2011-05-191-19/+8
* modpost: support objects with more than 64k sectionsDenys Vlasenko2010-08-031-0/+43
* Kbuild: clear marker out of modpostWenji Huang2009-12-151-3/+0
* kbuild: soften modpost checks when doing cross buildsSam Ravnborg2008-03-231-0/+1
* Linux Kernel Markers: create modpost fileMathieu Desnoyers2008-02-131-0/+3
* kbuild: try harder to find symbol names in modpostSam Ravnborg2008-01-281-0/+2
* kbuild: Use Elfnn_Half as replacement for Elfnn_SectionSam Ravnborg2007-10-121-2/+2
* kbuild: make better section mismatch reports on i386 and mipsAtsushi Nemoto2007-07-161-0/+3
* Revert "kbuild: make better section mismatch reports on i386, arm and mips"Linus Torvalds2007-05-211-3/+0
* kbuild: make better section mismatch reports on i386, arm and mipsAtsushi Nemoto2007-05-191-0/+3
* kbuild: distinguish between errors and warnings in modpostMatthew Wilcox2007-05-021-0/+1
* kbuild: warn when a moduled uses a symbol marked UNUSEDSam Ravnborg2006-07-011-0/+2
* kbuild: check license compatibility when building modulesSam Ravnborg2006-06-091-0/+1
* kbuild: export-type enhancement to modpost.cRam Pai2006-06-091-0/+3
* [PATCH] kbuild: fix modpost segfault for 64bit mipsel kernelAtsushi Nemoto2006-05-211-2/+19
* [PATCH] kbuild: check SHT_REL sectionsAtsushi Nemoto2006-05-211-0/+2
* Revert "kbuild: fix modpost segfault for 64bit mipsel kernel"Linus Torvalds2006-05-081-19/+0
* kbuild: fix modpost segfault for 64bit mipsel kernelAtsushi Nemoto2006-04-301-0/+19
* kbuild: kill trailing whitespace in modpost & friendsSam Ravnborg2006-03-031-4/+4
* kbuild: check for section mismatch during modpost stageSam Ravnborg2006-02-191-0/+10
* kbuild: use warn()/fatal() consistent in modpostSam Ravnborg2006-02-191-1/+6
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+107