aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
AgeCommit message (Expand)Author
2024-01-31modpost: avoid using the alias attributeMasahiro Yamada
2023-12-10modpost: inform compilers that fatal() never returnsMasahiro Yamada
2023-12-10modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada
2023-10-03modpost: Optimize symbol search from linear to binary searchJack Brennen
2023-07-31modpost: clean up MIPS64 little endian relocation codeMasahiro Yamada
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada
2023-05-28modpost: remove is_shndx_special() check from section_rel(a)Masahiro Yamada
2022-08-03modpost: refactor get_secindex()Masahiro Yamada
2022-08-03modpost: remove unused Elf_Sword macroMasahiro Yamada
2022-07-27modpost: use sym_get_data() to get module device_table dataMasahiro Yamada
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada
2022-05-08modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada
2022-05-08modpost: traverse the namespace_list in orderMasahiro Yamada
2022-05-08modpost: traverse unresolved symbols in orderMasahiro Yamada
2022-05-08modpost: traverse modules in orderMasahiro Yamada
2022-05-08modpost: change mod->gpl_compatible to bool typeMasahiro Yamada
2022-05-08modpost: use bool type where appropriateMasahiro Yamada
2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada
2020-12-21modpost: rename merror() to error()Masahiro Yamada
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich
2019-09-10modpost: add support for symbol namespacesMatthias Maennich
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-08-20Avoid conflict with host definitions when cross-compilingPavel Fedin
2014-02-13Kbuild, lto: Drop .number postfixes in modpostAndi Kleen
2012-04-09modpost: Fix modpost license checking of vmlinux.oFrank Rowand
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg