summaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2008-10-30kbuild: prevent modpost from looking for a .cmd file for a static library lin...Ashutosh Naik1-1/+11
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+9
2008-10-15modpost: add support for hidJiri Slaby1-0/+18
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-2/+4
2008-10-13Automatic MODULE_ALIAS() for DMI match tables.David Woodhouse1-0/+57
2008-10-11Staging: add TAINT_CRAP flag to drivers/staging modulesGreg Kroah-Hartman1-0/+9
2008-10-07Marker depmod fix core kernel listMathieu Desnoyers1-2/+4
2008-08-21pnp: fix "add acpi:* modalias entries"Kay Sievers1-5/+11
2008-07-30scripts/mod/modpost.c: fix spelling of module and happensBen Dooks1-1/+1
2008-07-24remove the v850 portAdrian Bunk2-2/+2
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-8/+16
2008-07-22markers: fix duplicate modpost entryMathieu Desnoyers1-1/+2
2008-07-22pnp: add acpi:* modalias entriesKay Sievers1-8/+16
2008-07-14[S390] cio: Introduce modalias for css bus.Cornelia Huck1-0/+12
2008-06-12kbuild: ignore powerpc specific symbols in modpostSam Ravnborg1-5/+20
2008-05-11kbuild: disable modpost warnings for linkonce sectionsAndi Kleen1-1/+1
2008-05-04modpost: i2c aliases need no trailing wildcardJean Delvare1-9/+26
2008-04-30i2c: Add support for device alias namesJean Delvare1-0/+13
2008-04-26kbuild: soften MODULE_LICENSE checkSam Ravnborg1-4/+4
2008-04-25kbuild: support loading extra symbols in modpostRichard Hacker1-1/+22
2008-04-25kbuild: error out on missing MODULE_LICENSESam Ravnborg1-0/+4
2008-04-20PNP: add all PNP card device id's as individual aliasesKay Sievers1-13/+44
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg3-1/+9
2008-02-19kbuild: fix reversed symbol name order in modpostGeert Uytterhoeven1-1/+1
2008-02-14Linux Kernel Markers: create modpost fileMathieu Desnoyers2-1/+166
2008-02-09kbuild/modpost: Use warn() for announcing section mismatchesGeert Uytterhoeven1-8/+8
2008-02-09kbuild/modpost: improve warnings if symbol is unknownSam Ravnborg1-7/+14
2008-02-03kbuild: do not warn about __*init/__*exit symbols being exportedSam Ravnborg1-1/+1
2008-02-03kbuild: print only total number of section mismatces foundSam Ravnborg1-8/+7
2008-02-02USB: handle idVendor of 0x0000Greg Kroah-Hartman1-1/+1
2008-01-29kbuild: warn about ld added unique sectionsSam Ravnborg1-2/+40
2008-01-29kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg1-29/+226
2008-01-29remove __attribute_used__Adrian Bunk1-2/+2
2008-01-29kbuild: simplified warning report in modpostSam Ravnborg1-52/+52
2008-01-29kbuild: introduce a few helpers in modpostSam Ravnborg1-35/+38
2008-01-29kbuild: use simpler section mismatch warnings in modpostSam Ravnborg1-40/+16
2008-01-29Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg1-15/+39
2008-01-29kbuild: check section names consistently in modpostSam Ravnborg1-86/+60
2008-01-29kbuild: introduce blacklisting in modpostSam Ravnborg1-177/+128
2008-01-29kbuild: code refactoring in modpostSam Ravnborg1-105/+137
2008-01-29kbuild: try harder to find symbol names in modpostSam Ravnborg2-2/+19
2008-01-29kbuild: fix so modpost can now check any .o fileSam Ravnborg1-1/+2
2008-01-29kbuild: clean up modpost.cSam Ravnborg1-96/+101
2008-01-29kbuild: fix a buffer overflow in modpostAndi Kleen1-1/+2
2008-01-29kbuild: fix format string warnings in modpostAndi Kleen1-3/+4
2008-01-29kbuild: declare the modpost error functions as printf likeAndi Kleen1-3/+5
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell1-0/+18
2007-10-18kbuild: modpost problem when symbols move from one module to anotherTrent Piepho1-0/+3
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds3-9/+41
2007-10-14i2c: Kill struct i2c_device_idJean Delvare1-11/+0