aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16kbuild: suppress modpost warnings for references from the .toc section as used by powerpcStephen Rothwell1-1/+4
2007-07-16kbuild: make better section mismatch reports on armSam Ravnborg1-0/+24
2007-07-16kbuild: make better section mismatch reports on i386 and mipsAtsushi Nemoto1-0/+73
2007-06-11kbuild: fix sh64 section mismatch problemsSam Ravnborg1-0/+2
2007-05-21Revert "kbuild: make better section mismatch reports on i386, arm and mips"Linus Torvalds1-79/+0
2007-05-19mm: fix section mismatch warningsSam Ravnborg1-19/+0
2007-05-19init/main: use __init_refok to fix section mismatchSam Ravnborg1-14/+0
2007-05-19kbuild: introduce __init_refok/__initdata_refok to supress section mismatch warningsSam Ravnborg1-0/+11
2007-05-19kbuild: add "Section mismatch" warning whitelist for powerpcLi Yang1-4/+11
2007-05-19kbuild: make better section mismatch reports on i386, arm and mipsAtsushi Nemoto1-0/+79
2007-05-19kbuild: make modpost section warnings clearerRussell King1-17/+16
2007-05-09Allow arch to initialize arch field of the module structureRoman Zippel1-0/+1
2007-05-08Add white list into modpost.c for memory hotplug code and ia64's machvec sectionYasunori Goto1-0/+27
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-33/+108
2007-05-02kbuild: ignore section mismatch warning for references from .paravirtprobe to .init.textSam Ravnborg1-0/+13
2007-05-02kbuild: remove stale comment in modpost.cSam Ravnborg1-1/+0
2007-05-02kbuild: distinguish between errors and warnings in modpostMatthew Wilcox1-3/+19
2007-05-02kbuild: whitelist logo references from .text to .init.dataSam Ravnborg1-0/+15
2007-05-02kbuild: fix segmentation fault in modpostSam Ravnborg1-2/+6
2007-05-02kbuild: fix warnings from .pci_fixup sectionSam Ravnborg1-19/+25
2007-05-02kbuild: whitelist section mismatch in init/main.cSam Ravnborg1-1/+14
2007-05-02kbuild: fix section mismatch check for vmlinuxSam Ravnborg1-12/+21
2007-05-02[PATCH] i386: modpost apic related warning fixesVivek Goyal1-0/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-1/+2
2007-02-20[PATCH] remove modpost false warnings on ARMDavid Brownell1-8/+28
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin1-1/+2
2007-02-13[PATCH] i386: move startup_32() in text.head sectionVivek Goyal1-1/+9
2007-02-08[PATCH] PA-RISC: Fix bogus warnings from modpostMatthew Wilcox1-1/+2
2007-01-11[PATCH] x86-64: Modpost whitelist reference to more symbols (pattern 3)Vivek Goyal1-2/+24
2007-01-11[PATCH] x86-64: modpost add more symbols to whitelist pattern2Vivek Goyal1-0/+1
2006-12-13[PATCH] Fix section mismatch in parainstructionsRandy Dunlap1-0/+1
2006-12-07[PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell1-0/+2
2006-10-25[POWERPC] Support feature fixups in modulesBenjamin Herrenschmidt1-0/+2
2006-09-25kbuild: fail kernel compilation in case of unresolved module symbolsKirill Korotaev1-6/+19
2006-09-25kbuild: add missing return statement in modpost.c:secref_whitelist()Sam Ravnborg1-0/+1
2006-09-25kbuild: ignore references from ".pci_fixup" to ".init.text"Magnus Damm1-4/+12
2006-07-01kbuild: warn when a moduled uses a symbol marked UNUSEDSam Ravnborg1-23/+62
2006-07-01kbuild: fix segv in modpostSam Ravnborg1-3/+6
2006-06-24kbuild: replace abort() with exit(1)Sam Ravnborg1-1/+1
2006-06-24kbuild: kill some false positives from modpostAl Viro1-0/+6
2006-06-16kbuild: fix module.symvers parsing in modpostLaurent Riffard1-1/+1
2006-06-10kbuild: modpost build fixAndrew Morton1-1/+2
2006-06-09kbuild: check license compatibility when building modulesSam Ravnborg1-2/+69
2006-06-09kbuild: export-type enhancement to modpost.cRam Pai1-16/+77
2006-06-08kbuild: fix false section mismatch with ARCH=um buildSam Ravnborg1-0/+2
2006-06-08kbuild: ignore smp_locks section warnings from init/exit codeRandy Dunlap1-0/+2
2006-05-21[PATCH] kbuild: fix modpost segfault for 64bit mipsel kernelAtsushi Nemoto1-4/+27
2006-05-21[PATCH] kbuild: check SHT_REL sectionsAtsushi Nemoto1-19/+46
2006-05-08Revert "kbuild: fix modpost segfault for 64bit mipsel kernel"Linus Torvalds1-9/+2
2006-04-30kbuild modpost - relax driver data nameRandy Dunlap1-3/+3