summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
Commit message (Expand)AuthorAgeFilesLines
* modpost: avoid using the alias attributeMasahiro Yamada2024-01-311-5/+1
* modpost: inform compilers that fatal() never returnsMasahiro Yamada2023-12-101-1/+4
* modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada2023-12-101-1/+2
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-13/+37
|\
| * modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada2023-10-181-13/+12
| * modpost: Optimize symbol search from linear to binary searchJack Brennen2023-10-031-0/+25
|/
* modpost: clean up MIPS64 little endian relocation codeMasahiro Yamada2023-07-311-22/+0
* kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-221-0/+1
* modpost: remove is_shndx_special() check from section_rel(a)Masahiro Yamada2023-05-281-5/+0
* 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