aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17modpost white list pattern adjustmentJan Beulich1-2/+4
2007-07-17kbuild: do section mismatch check on full vmlinuxSam Ravnborg1-1/+2
2007-07-16kbuild: whitelist references from variables named _timer to .init.textSam Ravnborg1-1/+2
2007-07-16kbuild: remove hardcoded _logo names from modpostSam Ravnborg1-14/+0
2007-07-16kbuild: remove hardcoded apic_es7000 from modpostSam Ravnborg1-1/+0
2007-07-16kbuild: warn about references from .init.text to .exit.textSam Ravnborg1-1/+0
2007-07-16kbuild: consolidate section checksSam Ravnborg1-25/+7
2007-07-16kbuild: refactor code in modpost to improve maintainabilitySam Ravnborg1-79/+75
2007-07-16kbuild: ignore section mismatch warnings originating from .note sectionSam Ravnborg1-0/+2
2007-07-16kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle itJeremy Fitzhardinge1-11/+0
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