summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada2022-06-201-1/+1
* Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-06-053-126/+40
|\
| * modpost: use fnmatch() to simplify match()Masahiro Yamada2022-06-051-61/+13
| * modpost: simplify mod->name allocationMasahiro Yamada2022-06-051-13/+12
| * kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada2022-06-011-27/+1
| * kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-7/+0
| * modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada2022-05-271-7/+3
| * modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada2022-05-273-6/+6
| * modpost: remove the unused argument of check_sec_ref()Masahiro Yamada2022-05-271-3/+2
| * modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada2022-05-271-1/+2
| * modpost: fix removing numeric suffixesAlexander Lobakin2022-05-271-1/+1
* | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-0/+10
|\ \ | |/ |/|
| * bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam2022-04-261-0/+10
* | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-4/+24
* | modpost: extract symbol versions from *.cmd filesMasahiro Yamada2022-05-241-48/+131
* | modpost: add sym_find_with_module() helperMasahiro Yamada2022-05-241-2/+7
* | modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada2022-05-111-78/+30
* | modpost: remove left-over cross_compile declarationMasahiro Yamada2022-05-111-1/+0
* | modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada2022-05-111-25/+31
* | modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada2022-05-111-18/+7
* | modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada2022-05-081-10/+8
* | modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada2022-05-081-6/+4
* | modpost: make multiple export errorMasahiro Yamada2022-05-081-3/+3
* | modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada2022-05-082-16/+14
* | modpost: traverse the namespace_list in orderMasahiro Yamada2022-05-082-20/+17
* | modpost: use doubly linked list for dump_listsMasahiro Yamada2022-05-081-14/+10
* | modpost: traverse unresolved symbols in orderMasahiro Yamada2022-05-082-7/+15
* | modpost: add sym_add_unresolved() helperMasahiro Yamada2022-05-081-8/+11
* | modpost: traverse modules in orderMasahiro Yamada2022-05-082-10/+10
* | modpost: import include/linux/list.hMasahiro Yamada2022-05-081-0/+213
* | modpost: change mod->gpl_compatible to bool typeMasahiro Yamada2022-05-082-7/+12
* | modpost: use bool type where appropriateMasahiro Yamada2022-05-083-38/+37
* | modpost: move struct namespace_list to modpost.cMasahiro Yamada2022-05-082-5/+5
* | modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada2022-05-081-10/+6
* | modpost: add a separate error for exported symbols without definitionMasahiro Yamada2022-05-081-1/+6
* | modpost: remove stale comment about sym_add_exported()Masahiro Yamada2022-05-081-4/+0
* | modpost: do not write out any file when error occurredMasahiro Yamada2022-05-081-0/+3
* | modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada2022-05-081-1/+7
* | kbuild: get rid of duplication in *.mod filesMasahiro Yamada2022-05-081-1/+1
* | kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-081-9/+2
* | modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada2022-05-081-12/+2
* | modpost: remove redundant initializes for static variablesMasahiro Yamada2022-05-081-5/+5
* | modpost: move export_from_secname() call to more relevant placeMasahiro Yamada2022-05-081-6/+4
* | modpost: remove useless export_from_sec()Masahiro Yamada2022-05-082-17/+2
|/
* modpost: restore the warning message for missing symbol versionsMasahiro Yamada2022-04-031-1/+1
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-6/+6
|\
| * kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-221-6/+6
* | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-251-1/+3
|\ \
| * | Kbuild: use -Wdeclaration-after-statementMark Rutland2022-03-131-1/+3
| |/
* / s390/nospec: add an option to use thunk-externVasily Gorbik2022-03-101-0/+5
|/