summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Chen Gang2013-08-201-0/+1
* Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-071-43/+9
|\
| * modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2013-06-261-43/+9
* | modpost.c: Add .text.unlikely to TEXT_SECTIONSTom Rini2013-05-201-1/+1
|/
* modpost: fix unwanted VMLINUX_SYMBOL_STR expansionJames Hogan2013-04-291-1/+1
* modpost: add -T option to read module names from file/stdin.Rusty Russell2013-04-051-2/+30
* modpost: minor cleanup.Rusty Russell2013-04-051-8/+15
* module: fix symbol versioning with symbol prefixesJames Hogan2013-03-201-1/+2
* CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2013-03-151-21/+15
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-271-4/+1
|\
| * mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-241-4/+1
* | modpost: Ignore ARC specific non-alloc sectionsVineet Gupta2013-01-211-0/+2
|/
* modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman2012-11-301-14/+10
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-10-121-0/+1
|\
| * modpost: Permit .GCC.command.line sectionsJonathan Kliegman2012-10-111-0/+1
* | modpost: fix modpost warnings for xtensaMax Filippov2012-10-031-0/+2
|/
* scripts/modpost: check for bad references in .pci.fixups areaSebastian Andrzej Siewior2012-06-161-0/+11
* modpost: use proper kernel style for autogenerated filesGreg Kroah-Hartman2012-05-231-4/+4
* modpost: Stop grab_file() from leaking filedescriptors if fstat() failsJesper Juhl2012-05-231-3/+6
* modpost: Fix modpost license checking of vmlinux.oFrank Rowand2012-04-091-2/+5
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-03-301-1/+1
|\
| * modpost: fix ALL_INIT_DATA_SECTIONSJan Beulich2012-03-261-1/+1
* | ARM: 7324/1: modpost: Fix section warnings for ARM for many compilersTony Lindgren2012-02-151-0/+9
|/
* module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-071-0/+7
* modpost: Fix modpost's license checking V3Alessio Igor Bogani2011-07-241-1/+28
* modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg2011-05-191-10/+6
* modpost: fix trailing commaRandy Dunlap2011-03-171-8/+15
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | modpost: Fix address calculation in reloc_location()Olof Johansson2010-12-281-1/+1
* | modpost: Put .zdebug* section on white listH.J. Lu2010-12-161-0/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-281-1/+4
|\
| * scripts/mod/modpost.c: fix commentary accordingly to last changesAndy Shevchenko2010-08-261-1/+4
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-0/+13
|\ \
| * | param: silence .init.text references from param opsRusty Russell2010-08-111-0/+13
* | | MN10300: Permit .GCC-command-line sectionsDavid Howells2010-08-121-0/+1
* | | fix "scripts/mod/modpost.c: fix memory leak"Andrew Morton2010-08-111-2/+3
|/ /
* / scripts/mod/modpost.c: fix memory leakAlexey Fomenko2010-08-091-14/+40
|/
* Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-041-1/+6
|\
| * powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell2010-07-081-0/+5
| * kbuild: Fix modpost segfaultKrzysztof Halasa2010-06-121-1/+1
* | modpost: support objects with more than 64k sectionsDenys Vlasenko2010-08-031-26/+76
|/
* modpost: don't allow *driver to reference .init.*Uwe Kleine-König2010-01-301-1/+10
* modpost: make symbol white list a per mismatch type variableUwe Kleine-König2010-01-301-18/+31
* modpost: remove now unused NO_MISMATCH constantUwe Kleine-König2010-01-301-3/+0
* modpost: pass around const struct sectioncheck * instead of enum mismatchUwe Kleine-König2010-01-301-7/+9
* modpost: give most mismatch constants a better nameUwe Kleine-König2010-01-301-28/+28
* modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König2010-01-291-6/+9
* modpost: members of *driver structs should not point to __init functionsUwe Kleine-König2010-01-291-1/+1
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-1/+1
|\