summaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)Author
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
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada
2020-12-21modpost: rename merror() to error()Masahiro Yamada
2020-12-04Add auxiliary bus supportDave Ertman
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman
2020-07-27modpost: explain why we can't use strsepWolfram Sang
2020-07-07modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller
2020-06-30soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada
2020-06-06modpost: remove -s optionMasahiro Yamada
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada