summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada2024-11-031-1/+1
* modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada2024-11-031-5/+5
* sumversion: Fix a memory leak in get_src_version()Elena Salomatkina2024-10-231-2/+3
* Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-262-0/+15
|\
| * slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()Masahiro Yamada2024-09-032-0/+15
* | kbuild: compile constant module information only onceThomas Weißschuh2024-09-071-23/+0
* | modpost: simplify modpost_log()Masahiro Yamada2024-09-012-19/+9
* | modpost: improve the section mismatch warning formatMasahiro Yamada2024-09-011-8/+13
* | modpost: replace the use of NOFAIL() with xmalloc() etc.Masahiro Yamada2024-09-014-27/+17
* | modpost: detect endianness on run-timeMasahiro Yamada2024-09-013-28/+40
* | modpost: remove unused HOST_ELFCLASSMasahiro Yamada2024-09-011-6/+0
|/
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-233-273/+9
|\
| * modpost: use generic macros for hash table implementationMasahiro Yamada2024-07-211-13/+5
| * kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-07-213-214/+3
| * modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22Masahiro Yamada2024-07-161-5/+1
| * modpost: remove self-definitions of R_ARM_* macrosMasahiro Yamada2024-07-161-30/+0
| * modpost: Enable section warning from *driver to .exit.textUwe Kleine-König2024-07-161-11/+0
* | init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada2024-07-121-15/+4
|/
* modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada2024-06-071-2/+3
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+0
|\
| * Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-1/+0
* | s390/expoline: Make modules use kernel expolinesVasily Gorbik2024-04-171-5/+0
|/
* modpost: do not make find_tosym() return NULLMasahiro Yamada2024-03-281-2/+5
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+3
|\
| * modpost: fix null pointer dereferenceMax Kellermann2024-03-191-1/+3
* | Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Linus Torvalds2024-03-132-0/+13
|\ \
| * | firmware: coreboot: Generate aliases for coreboot modulesNícolas F. R. A. Prado2024-02-172-0/+13
* | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
| |\ \
| | * | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
* | | | modpost: trim leading spaces when processing source files listRadek Krejci2024-02-151-1/+6
|/ / /
* | | modpost: avoid using the alias attributeMasahiro Yamada2024-01-312-16/+2
* | | modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONSNathan Chancellor2024-01-281-1/+2
| |/ |/|
* | Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-01-191-2/+17
|\ \
| * | modpost: Ignore relaxation and alignment marker relocs on LoongArchWANG Xuerui2024-01-171-2/+17
| |/
* | modpost: remove unreachable code after fatal()Masahiro Yamada2023-12-101-6/+3
* | modpost: remove unneeded initializer in section_rel()Masahiro Yamada2023-12-101-1/+1
* | modpost: inform compilers that fatal() never returnsMasahiro Yamada2023-12-102-1/+7
* | modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada2023-12-102-3/+3
|/
* modpost: fix section mismatch message for RELAMasahiro Yamada2023-11-161-2/+4
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-045-174/+294
|\
| * modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSMasahiro Yamada2023-10-281-6/+1
| * modpost: merge sectioncheck table entries regarding init/exit sectionsMasahiro Yamada2023-10-281-15/+3
| * modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSMasahiro Yamada2023-10-281-1/+1
| * modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Masahiro Yamada2023-10-281-1/+1
| * modpost: remove EXIT_SECTIONS macroMasahiro Yamada2023-10-281-5/+3
| * modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada2023-10-281-2/+1
| * modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada2023-10-281-7/+1
| * modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada2023-10-281-6/+0
| * linux/init: remove __memexit* annotationsMasahiro Yamada2023-10-281-12/+3