summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-221-17/+133
|\
| * modpost: add support for generating namespace dependenciesMatthias Maennich2019-09-101-5/+49
| * modpost: add support for symbol namespacesMatthias Maennich2019-09-101-16/+88
* | 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: check for static EXPORT_SYMBOL* functionsDenis Efremov2019-08-131-0/+32
|/
* kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring2019-03-281-1/+1
* modpost: always show verbose warning for section mismatchMasahiro Yamada2019-03-131-22/+5
* x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
* modpost: move unresolved symbol checks to check_exports()Masahiro Yamada2018-12-011-15/+18
* modpost: merge module iterationsMasahiro Yamada2018-12-011-6/+1
* modpost: refactor seen flag clearing in add_depends()Masahiro Yamada2018-12-011-6/+6
* modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2018-12-011-0/+12
* modpost: drop unused command line switchesPaul Walmsley2018-11-211-1/+1
* modpost: validate symbol names also in find_elf_symbolSami Tolvanen2018-11-211-24/+26
* scripts: modpost: check memory allocation resultsRandy Dunlap2018-08-221-4/+4
* kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-171-0/+3
* modpost: constify *modname function argument where possibleMasahiro Yamada2018-05-171-2/+2
* modpost: remove redundant is_vmlinux() testMasahiro Yamada2018-05-171-2/+1
* modpost: use strstarts() helper more widelyMasahiro Yamada2018-05-171-21/+18
* modpost: pass struct elf_info pointer to get_modinfo()Masahiro Yamada2018-05-171-13/+12
* modpost: remove symbol prefix supportMasahiro Yamada2018-05-171-20/+10
* mn10300: Remove the architectureDavid Howells2018-03-091-4/+3
* Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-071-1/+1
|\
| * modpost: Remove trailing semicolonLuis de Bethencourt2018-01-161-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-0/+9
|\ \ | |/ |/|
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-0/+9
* | modpost: detect modules without a MODULE_LICENSERandy Dunlap2017-11-121-1/+1
|/
* Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-131-5/+24
|\
| * modpost: abort if module name is too longWanlong Gao2017-07-251-5/+24
* | modpost: simplify sec_name()Masahiro Yamada2017-09-071-16/+11
|/
* module: Add module name to modinfoKees Cook2017-05-231-0/+1
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-011-0/+1
* kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel2017-02-031-0/+10
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-181-0/+6
|\
| * kbuild: modpost warn if export version crc is missingNicholas Piggin2016-11-291-0/+6
* | modpost: free allocated memoryHeinrich Schuchardt2016-11-261-0/+2
|/
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-081-1/+1
* powerpc: Simplify module TOC handlingAlan Modra2016-01-211-1/+2
* scripts: [modpost] add new sections to white listNoam Camus2015-10-261-0/+2
* modpost: Add flag -E for making section mismatches fatalNicolas Boichat2015-10-061-7/+17
* modpost: abort if a module symbol is too longTakashi Iwai2015-08-081-0/+11
* modpost: work correctly with tile coldtext sectionsChris Metcalf2015-07-091-1/+2
* modpost: don't emit section mismatch warnings for compiler optimizationsPaul Gortmaker2015-04-221-0/+21
* modpost: expand pattern matching to support substring matchesPaul Gortmaker2015-04-221-1/+11