Age | Commit message (Expand) | Author | Files | Lines |
2025-01-13 | Merge 6.13-rc7 into usb-next | Greg Kroah-Hartman | 1 | -19/+17 |
2024-12-28 | modpost: work around unaligned data access error | Masahiro Yamada | 1 | -13/+13 |
2024-12-28 | modpost: refactor do_vmbus_entry() | Masahiro Yamada | 1 | -5/+3 |
2024-12-28 | modpost: fix the missed iteration for the max bit in do_input() | Masahiro Yamada | 1 | -1/+1 |
2024-12-24 | usb: typec: Only use SVID for matching altmodes | Abhishek Pandit-Subedi | 1 | -7/+2 |
2024-11-28 | modpost: improve error messages in device_id_check() | Masahiro Yamada | 1 | -37/+18 |
2024-11-28 | modpost: rename alias symbol for MODULE_DEVICE_TABLE() | Masahiro Yamada | 1 | -10/+7 |
2024-11-28 | modpost: rename variables in handle_moddevtable() | Masahiro Yamada | 1 | -11/+11 |
2024-11-28 | modpost: move strstarts() to modpost.h | Masahiro Yamada | 1 | -1/+1 |
2024-11-28 | modpost: convert do_usb_table() to a generic handler | Masahiro Yamada | 1 | -30/+9 |
2024-11-28 | modpost: convert do_of_table() to a generic handler | Masahiro Yamada | 1 | -18/+2 |
2024-11-28 | modpost: convert do_pnp_device_entry() to a generic handler | Masahiro Yamada | 1 | -21/+9 |
2024-11-28 | modpost: convert do_pnp_card_entries() to a generic handler | Masahiro Yamada | 1 | -25/+14 |
2024-11-28 | modpost: call module_alias_printf() from all do_*_entry() functions | Masahiro Yamada | 1 | -257/+181 |
2024-11-28 | modpost: pass (struct module *) to do_*_entry() functions | Masahiro Yamada | 1 | -59/+59 |
2024-11-28 | modpost: remove DEF_FIELD_ADDR_VAR() macro | Masahiro Yamada | 1 | -8/+1 |
2024-11-28 | modpost: deduplicate MODULE_ALIAS() for all drivers | Masahiro Yamada | 1 | -33/+15 |
2024-11-28 | modpost: introduce module_alias_printf() helper | Masahiro Yamada | 1 | -25/+66 |
2024-11-28 | modpost: remove unnecessary check in do_acpi_entry() | Masahiro Yamada | 1 | -1/+1 |
2024-11-28 | modpost: remove incorrect code in do_eisa_entry() | Masahiro Yamada | 1 | -4/+1 |
2024-11-03 | modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host | Masahiro Yamada | 1 | -1/+1 |
2024-11-03 | modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness | Masahiro Yamada | 1 | -5/+5 |
2024-09-03 | slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE() | Masahiro Yamada | 1 | -0/+11 |
2024-02-17 | firmware: coreboot: Generate aliases for coreboot modules | Nícolas F. R. A. Prado | 1 | -0/+10 |
2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -7/+7 |
2023-11-03 | Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+9 |
2023-10-27 | cdx: add sysfs for subsystem, class and revision | Abhijit Gangurde | 1 | -0/+8 |
2023-10-21 | staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE | Umang Jain | 1 | -0/+9 |
2023-10-18 | modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host | Masahiro Yamada | 1 | -2/+2 |
2023-10-18 | modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host | Masahiro Yamada | 1 | -5/+5 |
2023-10-01 | modpost: add missing else to the "of" check | Mauricio Faria de Oliveira | 1 | -1/+1 |
2023-06-16 | vfio/cdx: add support for CDX bus | Nipun Gupta | 1 | -1/+16 |
2023-03-29 | cdx: add the cdx bus driver | Nipun Gupta | 1 | -0/+12 |
2022-11-27 | modpost: Mark uuid_le type to be suitable only for MEI | Andy Shevchenko | 1 | -4/+8 |
2022-11-21 | modpost: Join broken long printed messages | Geert Uytterhoeven | 1 | -11/+7 |
2022-07-27 | modpost: use sym_get_data() to get module device_table data | Masahiro Yamada | 1 | -3/+1 |
2022-06-05 | Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+0 |
2022-05-27 | modpost: reuse ARRAY_SIZE() macro for section_mismatch() | Masahiro Yamada | 1 | -2/+0 |
2022-04-26 | bus: mhi: ep: Add uevent support for module autoloading | Manivannan Sadhasivam | 1 | -0/+10 |
2021-11-09 | HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE() | Thomas Weißschuh | 1 | -0/+24 |
2021-08-26 | PCI / VFIO: Add 'override_only' support for VFIO PCI sub system | Max Gurtovoy | 1 | -2/+15 |
2021-02-24 | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+13 |
2021-01-07 | fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE() | Xu Yilun | 1 | -0/+13 |
2021-01-07 | platform/surface: aggregator: Add dedicated bus and device type | Maximilian Luz | 1 | -0/+23 |
2020-12-04 | Add auxiliary bus support | Dave Ertman | 1 | -0/+8 |
2020-06-30 | soundwire: extend SDW_SLAVE_ENTRY | Pierre-Louis Bossart | 1 | -1/+5 |
2020-06-06 | firmware/dmi: Report DMI Bios & EC firmware release | Erwan Velu | 1 | -0/+2 |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+10 |
2020-03-19 | bus: mhi: core: Add uevent support for module autoloading | Manivannan Sadhasivam | 1 | -0/+10 |
2020-02-28 | i3c: Generate aliases for i3c modules | Boris Brezillon | 1 | -0/+19 |
2019-09-04 | modpost: add guid_t type definition | Heikki Krogerus | 1 | -0/+5 |
2019-03-10 | Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat... | Linus Torvalds | 1 | -1/+27 |
2019-03-07 | platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE() | Mattias Jacobsson | 1 | -0/+22 |
2019-03-07 | platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h | Mattias Jacobsson | 1 | -0/+1 |
2019-03-06 | modpost: file2alias: define size of alias | Mattias Jacobsson | 1 | -1/+4 |
2019-02-01 | tee: add bus driver framework for TEE based devices | Sumit Garg | 1 | -0/+19 |
2018-12-01 | modpost: file2alias: check prototype of handler | Masahiro Yamada | 1 | -4/+3 |
2018-12-01 | modpost: file2alias: go back to simple devtable lookup | Masahiro Yamada | 1 | -95/+49 |
2018-10-29 | modpost: Create macro to avoid variable shadowing | Leonardo Bras | 1 | -4/+15 |
2018-10-19 | modpost: remove leftover symbol prefix handling for module device table | Masahiro Yamada | 1 | -4/+3 |
2018-07-02 | usb: typec: Bus type for alternate modes | Heikki Krogerus | 1 | -0/+13 |
2018-05-14 | rpmsg: Correct support for MODULE_DEVICE_TABLE() | Andrew F. Davis | 1 | -0/+11 |
2017-12-19 | soundwire: Add SoundWire bus type | Vinod Koul | 1 | -0/+15 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
2017-10-22 | Input: do not use property bits when generating module alias | Dmitry Torokhov | 1 | -5/+1 |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2017-10-19 | Input: allow matching device IDs on property bits | Dmitry Torokhov | 1 | -1/+5 |
2017-10-02 | thunderbolt: Add support for XDomain discovery protocol | Mika Westerberg | 1 | -0/+25 |
2016-06-26 | staging: fsl-mc: add support for device table matching | Stuart Yoder | 1 | -0/+12 |
2016-06-08 | of: fix autoloading due to broken modalias with no 'compatible' | Wolfram Sang | 1 | -1/+1 |
2016-05-05 | modpost: fix module autoloading for OF devices with generic compatible property | Philipp Zabel | 1 | -24/+45 |
2016-01-14 | modpost: don't add a trailing wildcard for OF module aliases | Javier Martinez Canillas | 1 | -2/+1 |
2015-12-14 | Drivers: hv: vmbus: Use uuid_le type consistently | K. Y. Srinivasan | 1 | -1/+1 |
2015-11-06 | Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -0/+17 |
2015-10-20 | ALSA: hda - Add hduadio support to DEVTABLE | Subhransu S. Prusty | 1 | -0/+17 |
2015-09-20 | mei: bus: add client protocol version to the device alias | Tomas Winkler | 1 | -1/+3 |
2015-09-20 | mei: make modules.alias UUID information easier to read | Prarit Bhargava | 1 | -3/+5 |
2015-07-07 | ACPI / scan: Add support for ACPI _CLS device matching | Suthikulpanit, Suravee | 1 | -2/+30 |
2015-06-26 | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+13 |
2015-05-31 | mei: fix up uuid matching | Greg Kroah-Hartman | 1 | -2/+5 |
2015-05-24 | mei: bus: report also uuid in module alias | Tomas Winkler | 1 | -2/+16 |
2015-05-13 | usb: add bus type for USB ULPI | Heikki Krogerus | 1 | -0/+13 |
2015-03-31 | MIPS: Add CDMM bus support | James Hogan | 1 | -0/+16 |
2014-06-10 | kbuild: trivial - use tabs for code indent where possible | Masahiro Yamada | 1 | -22/+20 |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+9 |
2014-03-13 | module: allow multiple calls to MODULE_DEVICE_TABLE() per module | Tom Gundersen | 1 | -5/+9 |
2014-02-18 | x86: align x86 arch with generic CPU modalias handling | Ard Biesheuvel | 1 | -5/+5 |
2014-02-18 | cpu: add generic support for CPU feature based module autoloading | Ard Biesheuvel | 1 | -0/+10 |
2014-02-07 | Modpost: fixed USB alias generation for ranges including 0x9 and 0xA | Jan Moskyto Matejka | 1 | -2/+2 |
2013-07-10 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -4/+6 |
2013-07-03 | rapidio: add udev notification | Alexandre Bounine | 1 | -0/+20 |
2013-07-03 | Fix a build warning in scripts/mod/file2alias.c | Daniel Tang | 1 | -4/+6 |
2013-03-29 | mei: bus: Initial MEI Client bus type implementation | Samuel Ortiz | 1 | -0/+12 |
2013-01-24 | mod/file2alias: make modalias generation safe for cross compiling | Andreas Schwab | 1 | -308/+366 |
2012-09-07 | staging/ipack: Fix bug introduced by IPack device matching | Jens Taprogge | 1 | -1/+1 |
2012-09-04 | Staging: ipack: implement ipack device table. | Jens Taprogge | 1 | -0/+15 |
2012-06-13 | USB: allow match on bInterfaceNumber | Bjørn Mork | 1 | -1/+4 |
2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+4 |
2012-05-01 | HID: Allow bus wildcard matching | Henrik Rydberg | 1 | -1/+2 |
2012-05-01 | HID: Add device group to modalias | Henrik Rydberg | 1 | -0/+2 |
2012-04-18 | Fix modpost failures in fedora 17 | David Miller | 1 | -0/+4 |
2012-03-09 | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -5/+32 |
2012-02-27 | mod/file2alias: make modpost compile on darwin again | Andreas Bießmann | 1 | -4/+31 |
2012-02-14 | module: fix broken isapnp handling in file2alias | Ondrej Zary | 1 | -1/+1 |
2012-02-13 | x86/cpu: Clean up modalias feature matching | Ben Hutchings | 1 | -2/+3 |
2012-02-02 | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 1 | -10/+0 |
2012-01-26 | Add driver auto probing for x86 features v4 | Andi Kleen | 1 | -0/+24 |
2012-01-20 | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b... | Russell King | 1 | -10/+0 |
2012-01-14 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 1 | -125/+92 |
2012-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 1 | -0/+13 |
2012-01-13 | modpost: use linker section to generate table. | Rusty Russell | 1 | -45/+61 |
2012-01-13 | modpost: use a table rather than a giant if/else statement. | Rusty Russell | 1 | -119/+73 |
2012-01-09 | ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus. | Jochen Friedrich | 1 | -0/+13 |
2011-11-22 | ARM: amba: Auto-generate AMBA driver module aliases during modpost | Dave Martin | 1 | -0/+72 |
2011-08-25 | Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id | Greg Kroah-Hartman | 1 | -2/+2 |
2011-08-25 | Staging: hv: Add code to parse struct hv_vmbus_device_id table | K. Y. Srinivasan | 1 | -0/+25 |
2011-05-10 | bcma: add Broadcom specific AMBA bus driver | Rafał Miłecki | 1 | -0/+22 |
2010-08-04 | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 1 | -0/+57 |
2010-08-03 | modpost: support objects with more than 64k sections | Denys Vlasenko | 1 | -3/+3 |
2010-05-21 | Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty... | Linus Torvalds | 1 | -0/+17 |
2010-05-19 | MODULE_DEVICE_TABLE(isapnp, ...) does nothing | Ondrej Zary | 1 | -0/+17 |
2010-05-18 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -0/+14 |
2010-05-17 | m68k: amiga - Zorro bus modalias support | Geert Uytterhoeven | 1 | -0/+14 |
2010-04-02 | phylib: Support phy module autoloading | David Woodhouse | 1 | -0/+26 |
2010-01-17 | modpost: fix segfault in sym_is() with prefixed arches | Mike Frysinger | 1 | -1/+1 |
2009-12-11 | USB: handle bcd incrementation in usb modalias generation | Nathaniel McCallum | 1 | -2/+47 |
2009-12-11 | USB: add hex/bcd detection to usb modalias generation | Nathaniel McCallum | 1 | -12/+36 |
2009-09-23 | spi: prefix modalias with "spi:" | Anton Vorontsov | 1 | -2/+2 |
2009-09-23 | spi: add support for device table matching | Anton Vorontsov | 1 | -0/+13 |
2009-06-12 | virtio: enhance id_matching for virtio drivers | Christian Borntraeger | 1 | -1/+1 |
2009-03-24 | platform: introduce module id table for platform devices | Eric Miao | 1 | -0/+12 |
2009-02-17 | HID: fix bus endianity in file2alias | Jiri Slaby | 1 | -0/+1 |
2009-01-20 | PNP: fix broken pnp lowercasing for acpi module aliases | Kay Sievers | 1 | -2/+15 |
2008-10-14 | modpost: add support for hid | Jiri Slaby | 1 | -0/+18 |
2008-10-13 | Automatic MODULE_ALIAS() for DMI match tables. | David Woodhouse | 1 | -0/+57 |
2008-08-21 | pnp: fix "add acpi:* modalias entries" | Kay Sievers | 1 | -5/+11 |
2008-07-24 | remove the v850 port | Adrian Bunk | 1 | -1/+1 |
2008-07-21 | pnp: add acpi:* modalias entries | Kay Sievers | 1 | -8/+16 |
2008-07-14 | [S390] cio: Introduce modalias for css bus. | Cornelia Huck | 1 | -0/+12 |
2008-05-04 | modpost: i2c aliases need no trailing wildcard | Jean Delvare | 1 | -9/+26 |
2008-04-29 | i2c: Add support for device alias names | Jean Delvare | 1 | -0/+13 |
2008-04-19 | PNP: add all PNP card device id's as individual aliases | Kay Sievers | 1 | -13/+44 |
2008-03-23 | kbuild: soften modpost checks when doing cross builds | Sam Ravnborg | 1 | -0/+4 |
2008-02-01 | USB: handle idVendor of 0x0000 | Greg Kroah-Hartman | 1 | -1/+1 |
2007-10-23 | Module autoprobing support for virtio drivers. | Rusty Russell | 1 | -0/+18 |
2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -7/+33 |
2007-10-13 | i2c: Kill struct i2c_device_id | Jean Delvare | 1 | -11/+0 |
2007-10-12 | kbuild: make modpost detect unterminated device id lists | Kees Cook | 1 | -7/+33 |
2007-10-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Linus Torvalds | 1 | -0/+18 |
2007-10-10 | [SSB]: add Sonics Silicon Backplane bus support | Michael Buesch | 1 | -0/+19 |
2007-09-23 | sdio: add modalias support | Pierre Ossman | 1 | -0/+20 |
2007-07-23 | ACPI: autoload modules - Create ACPI alias interface | Thomas Renninger | 1 | -0/+12 |
2007-05-19 | powerpc: Fix the MODALIAS generation in modpost for of devices | Sylvain Munaut | 1 | -3/+8 |
2007-05-02 | kbuild: remove dependency on input.h from file2alias | Sam Ravnborg | 1 | -10/+11 |
2007-02-17 | [PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported header | Kyle McMartin | 1 | -4/+4 |
2007-02-17 | [PARISC] generate modalias for parisc_device_id tables | Kyle McMartin | 1 | -0/+22 |
2006-09-27 | [PATCH] EISA bus MODALIAS attributes support | Michael Tokarev | 1 | -0/+12 |
2006-09-20 | [S390] zcrypt adjunct processor bus. | Martin Schwidefsky | 1 | -0/+12 |
2006-08-15 | [PATCH] PATCH: 1 line 2.6.18 bugfix: modpost-64bit-fix.patch | Hans de Goede | 1 | -1/+1 |
2006-08-01 | kbuild: improve error from file2alias | Sam Ravnborg | 1 | -19/+43 |
2006-04-26 | Input: move input_device_id to mod_devicetable.h | Dmitry Torokhov | 1 | -19/+17 |
2006-03-25 | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -9/+8 |
2006-03-06 | [PATCH] s390: fix match in ccw modalias | Bastian Blank | 1 | -1/+1 |
2006-03-03 | kbuild: kill trailing whitespace in modpost & friends | Sam Ravnborg | 1 | -2/+2 |
2006-02-19 | kbuild: use warn()/fatal() consistent in modpost | Sam Ravnborg | 1 | -7/+6 |
2006-01-08 | modpost/file2alias: Fix typo | Brian Gerst | 1 | -1/+1 |
2006-01-04 | [PATCH] Input: add modalias support | Rusty Russell | 1 | -1/+61 |
2005-10-28 | [PATCH] I2C: add i2c module alias for i2c drivers to use | Greg Kroah-Hartman | 1 | -0/+10 |
2005-09-26 | [PATCH] pcmcia: fix cross-platform issues with pcmcia module aliases | Kars de Jong | 1 | -0/+2 |
2005-08-30 | [PATCH] Make MODULE_DEVICE_TABLE work for vio devices | Stephen Rothwell | 1 | -0/+19 |
2005-07-06 | [PATCH] openfirmware: generate device table for userspace | Jeff Mahoney | 1 | -0/+22 |
2005-06-27 | [PATCH] pcmcia: file2alias | Dominik Brodowski | 1 | -0/+39 |
2005-04-22 | [PATCH] USB: scripts/mod/file2alias.c: handle numeric ranges for USB bcdDevice | Roman Kagan | 1 | -23/+88 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+308 |