Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ff4e65581eb5349b7cefeda4083abe6eba44378a
/
scripts
/
mod
/
file2alias.c
bb66fc6
kbuild: trivial - use tabs for code indent where possible
by Masahiro Yamada
· 10 years ago
6f4c98e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
21bdd17
module: allow multiple calls to MODULE_DEVICE_TABLE() per module
by Tom Gundersen
· 11 years ago
2b9c1f0
x86: align x86 arch with generic CPU modalias handling
by Ard Biesheuvel
· 11 years ago
67bad2f
cpu: add generic support for CPU feature based module autoloading
by Ard Biesheuvel
· 11 years ago
03b5632
Modpost: fixed USB alias generation for ranges including 0x9 and 0xA
by Jan Moskyto Matejka
· 11 years ago
cb63fc2
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
3bdbb62
rapidio: add udev notification
by Alexandre Bounine
· 11 years ago
04130cc
Fix a build warning in scripts/mod/file2alias.c
by Daniel Tang
· 11 years ago
e535410
mei: bus: Initial MEI Client bus type implementation
by Samuel Ortiz
· 12 years ago
6543bec
mod/file2alias: make modalias generation safe for cross compiling
by Andreas Schwab
· 12 years ago
5948ae2
staging/ipack: Fix bug introduced by IPack device matching
by Jens Taprogge
· 12 years ago
849e0ad
Staging: ipack: implement ipack device table.
by Jens Taprogge
· 12 years ago
81df2d5
USB: allow match on bInterfaceNumber
by Bjørn Mork
· 12 years ago
3c2c4b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 12 years ago
7431fb7
HID: Allow bus wildcard matching
by Henrik Rydberg
· 13 years ago
4d53b80
HID: Add device group to modalias
by Henrik Rydberg
· 13 years ago
e88aa7b
Fix modpost failures in fedora 17
by David Miller
· 13 years ago
263a5c8
Merge 3.3-rc6 into driver-core-next
by Greg Kroah-Hartman
· 13 years ago
dd2a3ac
mod/file2alias: make modpost compile on darwin again
by Andreas Bießmann
· 13 years ago
0d86f65
module: fix broken isapnp handling in file2alias
by Ondrej Zary
· 13 years ago
5467bdd
x86/cpu: Clean up modalias feature matching
by Ben Hutchings
· 13 years ago
bd1d462
Merge 3.3-rc2 into the driver-core-next branch.
by Greg Kroah-Hartman
· 13 years ago
644e9cb
Add driver auto probing for x86 features v4
by Andi Kleen
· 13 years ago
65f2e75
Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus."
by Russell King
· 13 years ago
0a80939
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
by Linus Torvalds
· 13 years ago
21ebd6c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
e49ce14
modpost: use linker section to generate table.
by Rusty Russell
· 13 years ago
626596e
modpost: use a table rather than a giant if/else statement.
by Rusty Russell
· 13 years ago
5dd7bf5
ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.
by Jochen Friedrich
· 13 years ago
523817b
ARM: amba: Auto-generate AMBA driver module aliases during modpost
by Dave Martin
· 13 years ago
ebf16e3
Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id
by Greg Kroah-Hartman
· 13 years ago
d2ee52a
Staging: hv: Add code to parse struct hv_vmbus_device_id table
by K. Y. Srinivasan
· 13 years ago
8369ae3
bcma: add Broadcom specific AMBA bus driver
by Rafał Miłecki
· 14 years ago
772320e
Merge commit 'v2.6.35' into kbuild/kbuild
by Michal Marek
· 14 years ago
1ce53ad
modpost: support objects with more than 64k sections
by Denys Vlasenko
· 14 years ago
a825109
Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 14 years ago
fedb3d2
MODULE_DEVICE_TABLE(isapnp, ...) does nothing
by Ondrej Zary
· 15 years ago
2ec8c6b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 14 years ago
bf54a2b
m68k: amiga - Zorro bus modalias support
by Geert Uytterhoeven
· 16 years ago
8626d3b
phylib: Support phy module autoloading
by David Woodhouse
· 15 years ago
3a5dd79
modpost: fix segfault in sym_is() with prefixed arches
by Mike Frysinger
· 15 years ago
55f49f2
USB: handle bcd incrementation in usb modalias generation
by Nathaniel McCallum
· 15 years ago
afe2dab
USB: add hex/bcd detection to usb modalias generation
by Nathaniel McCallum
· 15 years ago
e0626e3
spi: prefix modalias with "spi:"
by Anton Vorontsov
· 15 years ago
75368bf
spi: add support for device table matching
by Anton Vorontsov
· 15 years ago
e335385
virtio: enhance id_matching for virtio drivers
by Christian Borntraeger
· 15 years ago
57fee4a
platform: introduce module id table for platform devices
by Eric Miao
· 16 years ago
2b63938
HID: fix bus endianity in file2alias
by Jiri Slaby
· 16 years ago
72638f5
PNP: fix broken pnp lowercasing for acpi module aliases
by Kay Sievers
· 16 years ago
e8c84f9
modpost: add support for hid
by Jiri Slaby
· 16 years ago
d945b69
Automatic MODULE_ALIAS() for DMI match tables.
by David Woodhouse
· 16 years ago
5e4c656
pnp: fix "add acpi:* modalias entries"
by Kay Sievers
· 16 years ago
f606ddf
remove the v850 port
by Adrian Bunk
· 16 years ago
22454cb
pnp: add acpi:* modalias entries
by Kay Sievers
· 16 years ago
7e9db9e
[S390] cio: Introduce modalias for css bus.
by Cornelia Huck
· 16 years ago
ac55182
modpost: i2c aliases need no trailing wildcard
by Jean Delvare
· 17 years ago
d2653e9
i2c: Add support for device alias names
by Jean Delvare
· 17 years ago
0c81eed
PNP: add all PNP card device id's as individual aliases
by Kay Sievers
· 17 years ago
4ce6efe
kbuild: soften modpost checks when doing cross builds
by Sam Ravnborg
· 17 years ago
de6f92b
USB: handle idVendor of 0x0000
by Greg Kroah-Hartman
· 17 years ago
b01d9f2
Module autoprobing support for virtio drivers.
by Rusty Russell
· 17 years ago
821f3ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 17 years ago
cee37ae
i2c: Kill struct i2c_device_id
by Jean Delvare
· 17 years ago
e004982
kbuild: make modpost detect unterminated device id lists
by Kees Cook
· 17 years ago
038a500
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
61e115a
[SSB]: add Sonics Silicon Backplane bus support
by Michael Buesch
· 17 years ago
d59b66c
sdio: add modalias support
by Pierre Ossman
· 17 years ago
29b71a1
ACPI: autoload modules - Create ACPI alias interface
by Thomas Renninger
· 17 years ago
d1ab423
powerpc: Fix the MODALIAS generation in modpost for of devices
by Sylvain Munaut
· 18 years ago
dc24f0e
kbuild: remove dependency on input.h from file2alias
by Sam Ravnborg
· 18 years ago
f354ef8
[PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported header
by Kyle McMartin
· 18 years ago
f3cf267
[PARISC] generate modalias for parisc_device_id tables
by Kyle McMartin
· 18 years ago
07563c7
[PATCH] EISA bus MODALIAS attributes support
by Michael Tokarev
· 18 years ago
1534c38
[S390] zcrypt adjunct processor bus.
by Martin Schwidefsky
· 18 years ago
e0e9263
[PATCH] PATCH: 1 line 2.6.18 bugfix: modpost-64bit-fix.patch
by Hans de Goede
· 18 years ago
fb33d81
kbuild: improve error from file2alias
by Sam Ravnborg
· 18 years ago
ddc5d34
Input: move input_device_id to mod_devicetable.h
by Dmitry Torokhov
· 19 years ago
2e1ca21
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 19 years ago
de1d9c0
[PATCH] s390: fix match in ccw modalias
by Bastian Blank
· 19 years ago
62070fa
kbuild: kill trailing whitespace in modpost & friends
by Sam Ravnborg
· 19 years ago
cb80514
kbuild: use warn()/fatal() consistent in modpost
by Sam Ravnborg
· 19 years ago
cc6fa43
modpost/file2alias: Fix typo
by Brian Gerst
· 19 years ago
1d8f430
[PATCH] Input: add modalias support
by Rusty Russell
· 19 years ago
a9d1b24
[PATCH] I2C: add i2c module alias for i2c drivers to use
by Greg Kroah-Hartman
· 19 years ago
4fb7edc
[PATCH] pcmcia: fix cross-platform issues with pcmcia module aliases
by Kars de Jong
· 19 years ago
fb120da
[PATCH] Make MODULE_DEVICE_TABLE work for vio devices
by Stephen Rothwell
· 19 years ago
5e65577
[PATCH] openfirmware: generate device table for userspace
by Jeff Mahoney
· 19 years ago
90829cf
[PATCH] pcmcia: file2alias
by Dominik Brodowski
· 19 years ago
b19dcd9
[PATCH] USB: scripts/mod/file2alias.c: handle numeric ranges for USB bcdDevice
by Roman Kagan
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago