modpost: Fix modpost license checking of vmlinux.o
[linux-flexiantxendom0.git] / scripts / mod / modpost.c
2012-04-30 Frank Rowandmodpost: Fix modpost license checking of vmlinux.o
2012-04-30 Jan Beulichmodpost: fix ALL_INIT_DATA_SECTIONS
2011-11-06 Ben Hutchingsmodule,bug: Add TAINT_OOT_MODULE flag for modules not...
2011-07-24 Alessio Igor Boganimodpost: Fix modpost's license checking V3
2011-05-19 Anders Kaseorgmodpost: Update 64k section support for binutils 2...
2011-03-17 Randy Dunlapmodpost: fix trailing comma
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-12-27 Olof Johanssonmodpost: Fix address calculation in reloc_location()
2010-12-16 H.J. Lumodpost: Put .zdebug* section on white list
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-28 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2010-08-26 Andy Shevchenkoscripts/mod/modpost.c: fix commentary accordingly to...
2010-08-12 Linus TorvaldsMerge branch 'params' of git://git./linux/kernel/git...
2010-08-12 David HowellsMN10300: Permit .GCC-command-line sections
2010-08-11 Andrew Mortonfix "scripts/mod/modpost.c: fix memory leak"
2010-08-11 Rusty Russellparam: silence .init.text references from param ops
2010-08-10 Alexey Fomenkoscripts/mod/modpost.c: fix memory leak
2010-08-04 Michal MarekMerge commit 'v2.6.35' into kbuild/kbuild
2010-08-03 Denys Vlasenkomodpost: support objects with more than 64k sections
2010-07-08 Stephen Rothwellpowerpc: Fix module building for gcc 4.5 and 64 bit
2010-06-11 Krzysztof Halasakbuild: Fix modpost segfault
2010-01-30 Uwe Kleine-Königmodpost: don't allow *driver to reference .init.*
2010-01-30 Uwe Kleine-Königmodpost: make symbol white list a per mismatch type...
2010-01-30 Uwe Kleine-Königmodpost: remove now unused NO_MISMATCH constant
2010-01-30 Uwe Kleine-Königmodpost: pass around const struct sectioncheck * instea...
2010-01-30 Uwe Kleine-Königmodpost: give most mismatch constants a better name
2010-01-29 Uwe Kleine-Königmodpost: define ALL_XXX{IN,EX}IT_SECTIONS
2010-01-29 Uwe Kleine-Königmodpost: members of *driver structs should not point...
2009-12-17 Linus TorvaldsMerge branch 'for-33' of git://repo.or.cz/linux-kbuild
2009-12-15 Michal Marekmodpost: fix segfault with short symbol names
2009-12-15 Wenji HuangKbuild: clear marker out of modpost
2009-12-15 Alan Jenkinsmodule: make MODULE_SYMBOL_PREFIX into a CONFIG option
2009-09-23 Trevor KeithFix all -Wmissing-prototypes warnings in x86 defconfig
2009-06-09 Sam Ravnborgkbuild: add hint about __refdata to modpost
2009-06-09 Jan Beulichinitconst adjustments
2009-05-04 Sam Ravnborgkbuild, modpost: fix unexpected non-allocatable warning...
2009-05-04 Sam Ravnborgkbuild, modpost: fix "unexpected non-allocatable" warni...
2009-05-04 Anders Kaseorgkbuild, modpost: fix unexpected non-allocatable section...
2009-05-01 Anders Kaseorgkbuild, modpost: Check the section flags, to catch...
2009-05-01 Sam Ravnborgkbuild: fix comment in modpost.c
2009-05-01 Cedric Hombourgerkbuild: fix Module.markers permission error under cygwin
2009-04-28 Tim AbbottRemove unused support code for refok sections.
2009-04-11 Jan Beulichkbuild: remove pointless strdup() on arguments passed...
2009-03-31 Rusty Russellmodule: include other structures in module version...
2009-02-05 Tejun Heomodpost: NOBITS sections may point beyond the end of...
2008-10-10 Greg Kroah-HartmanStaging: add TAINT_CRAP flag to drivers/staging modules
2008-10-06 Mathieu DesnoyersMarker depmod fix core kernel list
2008-07-30 Ben Dooksscripts/mod/modpost.c: fix spelling of module and happens
2008-07-22 Mathieu Desnoyersmarkers: fix duplicate modpost entry
2008-06-12 Sam Ravnborgkbuild: ignore powerpc specific symbols in modpost
2008-05-11 Andi Kleenkbuild: disable modpost warnings for linkonce sections
2008-04-26 Sam Ravnborgkbuild: soften MODULE_LICENSE check
2008-04-25 Richard Hackerkbuild: support loading extra symbols in modpost
2008-04-25 Sam Ravnborgkbuild: error out on missing MODULE_LICENSE
2008-03-23 Sam Ravnborgkbuild: soften modpost checks when doing cross builds
2008-02-19 Geert Uytterhoevenkbuild: fix reversed symbol name order in modpost
2008-02-14 Mathieu DesnoyersLinux Kernel Markers: create modpost file
2008-02-09 Geert Uytterhoevenkbuild/modpost: Use warn() for announcing section misma...
2008-02-09 Sam Ravnborgkbuild/modpost: improve warnings if symbol is unknown
2008-02-03 Sam Ravnborgkbuild: do not warn about __*init/__*exit symbols being...
2008-02-03 Sam Ravnborgkbuild: print only total number of section mismatces...
2008-01-28 Sam Ravnborgkbuild: warn about ld added unique sections
2008-01-28 Sam Ravnborgkbuild: add verbose option to Section mismatch reportin...
2008-01-28 Adrian Bunkremove __attribute_used__
2008-01-28 Sam Ravnborgkbuild: simplified warning report in modpost
2008-01-28 Sam Ravnborgkbuild: introduce a few helpers in modpost
2008-01-28 Sam Ravnborgkbuild: use simpler section mismatch warnings in modpost
2008-01-28 Sam RavnborgUse separate sections for __dev/__cpu/__mem code/data
2008-01-28 Sam Ravnborgkbuild: check section names consistently in modpost
2008-01-28 Sam Ravnborgkbuild: introduce blacklisting in modpost
2008-01-28 Sam Ravnborgkbuild: code refactoring in modpost
2008-01-28 Sam Ravnborgkbuild: try harder to find symbol names in modpost
2008-01-28 Sam Ravnborgkbuild: fix so modpost can now check any .o file
2008-01-28 Sam Ravnborgkbuild: clean up modpost.c
2008-01-28 Andi Kleenkbuild: fix a buffer overflow in modpost
2008-01-28 Andi Kleenkbuild: fix format string warnings in modpost
2008-01-28 Andi Kleenkbuild: declare the modpost error functions as printf...
2007-10-18 Trent Piephokbuild: modpost problem when symbols move from one...
2007-10-12 Petr Stetiarkbuild: fix segfault in modpost
2007-10-10 Pavel Emelyanov[NETNS]: Move some code into __init section when CONFIG...
2007-07-31 Ralf Baechlekbuild: whitelist references from __dbe_table to .init
2007-07-25 Sam Ravnborgkbuild: fix modpost warnings for xtensa
2007-07-25 Sam Ravnborgkbuild: be more foregiving on init section naming
2007-07-25 Sam Ravnborgkbuild: rearrange a few function in modpost
2007-07-25 Sam Ravnborgkbuild: do not do section mismatch checks on vmlinux...
2007-07-20 Al Virom68k: teach modpost about .m68_fixup
2007-07-17 Ralf BaechleWhitelist references from __dbe_table to .init
2007-07-17 Jan Beulichmodpost white list pattern adjustment
2007-07-17 Sam Ravnborgkbuild: do section mismatch check on full vmlinux
2007-07-16 Sam Ravnborgkbuild: whitelist references from variables named _time...
2007-07-16 Sam Ravnborgkbuild: remove hardcoded _logo names from modpost
2007-07-16 Sam Ravnborgkbuild: remove hardcoded apic_es7000 from modpost
2007-07-16 Sam Ravnborgkbuild: warn about references from .init.text to .exit...
2007-07-16 Sam Ravnborgkbuild: consolidate section checks
2007-07-16 Sam Ravnborgkbuild: refactor code in modpost to improve maintainability
2007-07-16 Sam Ravnborgkbuild: ignore section mismatch warnings originating...
2007-07-16 Jeremy Fitzhardingekbuild: .paravirtprobe section is obsolete, so modpost...
2007-07-16 Stephen Rothwellkbuild: suppress modpost warnings for references from...
2007-07-16 Sam Ravnborgkbuild: make better section mismatch reports on arm
2007-07-16 Atsushi Nemotokbuild: make better section mismatch reports on i386...
next