summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
AgeCommit message (Expand)AuthorLines
2025-03-15modpost: introduce get_basename() helperMasahiro Yamada-0/+1
2025-02-06kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada-0/+6
2024-12-28modpost: work around unaligned data access errorMasahiro Yamada-0/+14
2024-12-21modpost: distinguish same module paths from different dump filesMasahiro Yamada-1/+2
2024-11-28modpost: move strstarts() to modpost.hMasahiro Yamada-0/+2
2024-11-28modpost: introduce module_alias_printf() helperMasahiro Yamada-2/+17
2024-09-01modpost: simplify modpost_log()Masahiro Yamada-8/+3
2024-09-01modpost: replace the use of NOFAIL() with xmalloc() etc.Masahiro Yamada-4/+0
2024-09-01modpost: detect endianness on run-timeMasahiro Yamada-9/+4
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada-1/+1
2024-01-31modpost: avoid using the alias attributeMasahiro Yamada-5/+1
2023-12-10modpost: inform compilers that fatal() never returnsMasahiro Yamada-1/+4
2023-12-10modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada-1/+2
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-13/+37
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada-13/+12
2023-10-03modpost: Optimize symbol search from linear to binary searchJack Brennen-0/+25
2023-07-31modpost: clean up MIPS64 little endian relocation codeMasahiro Yamada-22/+0
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada-0/+1
2023-05-28modpost: remove is_shndx_special() check from section_rel(a)Masahiro Yamada-5/+0
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