aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang1-1/+2
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu1-12/+12
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada1-7/+1
2019-11-23modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada1-15/+11
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada1-4/+2
2019-11-23modpost: stop symbol preloading for modversion CRCMasahiro Yamada1-32/+39
2019-11-23modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada1-3/+3
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada2-8/+3
2019-11-23modpost: add a helper to get data pointed by a symbolMasahiro Yamada1-4/+13
2019-11-11modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada1-4/+2
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada2-27/+19
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada1-0/+2
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada1-7/+2
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada1-7/+2
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich2-15/+19
2019-10-18modpost: make updating the symbol namespace explicitMatthias Maennich1-6/+6
2019-10-18modpost: delegate updating namespaces to separate functionMatthias Maennich1-3/+21
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-14/+15
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada1-5/+8
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada1-9/+7
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada1-4/+9
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-17/+142
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada1-3/+2
2019-09-14modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada1-5/+2
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich2-5/+51
2019-09-10modpost: add support for symbol namespacesMatthias Maennich2-16/+95
2019-09-04modpost: add NOFAIL to strndupDenis Efremov1-2/+2
2019-09-04modpost: add guid_t type definitionHeikki Krogerus1-0/+5
2019-08-14modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov1-0/+32
2019-07-18kbuild: remove the first line of *.mod filesMasahiro Yamada1-7/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada1-13/+3
2019-03-28kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring1-1/+1
2019-03-14modpost: always show verbose warning for section mismatchMasahiro Yamada1-22/+5
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds2-1/+30
2019-03-07platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()Mattias Jacobsson2-0/+25
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson1-0/+1
2019-03-06modpost: file2alias: define size of aliasMattias Jacobsson1-1/+4
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg2-0/+22
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2018-12-01kbuild: move modpost out of 'scripts' targetMasahiro Yamada1-2/+0
2018-12-01modpost: move unresolved symbol checks to check_exports()Masahiro Yamada1-15/+18
2018-12-01modpost: merge module iterationsMasahiro Yamada1-6/+1
2018-12-01modpost: refactor seen flag clearing in add_depends()Masahiro Yamada1-6/+6
2018-12-01modpost: file2alias: check prototype of handlerMasahiro Yamada1-4/+3
2018-12-01modpost: file2alias: go back to simple devtable lookupMasahiro Yamada1-95/+49
2018-12-01modpost: skip ELF local symbols during section mismatch checkPaul Walmsley1-0/+12
2018-11-21modpost: drop unused command line switchesPaul Walmsley1-1/+1
2018-11-21modpost: validate symbol names also in find_elf_symbolSami Tolvanen1-24/+26
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+18