aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Gravatar Nadav Amit 1-0/+2
2018-08-22scripts: modpost: check memory allocation resultsGravatar Randy Dunlap 1-4/+4
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-0/+17
2018-07-18kbuild: Add build salt to the kernel and modulesGravatar Laura Abbott 1-0/+3
2018-07-02usb: typec: Bus type for alternate modesGravatar Heikki Krogerus 2-0/+17
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-56/+41
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+14
2018-05-17modpost: constify *modname function argument where possibleGravatar Masahiro Yamada 1-2/+2
2018-05-17modpost: remove redundant is_vmlinux() testGravatar Masahiro Yamada 1-2/+1
2018-05-17modpost: use strstarts() helper more widelyGravatar Masahiro Yamada 1-21/+18
2018-05-17modpost: pass struct elf_info pointer to get_modinfo()Gravatar Masahiro Yamada 1-13/+12
2018-05-17modpost: remove symbol prefix supportGravatar Masahiro Yamada 1-20/+10
2018-05-14rpmsg: Correct support for MODULE_DEVICE_TABLE()Gravatar Andrew F. Davis 2-0/+14
2018-05-03modpost: delete stale commentGravatar Rasmus Villemoes 1-8/+1
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-4/+3
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1