aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
Commit message (Expand)AuthorAge
* kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring2019-03-28
* modpost: always show verbose warning for section mismatchMasahiro Yamada2019-03-13
* x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-09
* modpost: move unresolved symbol checks to check_exports()Masahiro Yamada2018-12-01
* modpost: merge module iterationsMasahiro Yamada2018-12-01
* modpost: refactor seen flag clearing in add_depends()Masahiro Yamada2018-12-01
* modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2018-12-01
* modpost: drop unused command line switchesPaul Walmsley2018-11-21
* modpost: validate symbol names also in find_elf_symbolSami Tolvanen2018-11-21
* scripts: modpost: check memory allocation resultsRandy Dunlap2018-08-22
* kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-17
* modpost: constify *modname function argument where possibleMasahiro Yamada2018-05-17
* modpost: remove redundant is_vmlinux() testMasahiro Yamada2018-05-17
* modpost: use strstarts() helper more widelyMasahiro Yamada2018-05-17
* modpost: pass struct elf_info pointer to get_modinfo()Masahiro Yamada2018-05-17
* modpost: remove symbol prefix supportMasahiro Yamada2018-05-17
* mn10300: Remove the architectureDavid Howells2018-03-09
* Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-07
|\
| * modpost: Remove trailing semicolonLuis de Bethencourt2018-01-16
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-29
|\ \ | |/ |/|
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-26
* | modpost: detect modules without a MODULE_LICENSERandy Dunlap2017-11-12
|/
* Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-13
|\
| * modpost: abort if module name is too longWanlong Gao2017-07-25
* | modpost: simplify sec_name()Masahiro Yamada2017-09-06
|/
* module: Add module name to modinfoKees Cook2017-05-23
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-01
* kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel2017-02-03
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-17
|\
| * kbuild: modpost warn if export version crc is missingNicholas Piggin2016-11-29
* | modpost: free allocated memoryHeinrich Schuchardt2016-11-26
|/
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-07
* powerpc: Simplify module TOC handlingAlan Modra2016-01-20
* scripts: [modpost] add new sections to white listNoam Camus2015-10-26
* modpost: Add flag -E for making section mismatches fatalNicolas Boichat2015-10-05
* modpost: abort if a module symbol is too longTakashi Iwai2015-08-08
* modpost: work correctly with tile coldtext sectionsChris Metcalf2015-07-08
* modpost: don't emit section mismatch warnings for compiler optimizationsPaul Gortmaker2015-04-22
* modpost: expand pattern matching to support substring matchesPaul Gortmaker2015-04-22
* modpost: do not try to match the SHT_NUL section.Quentin Casasnovas2015-04-22
* modpost: fix extable entry size calculation.Quentin Casasnovas2015-04-22
* modpost: fix inverted logic in is_extable_fault_address().Quentin Casasnovas2015-04-22
* modpost: handle -ffunction-sectionsRusty Russell2015-04-22
* modpost: Whitelist .text.fixup and .exception.textThierry Reding2015-04-22
* modpost: document the use of struct section_check.Quentin Casasnovas2015-04-13
* modpost: handle relocations mismatch in __ex_table.Quentin Casasnovas2015-04-13
* modpost: mismatch_handler: retrieve tosym information only when needed.Quentin Casasnovas2015-04-13
* modpost: factorize symbol pretty print in get_pretty_name().Quentin Casasnovas2015-04-13
* modpost: add handler function pointer to sectioncheck.Quentin Casasnovas2015-04-13
* modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list.Quentin Casasnovas2015-04-13