aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-08kbuild: Fix bug in crc symbol generating of kernel and modulesLuke Yang1-2/+2
2006-03-05kbuild: when warning symbols exported twice now tell user this is the problemSam Ravnborg1-1/+1
2006-03-05kbuild: in the section mismatch check try harder to find symbolsSam Ravnborg1-1/+16
2006-03-05kbuild: fix section mismatch check for unwind on IA64Sam Ravnborg1-2/+2
2006-03-05kbuild: kill false positives from section mismatch warnings for powerpcSam Ravnborg1-2/+7
2006-03-03kbuild: kill trailing whitespace in modpost & friendsSam Ravnborg4-43/+43
2006-02-26kbuild: whitelist false section mismatch warningsSam Ravnborg1-0/+89
2006-02-26kbuild: Add copyright to modpost.cSam Ravnborg1-1/+1
2006-02-22kbuild: do not warn when unwind sections references .init/.exit sectionsSam Ravnborg1-1/+17
2006-02-22kbuild: fix modpost compile with older gccakpm@osdl.org1-3/+3
2006-02-19kbuild: include symbol names in section mismatch warningsSam Ravnborg1-17/+47
2006-02-19kbuild: fix segfault in modpostSam Ravnborg1-1/+1
2006-02-19kbuild: do not segfault in modpost if MODVERDIR is not definedSam Ravnborg1-3/+6
2006-02-19kbuild: check for section mismatch during modpost stageSam Ravnborg2-0/+268
2006-02-19kbuild: warn about duplicate exported symbolsSam Ravnborg1-3/+13
2006-02-19kbuild: improved modversioning support for external modulesSam Ravnborg1-50/+73
2006-02-19kbuild: apply CodingStyle to modpost.cSam Ravnborg1-70/+54
2006-02-19kbuild: use warn()/fatal() consistent in modpostSam Ravnborg4-32/+27
2006-01-08modpost/file2alias: Fix typoBrian Gerst1-1/+1
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+61
2006-01-04[PATCH] Input: add modalias supportRusty Russell1-1/+61
2005-12-26kbuild: set correct KBUILD_MODNAME when using well known kernel symbols as module namesUstyugov Roman1-2/+1
2005-12-25kbuild: Fix crc-error warning on modulesLuke Yang1-2/+2
2005-10-28[PATCH] I2C: add i2c module alias for i2c drivers to useGreg Kroah-Hartman1-0/+10
2005-10-18Add some basic .gitignore filesLinus Torvalds1-0/+4
2005-09-26[PATCH] pcmcia: fix cross-platform issues with pcmcia module aliasesKars de Jong1-0/+2
2005-09-11[SPARC]: Fix dot-symbol exporting for good.Al Viro1-0/+6
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-4/+4
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-0/+19
2005-08-19[SPARC]: Deal with glibc changing macro names in modpost.cBen Colline1-2/+7
2005-07-27[PATCH] kbuild: signed char fixes for scriptsJ.A. Magallon1-4/+4
2005-07-13[PATCH] kbuild: modpost needs to cope with new glibc elf header on sparcFabio Massimo Di Nitto1-2/+7
2005-07-06[PATCH] openfirmware: generate device table for userspaceJeff Mahoney1-0/+22
2005-06-27[PATCH] pcmcia: file2aliasDominik Brodowski1-0/+39
2005-04-22[PATCH] USB: scripts/mod/file2alias.c: handle numeric ranges for USB bcdDeviceRoman Kagan1-23/+88
2005-04-16Linux-2.6.12-rc2Linus Torvalds7-0/+1792