summaryrefslogtreecommitdiffstats
path: root/scripts/mod
AgeCommit message (Expand)Author
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-30Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman
2020-03-21scripts: Fix the inclusion order in modpostVincenzo Frascino
2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu
2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada
2019-11-23modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada
2019-11-23modpost: stop symbol preloading for modversion CRCMasahiro Yamada
2019-11-23modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada
2019-11-23modpost: add a helper to get data pointed by a symbolMasahiro Yamada
2019-11-11modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich
2019-10-18modpost: make updating the symbol namespace explicitMatthias Maennich
2019-10-18modpost: delegate updating namespaces to separate functionMatthias Maennich
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada
2019-09-14modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich
2019-09-10modpost: add support for symbol namespacesMatthias Maennich
2019-09-04modpost: add NOFAIL to strndupDenis Efremov
2019-09-04modpost: add guid_t type definitionHeikki Krogerus
2019-08-14modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov
2019-07-18kbuild: remove the first line of *.mod filesMasahiro Yamada
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada
2019-03-28kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring
2019-03-14modpost: always show verbose warning for section mismatchMasahiro Yamada
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2019-03-07platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()Mattias Jacobsson
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson
2019-03-06modpost: file2alias: define size of aliasMattias Jacobsson