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