aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-312/+581
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab5-312/+581
2013-01-21modpost: Ignore ARC specific non-alloc sectionsVineet Gupta1-0/+2
2012-11-30modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman1-14/+10
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+1
2012-10-11modpost: Permit .GCC.command.line sectionsJonathan Kliegman1-0/+1
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-0/+2
2012-10-03modpost: fix modpost warnings for xtensaMax Filippov1-0/+2
2012-09-07staging/ipack: Fix bug introduced by IPack device matchingJens Taprogge1-1/+1
2012-09-04Staging: ipack: implement ipack device table.Jens Taprogge1-0/+15
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+4
2012-06-16scripts/modpost: check for bad references in .pci.fixups areaSebastian Andrzej Siewior1-0/+11
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-1/+4
2012-05-23modpost: use proper kernel style for autogenerated filesGreg Kroah-Hartman1-4/+4
2012-05-23modpost: Stop grab_file() from leaking filedescriptors if fstat() failsJesper Juhl1-3/+6
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+4
2012-05-01HID: Allow bus wildcard matchingHenrik Rydberg1-1/+2
2012-05-01HID: Add device group to modaliasHenrik Rydberg1-0/+2
2012-04-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-0/+4
2012-04-18Fix modpost failures in fedora 17David Miller1-0/+4
2012-04-09modpost: Fix modpost license checking of vmlinux.oFrank Rowand2-2/+6
2012-03-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2012-03-26modpost: fix ALL_INIT_DATA_SECTIONSJan Beulich1-1/+1
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2-5/+41
2012-02-27mod/file2alias: make modpost compile on darwin againAndreas Bießmann1-4/+31
2012-02-15ARM: 7324/1: modpost: Fix section warnings for ARM for many compilersTony Lindgren1-0/+9
2012-02-14module: fix broken isapnp handling in file2aliasOndrej Zary1-1/+1
2012-02-13x86/cpu: Clean up modalias feature matchingBen Hutchings1-2/+3
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-10/+0
2012-01-26Add driver auto probing for x86 features v4Andi Kleen1-0/+24
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King1-10/+0
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-125/+92
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-0/+13
2012-01-13modpost: use linker section to generate table.Rusty Russell1-45/+61
2012-01-13modpost: use a table rather than a giant if/else statement.Rusty Russell1-119/+73
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich1-0/+13
2011-11-22ARM: amba: Auto-generate AMBA driver module aliases during modpostDave Martin1-0/+72
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings1-0/+7
2011-08-25Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_idGreg Kroah-Hartman1-2/+2
2011-08-25Staging: hv: Add code to parse struct hv_vmbus_device_id tableK. Y. Srinivasan1-0/+25
2011-07-24modpost: Fix modpost's license checking V3Alessio Igor Bogani1-1/+28
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+22
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg2-29/+14
2011-05-10bcma: add Broadcom specific AMBA bus driverRafał Miłecki1-0/+22
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-8/+15
2011-03-17modpost: fix trailing commaRandy Dunlap1-8/+15
2011-03-13kbuild: Fix computing srcversion for modulesMichal Marek1-2/+17
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-12-28modpost: Fix address calculation in reloc_location()Olof Johansson1-1/+1
2010-12-16modpost: Put .zdebug* section on white listH.J. Lu1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+4
2010-08-26scripts/mod/modpost.c: fix commentary accordingly to last changesAndy Shevchenko1-1/+4
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-0/+13
2010-08-12MN10300: Permit .GCC-command-line sectionsDavid Howells1-0/+1
2010-08-11fix "scripts/mod/modpost.c: fix memory leak"Andrew Morton1-2/+3
2010-08-11param: silence .init.text references from param opsRusty Russell1-0/+13
2010-08-09scripts/mod/modpost.c: fix memory leakAlexey Fomenko1-14/+40
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2-1/+63
2010-08-03modpost: support objects with more than 64k sectionsDenys Vlasenko3-29/+122
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell1-0/+5
2010-06-12kbuild: Fix modpost segfaultKrzysztof Halasa1-1/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-64/+88
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds1-0/+17
2010-05-19MODULE_DEVICE_TABLE(isapnp, ...) does nothingOndrej Zary1-0/+17
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+14
2010-05-17m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven1-0/+14
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse1-0/+26
2010-01-30modpost: don't allow *driver to reference .init.*Uwe Kleine-König1-1/+10
2010-01-30modpost: make symbol white list a per mismatch type variableUwe Kleine-König1-18/+31
2010-01-30modpost: remove now unused NO_MISMATCH constantUwe Kleine-König1-3/+0
2010-01-30modpost: pass around const struct sectioncheck * instead of enum mismatchUwe Kleine-König1-7/+9
2010-01-30modpost: give most mismatch constants a better nameUwe Kleine-König1-28/+28
2010-01-29modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König1-6/+9
2010-01-29modpost: members of *driver structs should not point to __init functionsUwe Kleine-König1-1/+1
2010-01-17modpost: fix segfault in sym_is() with prefixed archesMike Frysinger1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-15modpost: fix segfault with short symbol namesMichal Marek1-2/+2
2009-12-15Kbuild: clear marker out of modpostWenji Huang2-167/+0
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins3-10/+10
2009-12-11USB: handle bcd incrementation in usb modalias generationNathaniel McCallum1-2/+47
2009-12-11USB: add hex/bcd detection to usb modalias generationNathaniel McCallum1-12/+36
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-2/+2
2009-09-23spi: add support for device table matchingAnton Vorontsov1-0/+13
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith1-2/+2
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg1-2/+0
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds1-11/+39
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger1-1/+1
2009-06-09kbuild: add hint about __refdata to modpostSam Ravnborg1-1/+1
2009-06-09initconst adjustmentsJan Beulich1-10/+38
2009-05-04kbuild, modpost: fix unexpected non-allocatable warning with mipsSam Ravnborg1-1/+11
2009-05-04kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gccSam Ravnborg1-1/+1
2009-05-04kbuild, modpost: fix unexpected non-allocatable section when cross compilingAnders Kaseorg1-12/+23
2009-05-01kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"Anders Kaseorg1-32/+19
2009-05-01kbuild: fix comment in modpost.cSam Ravnborg1-2/+1
2009-05-01kbuild: fix Module.markers permission error under cygwinCedric Hombourger1-0/+1
2009-04-27Remove unused support code for refok sections.Tim Abbott1-18/+0
2009-04-11kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich1-2/+2
2009-03-31module: include other structures in module version checkRusty Russell1-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+4
2009-03-24platform: introduce module id table for platform devicesEric Miao1-0/+12
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-0/+1
2009-02-17HID: fix bus endianity in file2aliasJiri Slaby1-0/+1
2009-02-05modpost: NOBITS sections may point beyond the end of the fileTejun Heo1-1/+4
2009-01-20PNP: fix broken pnp lowercasing for acpi module aliasesKay Sievers1-2/+15
2008-10-29kbuild: prevent modpost from looking for a .cmd file for a static library lin...Ashutosh Naik1-1/+11
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+9
2008-10-14modpost: add support for hidJiri Slaby1-0/+18
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-2/+4
2008-10-13Automatic MODULE_ALIAS() for DMI match tables.David Woodhouse1-0/+57
2008-10-10Staging: add TAINT_CRAP flag to drivers/staging modulesGreg Kroah-Hartman1-0/+9
2008-10-06Marker depmod fix core kernel listMathieu Desnoyers1-2/+4
2008-08-21pnp: fix "add acpi:* modalias entries"Kay Sievers1-5/+11
2008-07-30scripts/mod/modpost.c: fix spelling of module and happensBen Dooks1-1/+1
2008-07-24remove the v850 portAdrian Bunk2-2/+2
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-8/+16
2008-07-22markers: fix duplicate modpost entryMathieu Desnoyers1-1/+2
2008-07-21pnp: add acpi:* modalias entriesKay Sievers1-8/+16
2008-07-14[S390] cio: Introduce modalias for css bus.Cornelia Huck1-0/+12
2008-06-12kbuild: ignore powerpc specific symbols in modpostSam Ravnborg1-5/+20
2008-05-11kbuild: disable modpost warnings for linkonce sectionsAndi Kleen1-1/+1
2008-05-04modpost: i2c aliases need no trailing wildcardJean Delvare1-9/+26
2008-04-29i2c: Add support for device alias namesJean Delvare1-0/+13
2008-04-26kbuild: soften MODULE_LICENSE checkSam Ravnborg1-4/+4
2008-04-25kbuild: support loading extra symbols in modpostRichard Hacker1-1/+22
2008-04-25kbuild: error out on missing MODULE_LICENSESam Ravnborg1-0/+4
2008-04-19PNP: add all PNP card device id's as individual aliasesKay Sievers1-13/+44
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg3-1/+9
2008-02-19kbuild: fix reversed symbol name order in modpostGeert Uytterhoeven1-1/+1
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers2-1/+166
2008-02-09kbuild/modpost: Use warn() for announcing section mismatchesGeert Uytterhoeven1-8/+8
2008-02-09kbuild/modpost: improve warnings if symbol is unknownSam Ravnborg1-7/+14
2008-02-03kbuild: do not warn about __*init/__*exit symbols being exportedSam Ravnborg1-1/+1
2008-02-03kbuild: print only total number of section mismatces foundSam Ravnborg1-8/+7
2008-02-01USB: handle idVendor of 0x0000Greg Kroah-Hartman1-1/+1
2008-01-28kbuild: warn about ld added unique sectionsSam Ravnborg1-2/+40
2008-01-28kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg1-29/+226
2008-01-28remove __attribute_used__Adrian Bunk1-2/+2
2008-01-28kbuild: simplified warning report in modpostSam Ravnborg1-52/+52
2008-01-28kbuild: introduce a few helpers in modpostSam Ravnborg1-35/+38
2008-01-28kbuild: use simpler section mismatch warnings in modpostSam Ravnborg1-40/+16
2008-01-28Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg1-15/+39
2008-01-28kbuild: check section names consistently in modpostSam Ravnborg1-86/+60
2008-01-28kbuild: introduce blacklisting in modpostSam Ravnborg1-177/+128
2008-01-28kbuild: code refactoring in modpostSam Ravnborg1-105/+137
2008-01-28kbuild: try harder to find symbol names in modpostSam Ravnborg2-2/+19
2008-01-28kbuild: fix so modpost can now check any .o fileSam Ravnborg1-1/+2
2008-01-28kbuild: clean up modpost.cSam Ravnborg1-96/+101
2008-01-28kbuild: fix a buffer overflow in modpostAndi Kleen1-1/+2
2008-01-28kbuild: fix format string warnings in modpostAndi Kleen1-3/+4
2008-01-28kbuild: declare the modpost error functions as printf likeAndi Kleen1-3/+5
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell1-0/+18
2007-10-18kbuild: modpost problem when symbols move from one module to anotherTrent Piepho1-0/+3
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds3-9/+41
2007-10-13i2c: Kill struct i2c_device_idJean Delvare1-11/+0
2007-10-12kbuild: make modpost detect unterminated device id listsKees Cook1-7/+33
2007-10-12kbuild: fix segfault in modpostPetr Stetiar1-0/+6
2007-10-12kbuild: Use Elfnn_Half as replacement for Elfnn_SectionSam Ravnborg1-2/+2
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2-0/+19
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-0/+1
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch1-0/+19
2007-09-23sdio: add modalias supportPierre Ossman1-0/+20
2007-07-31kbuild: whitelist references from __dbe_table to .initRalf Baechle1-0/+1
2007-07-25kbuild: fix modpost warnings for xtensaSam Ravnborg1-6/+24
2007-07-25kbuild: be more foregiving on init section namingSam Ravnborg1-26/+10
2007-07-25kbuild: rearrange a few function in modpostSam Ravnborg1-32/+48
2007-07-25kbuild: do not do section mismatch checks on vmlinux in 2nd passSam Ravnborg1-3/+10
2007-07-23ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger1-0/+12
2007-07-20m68k: teach modpost about .m68_fixupAl Viro1-0/+1
2007-07-17Whitelist references from __dbe_table to .initRalf Baechle1-0/+1
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 use...Stephen 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 Nemoto2-0/+76
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 Torvalds2-82/+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 w...Sam 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 Nemoto2-0/+82
2007-05-19kbuild: make modpost section warnings clearerRussell King1-17/+16
2007-05-19kbuild: include limits.h in sumversion.c for PATH_MAXMike Frysinger1-0/+1
2007-05-19powerpc: Fix the MODALIAS generation in modpost for of devicesSylvain Munaut1-3/+8
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-07blackfin architectureBryan Wu1-1/+2
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds4-46/+122
2007-05-02kbuild: ignore section mismatch warning for references from .paravirtprobe to...Sam Ravnborg1-0/+13
2007-05-02kbuild: remove stale comment in modpost.cSam Ravnborg1-1/+0
2007-05-02kbuild: do not emit src version warning for non-modulesSam Ravnborg1-3/+2