Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / scripts / mod / modpost.c
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...
2007-06-11 Sam Ravnborgkbuild: fix sh64 section mismatch problems
2007-05-22 Linus TorvaldsRevert "kbuild: make better section mismatch reports...
2007-05-19 Sam Ravnborgmm: fix section mismatch warnings
2007-05-19 Sam Ravnborginit/main: use __init_refok to fix section mismatch
2007-05-19 Sam Ravnborgkbuild: introduce __init_refok/__initdata_refok to...
2007-05-19 Li Yangkbuild: add "Section mismatch" warning whitelist for...
2007-05-19 Atsushi Nemotokbuild: make better section mismatch reports on i386...
2007-05-19 Russell Kingkbuild: make modpost section warnings clearer
2007-05-09 Roman ZippelAllow arch to initialize arch field of the module structure
2007-05-08 Yasunori GotoAdd white list into modpost.c for memory hotplug code...
2007-05-06 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2007-05-02 Sam Ravnborgkbuild: ignore section mismatch warning for references...
2007-05-02 Sam Ravnborgkbuild: remove stale comment in modpost.c
2007-05-02 Matthew Wilcoxkbuild: distinguish between errors and warnings in...
2007-05-02 Sam Ravnborgkbuild: whitelist logo references from .text to .init...
2007-05-02 Sam Ravnborgkbuild: fix segmentation fault in modpost
2007-05-02 Sam Ravnborgkbuild: fix warnings from .pci_fixup section
2007-05-02 Sam Ravnborgkbuild: whitelist section mismatch in init/main.c
2007-05-02 Sam Ravnborgkbuild: fix section mismatch check for vmlinux
2007-05-02 Vivek Goyal[PATCH] i386: modpost apic related warning fixes
2007-02-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/kyle/parisc-2.6
next