aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg1-10/+6
2011-03-17modpost: fix trailing commaRandy Dunlap1-8/+15
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-28modpost: Fix address calculation in reloc_location()Olof Johansson1-1/+1
2010-12-16modpost: Put .zdebug* section on white listH.J. Lu1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+4
2010-08-26scripts/mod/modpost.c: fix commentary accordingly to last changesAndy Shevchenko1-1/+4
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-0/+13
2010-08-12MN10300: Permit .GCC-command-line sectionsDavid Howells1-0/+1
2010-08-11fix "scripts/mod/modpost.c: fix memory leak"Andrew Morton1-2/+3
2010-08-11param: silence .init.text references from param opsRusty Russell1-0/+13
2010-08-09scripts/mod/modpost.c: fix memory leakAlexey Fomenko1-14/+40
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek1-1/+6
2010-08-03modpost: support objects with more than 64k sectionsDenys Vlasenko1-26/+76
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell1-0/+5
2010-06-12kbuild: Fix modpost segfaultKrzysztof Halasa1-1/+1
2010-01-30modpost: don't allow *driver to reference .init.*Uwe Kleine-König1-1/+10
2010-01-30modpost: make symbol white list a per mismatch type variableUwe Kleine-König1-18/+31
2010-01-30modpost: remove now unused NO_MISMATCH constantUwe Kleine-König1-3/+0
2010-01-30modpost: pass around const struct sectioncheck * instead of enum mismatchUwe Kleine-König1-7/+9
2010-01-30modpost: give most mismatch constants a better nameUwe Kleine-König1-28/+28
2010-01-29modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König1-6/+9
2010-01-29modpost: members of *driver structs should not point to __init functionsUwe Kleine-König1-1/+1
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