summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
Commit message (Expand)AuthorAgeFilesLines
* modpost: don't allow *driver to reference .init.*Uwe Kleine-König2010-01-301-1/+10
* modpost: make symbol white list a per mismatch type variableUwe Kleine-König2010-01-301-18/+31
* modpost: remove now unused NO_MISMATCH constantUwe Kleine-König2010-01-301-3/+0
* modpost: pass around const struct sectioncheck * instead of enum mismatchUwe Kleine-König2010-01-301-7/+9
* modpost: give most mismatch constants a better nameUwe Kleine-König2010-01-301-28/+28
* modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König2010-01-291-6/+9
* modpost: members of *driver structs should not point to __init functionsUwe Kleine-König2010-01-291-1/+1
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-1/+1
|\
* | modpost: fix segfault with short symbol namesMichal Marek2009-12-151-2/+2
* | Kbuild: clear marker out of modpostWenji Huang2009-12-151-164/+0
* | module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins2009-12-151-0/+9
|/
* Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith2009-09-231-2/+2
* kbuild: add hint about __refdata to modpostSam Ravnborg2009-06-091-1/+1
* initconst adjustmentsJan Beulich2009-06-091-10/+38
* kbuild, modpost: fix unexpected non-allocatable warning with mipsSam Ravnborg2009-05-041-1/+11
* kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gccSam Ravnborg2009-05-041-1/+1
* kbuild, modpost: fix unexpected non-allocatable section when cross compilingAnders Kaseorg2009-05-041-12/+23
* kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"Anders Kaseorg2009-05-011-32/+19
* kbuild: fix comment in modpost.cSam Ravnborg2009-05-011-2/+1
* kbuild: fix Module.markers permission error under cygwinCedric Hombourger2009-05-011-0/+1
* Remove unused support code for refok sections.Tim Abbott2009-04-271-18/+0
* kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich2009-04-111-2/+2
* module: include other structures in module version checkRusty Russell2009-03-311-2/+2
* modpost: NOBITS sections may point beyond the end of the fileTejun Heo2009-02-051-1/+4
* Staging: add TAINT_CRAP flag to drivers/staging modulesGreg Kroah-Hartman2008-10-101-0/+9
* Marker depmod fix core kernel listMathieu Desnoyers2008-10-061-2/+4
* scripts/mod/modpost.c: fix spelling of module and happensBen Dooks2008-07-301-1/+1
* markers: fix duplicate modpost entryMathieu Desnoyers2008-07-221-1/+2
* kbuild: ignore powerpc specific symbols in modpostSam Ravnborg2008-06-121-5/+20
* kbuild: disable modpost warnings for linkonce sectionsAndi Kleen2008-05-111-1/+1
* kbuild: soften MODULE_LICENSE checkSam Ravnborg2008-04-261-4/+4
* kbuild: support loading extra symbols in modpostRichard Hacker2008-04-251-1/+22
* kbuild: error out on missing MODULE_LICENSESam Ravnborg2008-04-251-0/+4
* kbuild: soften modpost checks when doing cross buildsSam Ravnborg2008-03-231-1/+4
* kbuild: fix reversed symbol name order in modpostGeert Uytterhoeven2008-02-191-1/+1
* Linux Kernel Markers: create modpost fileMathieu Desnoyers2008-02-131-1/+163
* kbuild/modpost: Use warn() for announcing section mismatchesGeert Uytterhoeven2008-02-091-8/+8
* kbuild/modpost: improve warnings if symbol is unknownSam Ravnborg2008-02-091-7/+14
* kbuild: do not warn about __*init/__*exit symbols being exportedSam Ravnborg2008-02-031-1/+1
* kbuild: print only total number of section mismatces foundSam Ravnborg2008-02-031-8/+7
* kbuild: warn about ld added unique sectionsSam Ravnborg2008-01-281-2/+40
* kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg2008-01-281-29/+226
* remove __attribute_used__Adrian Bunk2008-01-281-2/+2
* kbuild: simplified warning report in modpostSam Ravnborg2008-01-281-52/+52
* kbuild: introduce a few helpers in modpostSam Ravnborg2008-01-281-35/+38
* kbuild: use simpler section mismatch warnings in modpostSam Ravnborg2008-01-281-40/+16
* Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg2008-01-281-15/+39
* kbuild: check section names consistently in modpostSam Ravnborg2008-01-281-86/+60
* kbuild: introduce blacklisting in modpostSam Ravnborg2008-01-281-177/+128
* kbuild: code refactoring in modpostSam Ravnborg2008-01-281-105/+137
OpenPOWER on IntegriCloud