summaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2025-01-09modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada1-1/+1
2025-01-09modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada1-1/+1
2024-12-14modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-1/+1
2024-12-14modpost: Include '.text.*' in TEXT_SECTIONSNathan Chancellor1-2/+2
2024-12-14modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada1-4/+1
2024-02-23modpost: trim leading spaces when processing source files listRadek Krejci1-1/+6
2023-11-20modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-5/+5
2023-10-10modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-07-23modpost: fix off by one in is_executable_section()Dan Carpenter1-1/+1
2023-07-23modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada1-0/+12
2023-07-23modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada1-3/+9
2023-07-23modpost: remove broken calculation of exception_table_entry sizeMasahiro Yamada1-57/+3
2022-06-29modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada1-1/+1
2022-06-14modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada1-1/+2
2022-06-14modpost: fix removing numeric suffixesAlexander Lobakin1-1/+1
2022-04-08modpost: restore the warning message for missing symbol versionsMasahiro Yamada1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-16/+11
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada3-16/+11
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy2-2/+16
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy1-1/+1
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown1-2/+5
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-4/+4
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song1-0/+2
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury1-4/+4
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada1-13/+12
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada1-14/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+17
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-50/+3
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-10/+22
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2-38/+3
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2-13/+1
2021-01-14scripts/mod: disable LTO for empty.cSami Tolvanen1-0/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen3-10/+21
2021-01-07fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Xu Yilun2-0/+17
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz2-0/+31
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-45/+43
2020-12-21modpost: turn static exports into errorQuentin Perret1-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada1-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada1-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada1-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2-29/+27
2020-12-21modpost: rename merror() to error()Masahiro Yamada2-6/+6
2020-12-04Add auxiliary bus supportDave Ertman2-0/+11
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada1-2/+2
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+7
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman1-2/+10
2020-07-27modpost: explain why we can't use strsepWolfram Sang1-0/+1