aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 3-126/+40
2022-06-05modpost: use fnmatch() to simplify match()Gravatar Masahiro Yamada 1-61/+13
2022-06-05modpost: simplify mod->name allocationGravatar Masahiro Yamada 1-13/+12
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+10
2022-06-01kbuild: check static EXPORT_SYMBOL* by script instead of modpostGravatar Masahiro Yamada 1-27/+1
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTGravatar Masahiro Yamada 1-7/+0
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Gravatar Masahiro Yamada 1-7/+3
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Gravatar Masahiro Yamada 3-6/+6
2022-05-27modpost: remove the unused argument of check_sec_ref()Gravatar Masahiro Yamada 1-3/+2
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Gravatar Masahiro Yamada 1-1/+2
2022-05-27modpost: fix removing numeric suffixesGravatar Alexander Lobakin 1-1/+1
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSGravatar Masahiro Yamada 1-4/+24
2022-05-24modpost: extract symbol versions from *.cmd filesGravatar Masahiro Yamada 1-48/+131
2022-05-24modpost: add sym_find_with_module() helperGravatar Masahiro Yamada 1-2/+7
2022-05-11modpost: change the license of EXPORT_SYMBOL to bool typeGravatar Masahiro Yamada 1-78/+30
2022-05-11modpost: remove left-over cross_compile declarationGravatar Masahiro Yamada 1-1/+0
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Gravatar Masahiro Yamada 1-25/+31
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerGravatar Masahiro Yamada 1-18/+7
2022-05-08modpost: split new_symbol() to symbol allocation and hash table additionGravatar Masahiro Yamada 1-10/+8
2022-05-08modpost: make sym_add_exported() always allocate a new symbolGravatar Masahiro Yamada 1-6/+4
2022-05-08modpost: make multiple export errorGravatar Masahiro Yamada 1-3/+3
2022-05-08modpost: dump Module.symvers in the same order of modules.orderGravatar Masahiro Yamada 2-16/+14
2022-05-08modpost: traverse the namespace_list in orderGravatar Masahiro Yamada 2-20/+17
2022-05-08modpost: use doubly linked list for dump_listsGravatar Masahiro Yamada 1-14/+10
2022-05-08modpost: traverse unresolved symbols in orderGravatar Masahiro Yamada 2-7/+15
2022-05-08modpost: add sym_add_unresolved() helperGravatar Masahiro Yamada 1-8/+11
2022-05-08modpost: traverse modules in orderGravatar Masahiro Yamada 2-10/+10
2022-05-08modpost: import include/linux/list.hGravatar Masahiro Yamada 1-0/+213
2022-05-08modpost: change mod->gpl_compatible to bool typeGravatar Masahiro Yamada 2-7/+12
2022-05-08modpost: use bool type where appropriateGravatar Masahiro Yamada 3-38/+37
2022-05-08modpost: move struct namespace_list to modpost.cGravatar Masahiro Yamada 2-5/+5
2022-05-08modpost: retrieve the module dependency and CRCs in check_exports()Gravatar Masahiro Yamada 1-10/+6
2022-05-08modpost: add a separate error for exported symbols without definitionGravatar Masahiro Yamada 1-1/+6
2022-05-08modpost: remove stale comment about sym_add_exported()Gravatar Masahiro Yamada 1-4/+0
2022-05-08modpost: do not write out any file when error occurredGravatar Masahiro Yamada 1-0/+3
2022-05-08modpost: use snprintf() instead of sprintf() for safetyGravatar Masahiro Yamada 1-1/+7
2022-05-08kbuild: get rid of duplication in *.mod filesGravatar Masahiro Yamada 1-1/+1
2022-05-08kbuild: split the second line of *.mod into *.usymsGravatar Masahiro Yamada 1-9/+2
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Gravatar Masahiro Yamada 1-12/+2
2022-05-08modpost: remove redundant initializes for static variablesGravatar Masahiro Yamada 1-5/+5
2022-05-08modpost: move export_from_secname() call to more relevant placeGravatar Masahiro Yamada 1-6/+4
2022-05-08modpost: remove useless export_from_sec()Gravatar Masahiro Yamada 2-17/+2
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingGravatar Manivannan Sadhasivam 1-0/+10
2022-04-03modpost: restore the warning message for missing symbol versionsGravatar Masahiro Yamada 1-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+6
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+3
2022-03-22kbuild: Fixup the IBT kbuild changesGravatar Peter Zijlstra 1-6/+6
2022-03-13Kbuild: use -Wdeclaration-after-statementGravatar Mark Rutland 1-1/+3
2022-03-10s390/nospec: add an option to use thunk-externGravatar Vasily Gorbik 1-0/+5
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+15