aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg2-0/+22
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2018-12-01kbuild: move modpost out of 'scripts' targetMasahiro Yamada1-2/+0
2018-12-01modpost: move unresolved symbol checks to check_exports()Masahiro Yamada1-15/+18
2018-12-01modpost: merge module iterationsMasahiro Yamada1-6/+1
2018-12-01modpost: refactor seen flag clearing in add_depends()Masahiro Yamada1-6/+6
2018-12-01modpost: file2alias: check prototype of handlerMasahiro Yamada1-4/+3
2018-12-01modpost: file2alias: go back to simple devtable lookupMasahiro Yamada1-95/+49
2018-12-01modpost: skip ELF local symbols during section mismatch checkPaul Walmsley1-0/+12
2018-11-21modpost: drop unused command line switchesPaul Walmsley1-1/+1
2018-11-21modpost: validate symbol names also in find_elf_symbolSami Tolvanen1-24/+26
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+18
2018-10-29modpost: Create macro to avoid variable shadowingLeonardo Bras1-4/+15
2018-10-19modpost: remove leftover symbol prefix handling for module device tableMasahiro Yamada1-4/+3
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugsNadav Amit1-0/+2
2018-08-22scripts: modpost: check memory allocation resultsRandy Dunlap1-4/+4
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-0/+17
2018-07-18kbuild: Add build salt to the kernel and modulesLaura Abbott1-0/+3
2018-07-02usb: typec: Bus type for alternate modesHeikki Krogerus2-0/+17
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-56/+41
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+14
2018-05-17modpost: constify *modname function argument where possibleMasahiro Yamada1-2/+2
2018-05-17modpost: remove redundant is_vmlinux() testMasahiro Yamada1-2/+1
2018-05-17modpost: use strstarts() helper more widelyMasahiro Yamada1-21/+18
2018-05-17modpost: pass struct elf_info pointer to get_modinfo()Masahiro Yamada1-13/+12
2018-05-17modpost: remove symbol prefix supportMasahiro Yamada1-20/+10
2018-05-14rpmsg: Correct support for MODULE_DEVICE_TABLE()Andrew F. Davis2-0/+14
2018-05-03modpost: delete stale commentRasmus Villemoes1-8/+1
2018-03-09mn10300: Remove the architectureDavid Howells1-4/+3
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+19
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2018-01-26module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-01-16modpost: Remove trailing semicolonLuis de Bethencourt1-1/+1
2017-12-19soundwire: Add SoundWire bus typeVinod Koul2-0/+19
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+32
2017-11-12modpost: detect modules without a MODULE_LICENSERandy Dunlap1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+1
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-6/+1
2017-10-22Input: do not use property bits when generating module aliasDmitry Torokhov2-6/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+6
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov2-1/+6
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg2-0/+32
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-5/+24
2017-09-06modpost: simplify sec_name()Masahiro Yamada1-16/+11
2017-07-25modpost: abort if module name is too longWanlong Gao1-5/+24
2017-05-23module: Add module name to modinfoKees Cook1-0/+1