summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
AgeCommit message (Expand)AuthorLines
2022-08-03modpost: refactor get_secindex()Masahiro Yamada-12/+18
2022-08-03modpost: remove unused Elf_Sword macroMasahiro Yamada-2/+0
2022-07-27modpost: use sym_get_data() to get module device_table dataMasahiro Yamada-0/+1
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada-0/+3
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada-1/+0
2022-05-08modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada-0/+1
2022-05-08modpost: traverse the namespace_list in orderMasahiro Yamada-2/+2
2022-05-08modpost: traverse unresolved symbols in orderMasahiro Yamada-1/+1
2022-05-08modpost: traverse modules in orderMasahiro Yamada-1/+2
2022-05-08modpost: change mod->gpl_compatible to bool typeMasahiro Yamada-1/+1
2022-05-08modpost: use bool type where appropriateMasahiro Yamada-5/+6
2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada-5/+0
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada-2/+0
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada-9/+0
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig-2/+0
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig-1/+0
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen-0/+9
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada-0/+13
2020-12-21modpost: rename merror() to error()Masahiro Yamada-1/+1
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada-1/+1
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada-1/+1
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada-1/+0
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada-0/+1
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada-1/+0
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada-3/+0
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada-0/+2
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada-4/+0
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada-0/+1
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu-3/+11
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada-1/+0
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada-2/+2
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich-0/+1
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich-0/+2
2019-09-10modpost: add support for symbol namespacesMatthias Maennich-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2015-08-20Avoid conflict with host definitions when cross-compilingPavel Fedin-0/+6
2014-02-13Kbuild, lto: Drop .number postfixes in modpostAndi Kleen-1/+1
2012-04-09modpost: Fix modpost license checking of vmlinux.oFrank Rowand-0/+1
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg-19/+8
2010-08-03modpost: support objects with more than 64k sectionsDenys Vlasenko-0/+43
2009-12-15Kbuild: clear marker out of modpostWenji Huang-3/+0
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg-0/+1
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers-0/+3
2008-01-28kbuild: try harder to find symbol names in modpostSam Ravnborg-0/+2
2007-10-12kbuild: Use Elfnn_Half as replacement for Elfnn_SectionSam Ravnborg-2/+2
2007-07-16kbuild: make better section mismatch reports on i386 and mipsAtsushi Nemoto-0/+3
2007-05-21Revert "kbuild: make better section mismatch reports on i386, arm and mips"Linus Torvalds-3/+0
2007-05-19kbuild: make better section mismatch reports on i386, arm and mipsAtsushi Nemoto-0/+3