aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-16/+11
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2021-09-03modpost: get the *.mod file path more simplyGravatar Masahiro Yamada 3-16/+11
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemGravatar Max Gurtovoy 2-2/+16
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoGravatar Christophe Leroy 1-1/+1
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsGravatar Mark Brown 1-2/+5
2021-05-02.gitignore: prefix local generated files with a slashGravatar Masahiro Yamada 1-4/+4
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoGravatar Yonghong Song 1-0/+2
2021-04-25scripts: modpost.c: Fix a few typosGravatar Bhaskar Chowdhury 1-4/+4
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedGravatar Masahiro Yamada 1-13/+12
2021-04-25kbuild: generate Module.symvers only when vmlinux existsGravatar Masahiro Yamada 1-14/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+17
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-50/+3
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-10/+22
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 2-38/+3
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREGravatar Christoph Hellwig 2-13/+1
2021-01-14scripts/mod: disable LTO for empty.cGravatar Sami Tolvanen 1-0/+1
2021-01-14modpost: lto: strip .lto from module namesGravatar Sami Tolvanen 3-10/+21
2021-01-07fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Gravatar Xu Yilun 2-0/+17
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeGravatar Maximilian Luz 2-0/+31
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-45/+43
2020-12-21modpost: turn static exports into errorGravatar Quentin Perret 1-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Gravatar Masahiro Yamada 1-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Gravatar Masahiro Yamada 1-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorGravatar Masahiro Yamada 1-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceGravatar Masahiro Yamada 2-29/+27
2020-12-21modpost: rename merror() to error()Gravatar Masahiro Yamada 2-6/+6
2020-12-04Add auxiliary bus supportGravatar Dave Ertman 2-0/+11
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-2/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 1-2/+2
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+7
2020-07-27Merge 5.8-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+10
2020-07-27modpost: explain why we can't use strsepGravatar Wolfram Sang 1-0/+1
2020-07-07modpost: remove use of non-standard strsep() in HOSTCC codeGravatar H. Nikolaus Schaller 1-2/+10
2020-06-30soundwire: extend SDW_SLAVE_ENTRYGravatar Pierre-Louis Bossart 2-1/+7
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-310/+212
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2020-06-06modpost: change elf_info->size to size_tGravatar Masahiro Yamada 2-6/+5
2020-06-06modpost: remove is_vmlinux() helperGravatar Masahiro Yamada 1-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Gravatar Masahiro Yamada 2-10/+12
2020-06-06modpost: set have_vmlinux in new_module()Gravatar Masahiro Yamada 1-5/+3
2020-06-06modpost: remove mod->skip struct memberGravatar Masahiro Yamada 2-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberGravatar Masahiro Yamada 2-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Gravatar Masahiro Yamada 1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberGravatar Masahiro Yamada 2-13/+2
2020-06-06modpost: remove -s optionGravatar Masahiro Yamada 1-8/+2
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticGravatar Masahiro Yamada 2-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesGravatar Masahiro Yamada 2-17/+14
2020-06-06modpost: avoid false-positive file open errorGravatar Masahiro Yamada 1-4/+3