summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* modpost: replace tdb_hash() with hash_str()Masahiro Yamada2024-11-281-15/+3
* modpost: improve error messages in device_id_check()Masahiro Yamada2024-11-281-37/+18
* modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada2024-11-281-10/+7
* modpost: rename variables in handle_moddevtable()Masahiro Yamada2024-11-281-11/+11
* modpost: move strstarts() to modpost.hMasahiro Yamada2024-11-283-3/+3
* modpost: convert do_usb_table() to a generic handlerMasahiro Yamada2024-11-281-30/+9
* modpost: convert do_of_table() to a generic handlerMasahiro Yamada2024-11-281-18/+2
* modpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada2024-11-281-21/+9
* modpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada2024-11-281-25/+14
* modpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada2024-11-281-257/+181
* modpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada2024-11-281-59/+59
* modpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada2024-11-281-8/+1
* modpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada2024-11-281-33/+15
* modpost: introduce module_alias_printf() helperMasahiro Yamada2024-11-283-28/+93
* modpost: remove unnecessary check in do_acpi_entry()Masahiro Yamada2024-11-281-1/+1
* modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada2024-11-281-4/+1
* 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
|\ \