aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-2/+2
2020-01-16modpost: assume STT_SPARC_REGISTER is definedGravatar Masahiro Yamada 1-7/+1
2019-11-23modpost: respect the previous export when 'exported twice' is warnedGravatar Masahiro Yamada 1-15/+11
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversGravatar Masahiro Yamada 1-4/+2
2019-11-23modpost: stop symbol preloading for modversion CRCGravatar Masahiro Yamada 1-32/+39
2019-11-23modpost: rename handle_modversions() to handle_symbol()Gravatar Masahiro Yamada 1-3/+3
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameGravatar Masahiro Yamada 2-8/+3
2019-11-23modpost: add a helper to get data pointed by a symbolGravatar Masahiro Yamada 1-4/+13
2019-11-11modpost: remove unneeded local variable in contains_namespace()Gravatar Masahiro Yamada 1-4/+2
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileGravatar Masahiro Yamada 2-27/+19
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesGravatar Masahiro Yamada 1-0/+2
2019-11-11modpost: do not invoke extra modpost for nsdepsGravatar Masahiro Yamada 1-7/+2
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversGravatar Masahiro Yamada 1-7/+2
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeGravatar Matthias Maennich 2-15/+19
2019-10-18modpost: make updating the symbol namespace explicitGravatar Matthias Maennich 1-6/+6
2019-10-18modpost: delegate updating namespaces to separate functionGravatar Matthias Maennich 1-3/+21
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-14/+15
2019-10-07modpost: fix broken sym->namespace for external module buildsGravatar Masahiro Yamada 1-5/+8
2019-10-07module: swap the order of symbol.namespaceGravatar Masahiro Yamada 1-9/+7
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildGravatar Masahiro Yamada 1-4/+9
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-17/+142
2019-09-14modpost: use __section in the output to *.mod.cGravatar Masahiro Yamada 1-3/+2
2019-09-14modpost: use MODULE_INFO() for __module_dependsGravatar Masahiro Yamada 1-5/+2
2019-09-10modpost: add support for generating namespace dependenciesGravatar Matthias Maennich 2-5/+51
2019-09-10modpost: add support for symbol namespacesGravatar Matthias Maennich 2-16/+95
2019-09-04modpost: add NOFAIL to strndupGravatar Denis Efremov 1-2/+2
2019-09-04modpost: add guid_t type definitionGravatar Heikki Krogerus 1-0/+5
2019-08-14modpost: check for static EXPORT_SYMBOL* functionsGravatar Denis Efremov 1-0/+32
2019-07-18kbuild: remove the first line of *.mod filesGravatar Masahiro Yamada 1-7/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-13/+3
2019-03-28kbuild: modversions: Fix relative CRC byte order interpretationGravatar Fredrik Noring 1-1/+1
2019-03-14modpost: always show verbose warning for section mismatchGravatar Masahiro Yamada 1-22/+5
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 2-1/+30
2019-03-07platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()Gravatar Mattias Jacobsson 2-0/+25
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hGravatar Mattias Jacobsson 1-0/+1
2019-03-06modpost: file2alias: define size of aliasGravatar Mattias Jacobsson 1-1/+4
2019-02-01tee: add bus driver framework for TEE based devicesGravatar Sumit Garg 2-0/+22
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEGravatar WANG Chao 1-1/+1
2018-12-01kbuild: move modpost out of 'scripts' targetGravatar Masahiro Yamada 1-2/+0
2018-12-01modpost: move unresolved symbol checks to check_exports()Gravatar Masahiro Yamada 1-15/+18
2018-12-01modpost: merge module iterationsGravatar Masahiro Yamada 1-6/+1
2018-12-01modpost: refactor seen flag clearing in add_depends()Gravatar Masahiro Yamada 1-6/+6
2018-12-01modpost: file2alias: check prototype of handlerGravatar Masahiro Yamada 1-4/+3
2018-12-01modpost: file2alias: go back to simple devtable lookupGravatar Masahiro Yamada 1-95/+49
2018-12-01modpost: skip ELF local symbols during section mismatch checkGravatar Paul Walmsley 1-0/+12
2018-11-21modpost: drop unused command line switchesGravatar Paul Walmsley 1-1/+1
2018-11-21modpost: validate symbol names also in find_elf_symbolGravatar Sami Tolvanen 1-24/+26
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-8/+18
2018-10-29modpost: Create macro to avoid variable shadowingGravatar Leonardo Bras 1-4/+15
2018-10-19modpost: remove leftover symbol prefix handling for module device tableGravatar Masahiro Yamada 1-4/+3