aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-03modpost: refactor get_secindex()Gravatar Masahiro Yamada 1-12/+18
2022-08-03modpost: remove unused Elf_Sword macroGravatar Masahiro Yamada 1-2/+0
2022-07-27modpost: use sym_get_data() to get module device_table dataGravatar Masahiro Yamada 1-0/+1
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Gravatar Masahiro Yamada 1-0/+3
2022-05-11modpost: remove left-over cross_compile declarationGravatar Masahiro Yamada 1-1/+0
2022-05-08modpost: dump Module.symvers in the same order of modules.orderGravatar Masahiro Yamada 1-0/+1
2022-05-08modpost: traverse the namespace_list in orderGravatar Masahiro Yamada 1-2/+2
2022-05-08modpost: traverse unresolved symbols in orderGravatar Masahiro Yamada 1-1/+1
2022-05-08modpost: traverse modules in orderGravatar Masahiro Yamada 1-1/+2
2022-05-08modpost: change mod->gpl_compatible to bool typeGravatar Masahiro Yamada 1-1/+1
2022-05-08modpost: use bool type where appropriateGravatar Masahiro Yamada 1-5/+6
2022-05-08modpost: move struct namespace_list to modpost.cGravatar Masahiro Yamada 1-5/+0
2022-05-08modpost: remove useless export_from_sec()Gravatar Masahiro Yamada 1-2/+0
2021-09-03modpost: get the *.mod file path more simplyGravatar Masahiro Yamada 1-9/+0
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-2/+0
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREGravatar Christoph Hellwig 1-1/+0
2021-01-14modpost: lto: strip .lto from module namesGravatar Sami Tolvanen 1-0/+9
2020-12-21modpost: refactor error handling and clarify error/fatal differenceGravatar Masahiro Yamada 1-0/+13
2020-12-21modpost: rename merror() to error()Gravatar Masahiro Yamada 1-1/+1
2020-06-06modpost: change elf_info->size to size_tGravatar Masahiro Yamada 1-1/+1
2020-06-06modpost: strip .o from modname before calling new_module()Gravatar Masahiro Yamada 1-1/+1
2020-06-06modpost: remove mod->skip struct memberGravatar Masahiro Yamada 1-1/+0
2020-06-06modpost: add mod->is_vmlinux struct memberGravatar Masahiro Yamada 1-0/+1
2020-06-06modpost: remove mod->is_dot_o struct memberGravatar Masahiro Yamada 1-1/+0
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticGravatar Masahiro Yamada 1-3/+0
2020-06-06modpost: add read_text_file() and get_line() helpersGravatar Masahiro Yamada 1-0/+2
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Gravatar Masahiro Yamada 1-4/+0
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectGravatar Masahiro Yamada 1-0/+1
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-03-13modpost: rework and consolidate logging interfaceGravatar Jessica Yu 1-3/+11
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameGravatar Masahiro Yamada 1-1/+0
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileGravatar Masahiro Yamada 1-2/+2
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeGravatar Matthias Maennich 1-0/+1
2019-09-10modpost: add support for generating namespace dependenciesGravatar Matthias Maennich 1-0/+2
2019-09-10modpost: add support for symbol namespacesGravatar Matthias Maennich 1-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-08-20Avoid conflict with host definitions when cross-compilingGravatar Pavel Fedin 1-0/+6
2014-02-13Kbuild, lto: Drop .number postfixes in modpostGravatar Andi Kleen 1-1/+1
2012-04-09modpost: Fix modpost license checking of vmlinux.oGravatar Frank Rowand 1-0/+1
2011-05-19modpost: Update 64k section support for binutils 2.18.50Gravatar Anders Kaseorg 1-19/+8
2010-08-03modpost: support objects with more than 64k sectionsGravatar Denys Vlasenko 1-0/+43
2009-12-15Kbuild: clear marker out of modpostGravatar Wenji Huang 1-3/+0
2008-03-23kbuild: soften modpost checks when doing cross buildsGravatar Sam Ravnborg 1-0/+1
2008-02-13Linux Kernel Markers: create modpost fileGravatar Mathieu Desnoyers 1-0/+3
2008-01-28kbuild: try harder to find symbol names in modpostGravatar Sam Ravnborg 1-0/+2
2007-10-12kbuild: Use Elfnn_Half as replacement for Elfnn_SectionGravatar Sam Ravnborg 1-2/+2
2007-07-16kbuild: make better section mismatch reports on i386 and mipsGravatar Atsushi Nemoto 1-0/+3
2007-05-21Revert "kbuild: make better section mismatch reports on i386, arm and mips"Gravatar Linus Torvalds 1-3/+0
2007-05-19kbuild: make better section mismatch reports on i386, arm and mipsGravatar Atsushi Nemoto 1-0/+3