summaryrefslogtreecommitdiffstats
path: root/scripts/mod
AgeCommit message (Expand)AuthorLines
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada-1/+7
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada-1/+1
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada-9/+2
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada-12/+2
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada-5/+5
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada-6/+4
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada-17/+2
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam-0/+10
2022-04-03modpost: restore the warning message for missing symbol versionsMasahiro Yamada-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+6
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra-6/+6
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland-1/+3
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik-0/+5
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+15
2022-01-05riscv: switch to relative exception tablesJisheng Zhang-0/+15
2021-11-09HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh-0/+27
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-16/+11
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada-16/+11
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy-2/+16
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy-1/+1
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown-2/+5
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada-4/+4
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song-0/+2
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury-4/+4
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada-13/+12
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada-14/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+17
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-50/+3
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+22
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig-38/+3
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig-13/+1
2021-01-14scripts/mod: disable LTO for empty.cSami Tolvanen-0/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen-10/+21
2021-01-07fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Xu Yilun-0/+17
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz-0/+31
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-45/+43
2020-12-21modpost: turn static exports into errorQuentin Perret-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada-29/+27
2020-12-21modpost: rename merror() to error()Masahiro Yamada-6/+6
2020-12-04Add auxiliary bus supportDave Ertman-0/+11
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-2/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada-2/+2
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+7
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman-2/+10