aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2014-10-02aarch64: filter $x from kallsymsKyle McMartin1-1/+1
2014-08-27modpost: simplify file name generation of *.mod.c filesMathias Krause1-1/+1
2014-08-27modpost: reduce visibility of symbols and constify r/o arraysMathias Krause1-11/+12
2014-07-27scripts: modpost: Remove numeric suffix pattern matchingRasmus Villemoes1-39/+10
2014-07-27scripts: modpost: fix compilation warningMichal Nazarewicz1-5/+4
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-41/+37
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada3-39/+37
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada2-2/+0
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-05-05modpost: Fix comment typo "Modules.symvers"Paul Bolle1-1/+1
2014-04-28modpost: Fix resource leak in read_dump()Christian Engelmayer1-0/+2
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+9
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+18
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+24
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen1-5/+9
2014-03-07Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+13
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel1-5/+5
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel2-0/+13
2014-02-18ARM: 7964/1: Detect section mismatches in thumb relocationsDavid A. Long1-0/+13
2014-02-13Kbuild, lto: Handle basic LTO in modpostAndi Kleen1-1/+5
2014-02-13Kbuild, lto: Drop .number postfixes in modpostAndi Kleen2-2/+15
2014-02-13Kbuild, lto, workaround: Don't warn for initcall_reference in modpostAndi Kleen1-0/+4
2014-02-07Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka1-2/+2
2014-01-15powerpc: Add vr save/restore functionsAndreas Schwab1-2/+6
2013-11-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+18
2013-11-13scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen1-8/+7
2013-11-07modpost: fix bogus 'exported twice' warnings.Rusty Russell1-2/+5
2013-11-06kbuild: replace unbounded sprintf call in modpostKees Cook1-1/+1
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen1-1/+1
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck1-1/+12
2013-08-20scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Chen Gang1-0/+1
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-14/+11
2013-07-07Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-43/+9
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-0/+26
2013-07-03rapidio: add udev notificationAlexandre Bounine2-0/+26
2013-07-03Fix a build warning in scripts/mod/file2alias.cDaniel Tang1-4/+6
2013-06-28improve modalias buildingJan Beulich1-8/+3
2013-06-28scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/Geert Uytterhoeven1-2/+2
2013-06-26modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker1-43/+9
2013-05-20modpost.c: Add .text.unlikely to TEXT_SECTIONSTom Rini1-1/+1
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+2
2013-05-06Fix cleaning in scripts/modAndreas Schwab1-0/+2
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-32/+62
2013-04-29modpost: fix unwanted VMLINUX_SYMBOL_STR expansionJames Hogan1-1/+1
2013-04-05modpost: add -T option to read module names from file/stdin.Rusty Russell1-2/+30
2013-04-05modpost: minor cleanup.Rusty Russell1-8/+15
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz2-0/+15
2013-03-20module: fix symbol versioning with symbol prefixesJames Hogan1-1/+2
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-21/+15
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