summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Chen Gang2013-08-201-0/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-07-102-14/+11
|\
| * Fix a build warning in scripts/mod/file2alias.cDaniel Tang2013-07-031-4/+6
| * improve modalias buildingJan Beulich2013-06-281-8/+3
| * scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/Geert Uytterhoeven2013-06-281-2/+2
* | 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
| |/
* | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-0/+26
|\ \
| * | rapidio: add udev notificationAlexandre Bounine2013-07-032-0/+26
| |/
* / modpost.c: Add .text.unlikely to TEXT_SECTIONSTom Rini2013-05-201-1/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-05-071-0/+2
|\
| * Fix cleaning in scripts/modAndreas Schwab2013-05-061-0/+2
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-05-051-32/+62
|\ \
| * | 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
| |/
* / mei: bus: Initial MEI Client bus type implementationSamuel Ortiz2013-03-292-0/+15
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-275-312/+581
|\
| * mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-245-312/+581
* | 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
* | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds2012-10-091-0/+2
|\ \
| * | modpost: fix modpost warnings for xtensaMax Filippov2012-10-031-0/+2
| |/
* | staging/ipack: Fix bug introduced by IPack device matchingJens Taprogge2012-09-071-1/+1
* | Staging: ipack: implement ipack device table.Jens Taprogge2012-09-041-0/+15
|/
* Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-261-1/+4
|\
| * USB: allow match on bInterfaceNumberBjørn Mork2012-06-131-1/+4
* | 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+4
|\
| * HID: Allow bus wildcard matchingHenrik Rydberg2012-05-011-1/+2
| * HID: Add device group to modaliasHenrik Rydberg2012-05-011-0/+2
* | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-04-231-0/+4
|\ \ | |/ |/|
| * Fix modpost failures in fedora 17David Miller2012-04-181-0/+4
* | modpost: Fix modpost license checking of vmlinux.oFrank Rowand2012-04-092-2/+6
|/
* 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
* | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-092-5/+41
|\ \
| * | mod/file2alias: make modpost compile on darwin againAndreas Bießmann2012-02-271-4/+31
| * | ARM: 7324/1: modpost: Fix section warnings for ARM for many compilersTony Lindgren2012-02-151-0/+9
| * | module: fix broken isapnp handling in file2aliasOndrej Zary2012-02-141-1/+1
* | | x86/cpu: Clean up modalias feature matchingBen Hutchings2012-02-131-2/+3
* | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-021-10/+0
|\| |
| * | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-201-10/+0
| |/
* / Add driver auto probing for x86 features v4Andi Kleen2012-01-261-0/+24
|/