summaryrefslogtreecommitdiff
path: root/scripts/mod/file2alias.c
AgeCommit message (Expand)Author
2024-11-28modpost: improve error messages in device_id_check()Masahiro Yamada
2024-11-28modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada
2024-11-28modpost: rename variables in handle_moddevtable()Masahiro Yamada
2024-11-28modpost: move strstarts() to modpost.hMasahiro Yamada
2024-11-28modpost: convert do_usb_table() to a generic handlerMasahiro Yamada
2024-11-28modpost: convert do_of_table() to a generic handlerMasahiro Yamada
2024-11-28modpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada
2024-11-28modpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada
2024-11-28modpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada
2024-11-28modpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada
2024-11-28modpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada
2024-11-28modpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada
2024-11-28modpost: introduce module_alias_printf() helperMasahiro Yamada
2024-11-28modpost: remove unnecessary check in do_acpi_entry()Masahiro Yamada
2024-11-28modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada
2024-09-03slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()Masahiro Yamada
2024-02-17firmware: coreboot: Generate aliases for coreboot modulesNícolas F. R. A. Prado
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain
2023-10-18modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-18modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira
2023-06-16vfio/cdx: add support for CDX busNipun Gupta
2023-03-29cdx: add the cdx bus driverNipun Gupta
2022-11-27modpost: Mark uuid_le type to be suitable only for MEIAndy Shevchenko
2022-11-21modpost: Join broken long printed messagesGeert Uytterhoeven
2022-07-27modpost: use sym_get_data() to get module device_table dataMasahiro Yamada
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam
2021-11-09HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-04Add auxiliary bus supportDave Ertman
2020-06-30soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam
2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon
2019-09-04modpost: add guid_t type definitionHeikki Krogerus
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2019-03-07platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()Mattias Jacobsson
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson
2019-03-06modpost: file2alias: define size of aliasMattias Jacobsson