aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeGravatar Ben Hutchings 1-0/+7
2011-08-25Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_idGravatar Greg Kroah-Hartman 1-2/+2
2011-08-25Staging: hv: Add code to parse struct hv_vmbus_device_id tableGravatar K. Y. Srinivasan 1-0/+25
2011-07-24modpost: Fix modpost's license checking V3Gravatar Alessio Igor Bogani 1-1/+28
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+22
2011-05-19modpost: Update 64k section support for binutils 2.18.50Gravatar Anders Kaseorg 2-29/+14
2011-05-10bcma: add Broadcom specific AMBA bus driverGravatar Rafał Miłecki 1-0/+22
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-8/+15
2011-03-17modpost: fix trailing commaGravatar Randy Dunlap 1-8/+15
2011-03-13kbuild: Fix computing srcversion for modulesGravatar Michal Marek 1-2/+17
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-12-28modpost: Fix address calculation in reloc_location()Gravatar Olof Johansson 1-1/+1
2010-12-16modpost: Put .zdebug* section on white listGravatar H.J. Lu 1-0/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+4
2010-08-26scripts/mod/modpost.c: fix commentary accordingly to last changesGravatar Andy Shevchenko 1-1/+4
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-0/+13
2010-08-12MN10300: Permit .GCC-command-line sectionsGravatar David Howells 1-0/+1
2010-08-11fix "scripts/mod/modpost.c: fix memory leak"Gravatar Andrew Morton 1-2/+3
2010-08-11param: silence .init.text references from param opsGravatar Rusty Russell 1-0/+13
2010-08-09scripts/mod/modpost.c: fix memory leakGravatar Alexey Fomenko 1-14/+40
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildGravatar Michal Marek 2-1/+63
2010-08-03modpost: support objects with more than 64k sectionsGravatar Denys Vlasenko 3-29/+122
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitGravatar Stephen Rothwell 1-0/+5
2010-06-12kbuild: Fix modpost segfaultGravatar Krzysztof Halasa 1-1/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 1-64/+88
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Gravatar Linus Torvalds 1-0/+17
2010-05-19MODULE_DEVICE_TABLE(isapnp, ...) does nothingGravatar Ondrej Zary 1-0/+17
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-0/+14
2010-05-17m68k: amiga - Zorro bus modalias supportGravatar Geert Uytterhoeven 1-0/+14
2010-04-02phylib: Support phy module autoloadingGravatar David Woodhouse 1-0/+26
2010-01-30modpost: don't allow *driver to reference .init.*Gravatar Uwe Kleine-König 1-1/+10
2010-01-30modpost: make symbol white list a per mismatch type variableGravatar Uwe Kleine-König 1-18/+31
2010-01-30modpost: remove now unused NO_MISMATCH constantGravatar Uwe Kleine-König 1-3/+0
2010-01-30modpost: pass around const struct sectioncheck * instead of enum mismatchGravatar Uwe Kleine-König 1-7/+9
2010-01-30modpost: give most mismatch constants a better nameGravatar Uwe Kleine-König 1-28/+28
2010-01-29modpost: define ALL_XXX{IN,EX}IT_SECTIONSGravatar Uwe Kleine-König 1-6/+9
2010-01-29modpost: members of *driver structs should not point to __init functionsGravatar Uwe Kleine-König 1-1/+1
2010-01-17modpost: fix segfault in sym_is() with prefixed archesGravatar Mike Frysinger 1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 1-1/+1
2009-12-15modpost: fix segfault with short symbol namesGravatar Michal Marek 1-2/+2
2009-12-15Kbuild: clear marker out of modpostGravatar Wenji Huang 2-167/+0
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionGravatar Alan Jenkins 3-10/+10
2009-12-11USB: handle bcd incrementation in usb modalias generationGravatar Nathaniel McCallum 1-2/+47
2009-12-11USB: add hex/bcd detection to usb modalias generationGravatar Nathaniel McCallum 1-12/+36
2009-09-23spi: prefix modalias with "spi:"Gravatar Anton Vorontsov 1-2/+2
2009-09-23spi: add support for device table matchingGravatar Anton Vorontsov 1-0/+13
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigGravatar Trevor Keith 1-2/+2
2009-09-21trivial: remove references to non-existent include/linux/config.hGravatar Markus Heidelberg 1-2/+0
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Gravatar Linus Torvalds 1-11/+39