summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
Commit message (Expand)AuthorAgeFilesLines
* modpost: refactor get_secindex()Masahiro Yamada2022-08-031-12/+18
* modpost: remove unused Elf_Sword macroMasahiro Yamada2022-08-031-2/+0
* modpost: use sym_get_data() to get module device_table dataMasahiro Yamada2022-07-271-0/+1
* modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada2022-05-271-0/+3
* modpost: remove left-over cross_compile declarationMasahiro Yamada2022-05-111-1/+0
* modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada2022-05-081-0/+1
* modpost: traverse the namespace_list in orderMasahiro Yamada2022-05-081-2/+2
* modpost: traverse unresolved symbols in orderMasahiro Yamada2022-05-081-1/+1
* modpost: traverse modules in orderMasahiro Yamada2022-05-081-1/+2
* modpost: change mod->gpl_compatible to bool typeMasahiro Yamada2022-05-081-1/+1
* modpost: use bool type where appropriateMasahiro Yamada2022-05-081-5/+6
* modpost: move struct namespace_list to modpost.cMasahiro Yamada2022-05-081-5/+0
* modpost: remove useless export_from_sec()Masahiro Yamada2022-05-081-2/+0
* 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