summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
...
* | modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada2022-05-081-10/+8
* | modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada2022-05-081-6/+4
* | modpost: make multiple export errorMasahiro Yamada2022-05-081-3/+3
* | modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada2022-05-082-16/+14
* | modpost: traverse the namespace_list in orderMasahiro Yamada2022-05-082-20/+17
* | modpost: use doubly linked list for dump_listsMasahiro Yamada2022-05-081-14/+10
* | modpost: traverse unresolved symbols in orderMasahiro Yamada2022-05-082-7/+15
* | modpost: add sym_add_unresolved() helperMasahiro Yamada2022-05-081-8/+11
* | modpost: traverse modules in orderMasahiro Yamada2022-05-082-10/+10
* | modpost: import include/linux/list.hMasahiro Yamada2022-05-081-0/+213
* | modpost: change mod->gpl_compatible to bool typeMasahiro Yamada2022-05-082-7/+12
* | modpost: use bool type where appropriateMasahiro Yamada2022-05-083-38/+37
* | modpost: move struct namespace_list to modpost.cMasahiro Yamada2022-05-082-5/+5
* | modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada2022-05-081-10/+6
* | modpost: add a separate error for exported symbols without definitionMasahiro Yamada2022-05-081-1/+6
* | modpost: remove stale comment about sym_add_exported()Masahiro Yamada2022-05-081-4/+0
* | modpost: do not write out any file when error occurredMasahiro Yamada2022-05-081-0/+3
* | modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada2022-05-081-1/+7
* | kbuild: get rid of duplication in *.mod filesMasahiro Yamada2022-05-081-1/+1
* | kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-081-9/+2
* | modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada2022-05-081-12/+2
* | modpost: remove redundant initializes for static variablesMasahiro Yamada2022-05-081-5/+5
* | modpost: move export_from_secname() call to more relevant placeMasahiro Yamada2022-05-081-6/+4
* | modpost: remove useless export_from_sec()Masahiro Yamada2022-05-082-17/+2
|/
* modpost: restore the warning message for missing symbol versionsMasahiro Yamada2022-04-031-1/+1
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-6/+6
|\
| * kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-221-6/+6
* | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-251-1/+3
|\ \
| * | Kbuild: use -Wdeclaration-after-statementMark Rutland2022-03-131-1/+3
| |/
* / s390/nospec: add an option to use thunk-externVasily Gorbik2022-03-101-0/+5
|/
* Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-191-0/+15
|\
| * riscv: switch to relative exception tablesJisheng Zhang2022-01-051-0/+15
* | HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh2021-11-092-0/+27
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-033-16/+11
|\
| * modpost: get the *.mod file path more simplyMasahiro Yamada2021-09-033-16/+11
* | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-1/+1
|\ \
| * | powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-1/+1
| |/
* / PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy2021-08-262-2/+16
|/
* kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown2021-06-171-2/+5
* .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-4/+4
* kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song2021-04-251-0/+2
* scripts: modpost.c: Fix a few typosBhaskar Chowdhury2021-04-251-4/+4
* kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada2021-04-251-13/+12
* kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-251-14/+1
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-242-0/+17
|\
| * fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Xu Yilun2021-01-072-0/+17
* | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-232-50/+3
|\ \
| * | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-082-38/+3
| * | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-082-13/+1
| |/
* | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-234-10/+22
|\ \