summaryrefslogtreecommitdiffstats
path: root/scripts/mod
AgeCommit message (Expand)AuthorLines
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada-7/+3
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada-6/+6
2022-05-27modpost: remove the unused argument of check_sec_ref()Masahiro Yamada-3/+2
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada-1/+2
2022-05-27modpost: fix removing numeric suffixesAlexander Lobakin-1/+1
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada-4/+24
2022-05-24modpost: extract symbol versions from *.cmd filesMasahiro Yamada-48/+131
2022-05-24modpost: add sym_find_with_module() helperMasahiro Yamada-2/+7
2022-05-11modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada-78/+30
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada-1/+0
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada-25/+31
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada-18/+7
2022-05-08modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada-10/+8
2022-05-08modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada-6/+4
2022-05-08modpost: make multiple export errorMasahiro Yamada-3/+3
2022-05-08modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada-16/+14
2022-05-08modpost: traverse the namespace_list in orderMasahiro Yamada-20/+17
2022-05-08modpost: use doubly linked list for dump_listsMasahiro Yamada-14/+10
2022-05-08modpost: traverse unresolved symbols in orderMasahiro Yamada-7/+15
2022-05-08modpost: add sym_add_unresolved() helperMasahiro Yamada-8/+11
2022-05-08modpost: traverse modules in orderMasahiro Yamada-10/+10
2022-05-08modpost: import include/linux/list.hMasahiro Yamada-0/+213
2022-05-08modpost: change mod->gpl_compatible to bool typeMasahiro Yamada-7/+12
2022-05-08modpost: use bool type where appropriateMasahiro Yamada-38/+37
2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada-5/+5
2022-05-08modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada-10/+6
2022-05-08modpost: add a separate error for exported symbols without definitionMasahiro Yamada-1/+6
2022-05-08modpost: remove stale comment about sym_add_exported()Masahiro Yamada-4/+0
2022-05-08modpost: do not write out any file when error occurredMasahiro Yamada-0/+3
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada-1/+7
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada-1/+1
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada-9/+2
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada-12/+2
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada-5/+5
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada-6/+4
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada-17/+2
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam-0/+10
2022-04-03modpost: restore the warning message for missing symbol versionsMasahiro Yamada-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+6
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra-6/+6
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland-1/+3
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik-0/+5
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+15
2022-01-05riscv: switch to relative exception tablesJisheng Zhang-0/+15
2021-11-09HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh-0/+27
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-16/+11
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada-16/+11
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy-2/+16