summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | scripts/mod: disable LTO for empty.cSami Tolvanen2021-01-141-0/+1
| * | modpost: lto: strip .lto from module namesSami Tolvanen2021-01-143-10/+21
| |/
* / platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz2021-01-072-0/+31
|/
* Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-222-45/+43
|\
| * modpost: turn static exports into errorQuentin Perret2020-12-211-3/+3
| * modpost: turn section mismatches to error from fatal()Masahiro Yamada2020-12-211-4/+4
| * modpost: change license incompatibility to error() from fatal()Masahiro Yamada2020-12-211-2/+2
| * modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada2020-12-211-1/+1
| * modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2020-12-212-29/+27
| * modpost: rename merror() to error()Masahiro Yamada2020-12-212-6/+6
* | Add auxiliary bus supportDave Ertman2020-12-042-0/+11
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\
| * kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-101-2/+2
* | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-052-1/+7
|\ \
| * \ Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-271-2/+10
| |\ \
| * | | soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart2020-06-302-1/+7
| | |/ | |/|
* | | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| |/ |/|
* | modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller2020-07-071-2/+10
|/
* Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-063-310/+212
|\
| * modpost: change elf_info->size to size_tMasahiro Yamada2020-06-062-6/+5
| * modpost: remove is_vmlinux() helperMasahiro Yamada2020-06-061-15/+1
| * modpost: strip .o from modname before calling new_module()Masahiro Yamada2020-06-062-10/+12
| * modpost: set have_vmlinux in new_module()Masahiro Yamada2020-06-061-5/+3
| * modpost: remove mod->skip struct memberMasahiro Yamada2020-06-062-7/+3
| * modpost: add mod->is_vmlinux struct memberMasahiro Yamada2020-06-062-9/+11
| * modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada2020-06-061-12/+8
| * modpost: remove mod->is_dot_o struct memberMasahiro Yamada2020-06-062-13/+2
| * modpost: remove -s optionMasahiro Yamada2020-06-061-8/+2
| * modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2020-06-062-39/+2
| * modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2020-06-062-17/+14
| * modpost: avoid false-positive file open errorMasahiro Yamada2020-06-061-4/+3
| * modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada2020-06-061-17/+11