summaryrefslogtreecommitdiffstats
path: root/scripts/mod
AgeCommit message (Expand)AuthorLines
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada-11/+21
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada-2/+4
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada-8/+1
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada-10/+6
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu-0/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+1
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada-8/+8
2020-05-29modpost: refactor sech_name()Masahiro Yamada-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada-9/+9
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner-1/+1
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky-0/+1
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+13
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-46/+51
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+5
2020-03-30Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds-0/+26
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman-13/+14
2020-03-21scripts: Fix the inclusion order in modpostVincenzo Frascino-1/+5
2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam-0/+13
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang-1/+2
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu-12/+12
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu-3/+11
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu-43/+40
2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon-0/+26
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-2/+2
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada-7/+1
2019-11-23modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada-15/+11
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada-4/+2
2019-11-23modpost: stop symbol preloading for modversion CRCMasahiro Yamada-32/+39
2019-11-23modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada-3/+3
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada-8/+3
2019-11-23modpost: add a helper to get data pointed by a symbolMasahiro Yamada-4/+13
2019-11-11modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada-4/+2
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada-27/+19
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada-0/+2
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada-7/+2
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada-7/+2
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich-15/+19
2019-10-18modpost: make updating the symbol namespace explicitMatthias Maennich-6/+6
2019-10-18modpost: delegate updating namespaces to separate functionMatthias Maennich-3/+21
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-14/+15
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada-5/+8
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada-9/+7
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada-4/+9
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-17/+142
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada-3/+2