summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* modpost: add missing else to the "of" checkMauricio Faria de Oliveira2023-10-101-1/+1
* modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada2023-08-111-0/+12
* modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada2023-08-111-3/+9
* modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada2022-07-021-1/+1
* modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada2022-06-141-1/+2
* modpost: fix removing numeric suffixesAlexander Lobakin2022-06-141-1/+1
* vmlinux.lds.h: Create section for protection against instrumentationNicolas Boichat2021-03-241-1/+1
* modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2019-12-131-0/+12
* modpost: file2alias: check prototype of handlerMasahiro Yamada2019-04-271-4/+3
* modpost: file2alias: go back to simple devtable lookupMasahiro Yamada2019-04-271-95/+49
* kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring2019-04-031-1/+1
* modpost: validate symbol names also in find_elf_symbolSami Tolvanen2019-02-121-24/+26
* x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-161-1/+1
* scripts: modpost: check memory allocation resultsRandy Dunlap2018-08-221-4/+4
* Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-182-0/+17
|\
| * usb: typec: Bus type for alternate modesHeikki Krogerus2018-07-022-0/+17
* | kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-181-0/+3
|/
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-56/+41
|\
| * 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
* | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-052-0/+14
|\ \ | |/ |/|
| * rpmsg: Correct support for MODULE_DEVICE_TABLE()Andrew F. Davis2018-05-142-0/+14
* | modpost: delete stale commentRasmus Villemoes2018-05-031-8/+1
|/
* 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 tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-012-0/+19
|\ \
| * | soundwire: Add SoundWire bus typeVinod Koul2017-12-192-0/+19
| |/
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+9
|\ \ | |/ |/|
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-152-0/+32
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-044-0/+4
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-302-6/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-1/+6
| |\ \ \
| * | | | thunderbolt: Add support for XDomain discovery protocolMika Westerberg2017-10-022-0/+32
* | | | | modpost: detect modules without a MODULE_LICENSERandy Dunlap2017-11-121-1/+1
| |_|_|/ |/| | |
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-222-6/+1
|\ \ \ | |_|/ |/| |
| * | Input: do not use property bits when generating module aliasDmitry Torokhov2017-10-222-6/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-212-1/+6
|\| | | |/ |/|
| * Input: allow matching device IDs on property bitsDmitry Torokhov2017-10-192-1/+6
* | 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-061-16/+11
|/ /
* / module: Add module name to modinfoKees Cook2017-05-231-0/+1
|/
* kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2017-04-131-26/+2
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-011-0/+1