summaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)Author
2022-05-08modpost: traverse modules in orderMasahiro Yamada
2022-05-08modpost: import include/linux/list.hMasahiro Yamada
2022-05-08modpost: change mod->gpl_compatible to bool typeMasahiro Yamada
2022-05-08modpost: use bool type where appropriateMasahiro Yamada
2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada
2022-05-08modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada
2022-05-08modpost: add a separate error for exported symbols without definitionMasahiro Yamada
2022-05-08modpost: remove stale comment about sym_add_exported()Masahiro Yamada
2022-05-08modpost: do not write out any file when error occurredMasahiro Yamada
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam
2022-04-03modpost: restore the warning message for missing symbol versionsMasahiro Yamada
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-05riscv: switch to relative exception tablesJisheng Zhang
2021-11-09HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2021-01-14scripts/mod: disable LTO for empty.cSami Tolvanen
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen
2021-01-07fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Xu Yilun
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-12-21modpost: turn static exports into errorQuentin Perret
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada