| Commit message (Expand) | Author | Age | Files | Lines |
* | module: allow multiple calls to MODULE_DEVICE_TABLE() per module | Tom Gundersen | 2014-07-02 | 1 | -5/+9 |
* | Modpost: fixed USB alias generation for ranges including 0x9 and 0xA | Jan Moskyto Matejka | 2014-02-22 | 1 | -2/+2 |
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2013-07-10 | 1 | -4/+6 |
|\ |
|
| * | Fix a build warning in scripts/mod/file2alias.c | Daniel Tang | 2013-07-03 | 1 | -4/+6 |
* | | rapidio: add udev notification | Alexandre Bounine | 2013-07-03 | 1 | -0/+20 |
|/ |
|
* | mei: bus: Initial MEI Client bus type implementation | Samuel Ortiz | 2013-03-29 | 1 | -0/+12 |
* | mod/file2alias: make modalias generation safe for cross compiling | Andreas Schwab | 2013-01-24 | 1 | -308/+366 |
* | staging/ipack: Fix bug introduced by IPack device matching | Jens Taprogge | 2012-09-07 | 1 | -1/+1 |
* | Staging: ipack: implement ipack device table. | Jens Taprogge | 2012-09-04 | 1 | -0/+15 |
* | USB: allow match on bInterfaceNumber | Bjørn Mork | 2012-06-13 | 1 | -1/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -1/+4 |
|\ |
|
| * | HID: Allow bus wildcard matching | Henrik Rydberg | 2012-05-01 | 1 | -1/+2 |
| * | HID: Add device group to modalias | Henrik Rydberg | 2012-05-01 | 1 | -0/+2 |
* | | Fix modpost failures in fedora 17 | David Miller | 2012-04-18 | 1 | -0/+4 |
|/ |
|
* | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 2012-03-09 | 1 | -5/+32 |
|\ |
|
| * | mod/file2alias: make modpost compile on darwin again | Andreas Bießmann | 2012-02-27 | 1 | -4/+31 |
| * | module: fix broken isapnp handling in file2alias | Ondrej Zary | 2012-02-14 | 1 | -1/+1 |
* | | x86/cpu: Clean up modalias feature matching | Ben Hutchings | 2012-02-13 | 1 | -2/+3 |
* | | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 2012-02-02 | 1 | -10/+0 |
|\ \
| |/ |
|
| * | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b... | Russell King | 2012-01-20 | 1 | -10/+0 |
* | | Add driver auto probing for x86 features v4 | Andi Kleen | 2012-01-26 | 1 | -0/+24 |
|/ |
|
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 | 1 | -125/+92 |
|\ |
|
| * | modpost: use linker section to generate table. | Rusty Russell | 2012-01-13 | 1 | -45/+61 |
| * | modpost: use a table rather than a giant if/else statement. | Rusty Russell | 2012-01-13 | 1 | -119/+73 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 2012-01-13 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus. | Jochen Friedrich | 2012-01-09 | 1 | -0/+13 |
* | | ARM: amba: Auto-generate AMBA driver module aliases during modpost | Dave Martin | 2011-11-22 | 1 | -0/+72 |
|/ |
|
* | Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id | Greg Kroah-Hartman | 2011-08-25 | 1 | -2/+2 |
* | Staging: hv: Add code to parse struct hv_vmbus_device_id table | K. Y. Srinivasan | 2011-08-25 | 1 | -0/+25 |
* | bcma: add Broadcom specific AMBA bus driver | Rafał Miłecki | 2011-05-10 | 1 | -0/+22 |
* | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 2010-08-04 | 1 | -0/+57 |
|\ |
|
| * | Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty... | Linus Torvalds | 2010-05-21 | 1 | -0/+17 |
| |\ |
|
| | * | MODULE_DEVICE_TABLE(isapnp, ...) does nothing | Ondrej Zary | 2010-05-19 | 1 | -0/+17 |
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-05-18 | 1 | -0/+14 |
| |\ \
| | |/ |
|
| | * | m68k: amiga - Zorro bus modalias support | Geert Uytterhoeven | 2010-05-17 | 1 | -0/+14 |
| * | | phylib: Support phy module autoloading | David Woodhouse | 2010-04-02 | 1 | -0/+26 |
| |/ |
|
* | | modpost: support objects with more than 64k sections | Denys Vlasenko | 2010-08-03 | 1 | -3/+3 |
|/ |
|
* | modpost: fix segfault in sym_is() with prefixed arches | Mike Frysinger | 2010-01-17 | 1 | -1/+1 |
* | USB: handle bcd incrementation in usb modalias generation | Nathaniel McCallum | 2009-12-11 | 1 | -2/+47 |
* | USB: add hex/bcd detection to usb modalias generation | Nathaniel McCallum | 2009-12-11 | 1 | -12/+36 |
* | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 | 1 | -2/+2 |
* | spi: add support for device table matching | Anton Vorontsov | 2009-09-23 | 1 | -0/+13 |
* | virtio: enhance id_matching for virtio drivers | Christian Borntraeger | 2009-06-12 | 1 | -1/+1 |
* | platform: introduce module id table for platform devices | Eric Miao | 2009-03-24 | 1 | -0/+12 |
* | HID: fix bus endianity in file2alias | Jiri Slaby | 2009-02-17 | 1 | -0/+1 |
* | PNP: fix broken pnp lowercasing for acpi module aliases | Kay Sievers | 2009-01-20 | 1 | -2/+15 |
* | modpost: add support for hid | Jiri Slaby | 2008-10-14 | 1 | -0/+18 |
* | Automatic MODULE_ALIAS() for DMI match tables. | David Woodhouse | 2008-10-13 | 1 | -0/+57 |
* | pnp: fix "add acpi:* modalias entries" | Kay Sievers | 2008-08-21 | 1 | -5/+11 |
* | remove the v850 port | Adrian Bunk | 2008-07-24 | 1 | -1/+1 |