summaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.c
AgeCommit message (Expand)Author
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-08-12MN10300: Permit .GCC-command-line sectionsDavid Howells
2010-08-11fix "scripts/mod/modpost.c: fix memory leak"Andrew Morton
2010-08-11param: silence .init.text references from param opsRusty Russell
2010-08-09scripts/mod/modpost.c: fix memory leakAlexey Fomenko
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek
2010-08-03modpost: support objects with more than 64k sectionsDenys Vlasenko
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell
2010-06-12kbuild: Fix modpost segfaultKrzysztof Halasa
2010-01-30modpost: don't allow *driver to reference .init.*Uwe Kleine-König
2010-01-30modpost: make symbol white list a per mismatch type variableUwe Kleine-König
2010-01-30modpost: remove now unused NO_MISMATCH constantUwe Kleine-König
2010-01-30modpost: pass around const struct sectioncheck * instead of enum mismatchUwe Kleine-König
2010-01-30modpost: give most mismatch constants a better nameUwe Kleine-König
2010-01-29modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König
2010-01-29modpost: members of *driver structs should not point to __init functionsUwe Kleine-König
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds
2009-12-15modpost: fix segfault with short symbol namesMichal Marek
2009-12-15Kbuild: clear marker out of modpostWenji Huang
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith
2009-06-09kbuild: add hint about __refdata to modpostSam Ravnborg
2009-06-09initconst adjustmentsJan Beulich
2009-05-04kbuild, modpost: fix unexpected non-allocatable warning with mipsSam Ravnborg
2009-05-04kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gccSam Ravnborg
2009-05-04kbuild, modpost: fix unexpected non-allocatable section when cross compilingAnders Kaseorg
2009-05-01kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"Anders Kaseorg
2009-05-01kbuild: fix comment in modpost.cSam Ravnborg
2009-05-01kbuild: fix Module.markers permission error under cygwinCedric Hombourger
2009-04-27Remove unused support code for refok sections.Tim Abbott
2009-04-11kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich
2009-03-31module: include other structures in module version checkRusty Russell
2009-02-05modpost: NOBITS sections may point beyond the end of the fileTejun Heo
2008-10-10Staging: add TAINT_CRAP flag to drivers/staging modulesGreg Kroah-Hartman
2008-10-06Marker depmod fix core kernel listMathieu Desnoyers
2008-07-30scripts/mod/modpost.c: fix spelling of module and happensBen Dooks
2008-07-22markers: fix duplicate modpost entryMathieu Desnoyers
2008-06-12kbuild: ignore powerpc specific symbols in modpostSam Ravnborg
2008-05-11kbuild: disable modpost warnings for linkonce sectionsAndi Kleen
2008-04-26kbuild: soften MODULE_LICENSE checkSam Ravnborg
2008-04-25kbuild: support loading extra symbols in modpostRichard Hacker
2008-04-25kbuild: error out on missing MODULE_LICENSESam Ravnborg
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg
2008-02-19kbuild: fix reversed symbol name order in modpostGeert Uytterhoeven
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers
2008-02-09kbuild/modpost: Use warn() for announcing section mismatchesGeert Uytterhoeven
2008-02-09kbuild/modpost: improve warnings if symbol is unknownSam Ravnborg
2008-02-03kbuild: do not warn about __*init/__*exit symbols being exportedSam Ravnborg
2008-02-03kbuild: print only total number of section mismatces foundSam Ravnborg
2008-01-28kbuild: warn about ld added unique sectionsSam Ravnborg