aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-15modpost: fix segfault with short symbol namesMichal Marek1-2/+2
2009-12-15Kbuild: clear marker out of modpostWenji Huang1-164/+0
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins1-0/+9
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith1-2/+2
2009-06-09kbuild: add hint about __refdata to modpostSam Ravnborg1-1/+1
2009-06-09initconst adjustmentsJan Beulich1-10/+38
2009-05-04kbuild, modpost: fix unexpected non-allocatable warning with mipsSam Ravnborg1-1/+11
2009-05-04kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gccSam Ravnborg1-1/+1
2009-05-04kbuild, modpost: fix unexpected non-allocatable section when cross compilingAnders Kaseorg1-12/+23
2009-05-01kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"Anders Kaseorg1-32/+19
2009-05-01kbuild: fix comment in modpost.cSam Ravnborg1-2/+1
2009-05-01kbuild: fix Module.markers permission error under cygwinCedric Hombourger1-0/+1
2009-04-27Remove unused support code for refok sections.Tim Abbott1-18/+0
2009-04-11kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich1-2/+2
2009-03-31module: include other structures in module version checkRusty Russell1-2/+2
2009-02-05modpost: NOBITS sections may point beyond the end of the fileTejun Heo1-1/+4
2008-10-10Staging: add TAINT_CRAP flag to drivers/staging modulesGreg Kroah-Hartman1-0/+9
2008-10-06Marker depmod fix core kernel listMathieu Desnoyers1-2/+4
2008-07-30scripts/mod/modpost.c: fix spelling of module and happensBen Dooks1-1/+1
2008-07-22markers: fix duplicate modpost entryMathieu Desnoyers1-1/+2
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-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-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg1-1/+4
2008-02-19kbuild: fix reversed symbol name order in modpostGeert Uytterhoeven1-1/+1
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers1-1/+163
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-01-28kbuild: warn about ld added unique sectionsSam Ravnborg1-2/+40
2008-01-28kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg1-29/+226
2008-01-28remove __attribute_used__Adrian Bunk1-2/+2
2008-01-28kbuild: simplified warning report in modpostSam Ravnborg1-52/+52
2008-01-28kbuild: introduce a few helpers in modpostSam Ravnborg1-35/+38
2008-01-28kbuild: use simpler section mismatch warnings in modpostSam Ravnborg1-40/+16
2008-01-28Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg1-15/+39
2008-01-28kbuild: check section names consistently in modpostSam Ravnborg1-86/+60
2008-01-28kbuild: introduce blacklisting in modpostSam Ravnborg1-177/+128
2008-01-28kbuild: code refactoring in modpostSam Ravnborg1-105/+137
2008-01-28kbuild: try harder to find symbol names in modpostSam Ravnborg1-2/+17
2008-01-28kbuild: fix so modpost can now check any .o fileSam Ravnborg1-1/+2
2008-01-28kbuild: clean up modpost.cSam Ravnborg1-96/+101
2008-01-28kbuild: fix a buffer overflow in modpostAndi Kleen1-1/+2
2008-01-28kbuild: fix format string warnings in modpostAndi Kleen1-3/+4
2008-01-28kbuild: declare the modpost error functions as printf likeAndi Kleen1-3/+5
2007-10-18kbuild: modpost problem when symbols move from one module to anotherTrent Piepho1-0/+3