summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
...
| * modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada2020-05-291-9/+9
| * modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-262-2/+2
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-0/+2
|\ \
| * | firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu2020-06-061-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-0/+1
|\ \
| * | kernel/module: Hide vermagic header file from general useLeon Romanovsky2020-04-211-0/+1
| |/
* / vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-1/+1
|/
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-032-0/+13
|\
| * Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-13/+14
| |\
| * | bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam2020-03-192-0/+13
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ \
| * | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| | |/ | |/|
* | | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-312-46/+51
|\ \ \
| * | | modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu2020-03-131-3/+11
| * | | modpost: rework and consolidate logging interfaceJessica Yu2020-03-132-43/+40
| | |/ | |/|
* | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+5
|\ \ \
| * | | scripts: Fix the inclusion order in modpostVincenzo Frascino2020-03-211-1/+5
| |/ /
* | | Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2020-03-302-0/+26
|\ \ \ | |_|/ |/| |
| * | i3c: Generate aliases for i3c modulesBoris Brezillon2020-02-282-0/+26
| |/
* | modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang2020-03-191-1/+2
* | modpost: move the namespace field in Module.symvers lastJessica Yu2020-03-171-12/+12
|/
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-2/+2
* modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada2020-01-161-7/+1
* modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada2019-11-231-15/+11
* modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada2019-11-231-4/+2
* modpost: stop symbol preloading for modversion CRCMasahiro Yamada2019-11-231-32/+39
* modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada2019-11-231-3/+3
* modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada2019-11-232-8/+3
* modpost: add a helper to get data pointed by a symbolMasahiro Yamada2019-11-231-4/+13
* modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada2019-11-111-4/+2
* modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada2019-11-112-27/+19
* modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada2019-11-111-0/+2
* modpost: do not invoke extra modpost for nsdepsMasahiro Yamada2019-11-111-7/+2
* kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada2019-11-111-7/+2
* symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich2019-10-182-15/+19
* modpost: make updating the symbol namespace explicitMatthias Maennich2019-10-181-6/+6
* modpost: delegate updating namespaces to separate functionMatthias Maennich2019-10-181-3/+21
* Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-111-14/+15
|\
| * modpost: fix broken sym->namespace for external module buildsMasahiro Yamada2019-10-071-5/+8
| * module: swap the order of symbol.namespaceMasahiro Yamada2019-10-071-9/+7
* | modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada2019-10-011-4/+9
|/
* Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-222-17/+142
|\
| * modpost: add support for generating namespace dependenciesMatthias Maennich2019-09-102-5/+51
| * modpost: add support for symbol namespacesMatthias Maennich2019-09-102-16/+95
* | modpost: use __section in the output to *.mod.cMasahiro Yamada2019-09-141-3/+2
* | modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada2019-09-141-5/+2
* | modpost: add NOFAIL to strndupDenis Efremov2019-09-041-2/+2
* | modpost: add guid_t type definitionHeikki Krogerus2019-09-041-0/+5
* | modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov2019-08-141-0/+32
|/
* kbuild: remove the first line of *.mod filesMasahiro Yamada2019-07-181-7/+2