| Commit message (Expand) | Author | Age | Files | Lines |
* | modpost: fix segfault in sym_is() with prefixed arches | Mike Frysinger | 2010-01-17 | 1 | -1/+1 |
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2009-12-17 | 1 | -1/+1 |
|\ |
|
* | | modpost: fix segfault with short symbol names | Michal Marek | 2009-12-15 | 1 | -2/+2 |
* | | Kbuild: clear marker out of modpost | Wenji Huang | 2009-12-15 | 2 | -167/+0 |
* | | module: make MODULE_SYMBOL_PREFIX into a CONFIG option | Alan Jenkins | 2009-12-15 | 3 | -10/+10 |
|/ |
|
* | USB: handle bcd incrementation in usb modalias generation | Nathaniel McCallum | 2009-12-11 | 1 | -2/+47 |
* | USB: add hex/bcd detection to usb modalias generation | Nathaniel McCallum | 2009-12-11 | 1 | -12/+36 |
* | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 | 1 | -2/+2 |
* | spi: add support for device table matching | Anton Vorontsov | 2009-09-23 | 1 | -0/+13 |
* | Fix all -Wmissing-prototypes warnings in x86 defconfig | Trevor Keith | 2009-09-23 | 1 | -2/+2 |
* | trivial: remove references to non-existent include/linux/config.h | Markus Heidelberg | 2009-09-21 | 1 | -2/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb... | Linus Torvalds | 2009-06-14 | 1 | -11/+39 |
|\ |
|
| * | kbuild: add hint about __refdata to modpost | Sam Ravnborg | 2009-06-09 | 1 | -1/+1 |
| * | initconst adjustments | Jan Beulich | 2009-06-09 | 1 | -10/+38 |
* | | virtio: enhance id_matching for virtio drivers | Christian Borntraeger | 2009-06-12 | 1 | -1/+1 |
|/ |
|
* | kbuild, modpost: fix unexpected non-allocatable warning with mips | Sam Ravnborg | 2009-05-04 | 1 | -1/+11 |
* | kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc | Sam Ravnborg | 2009-05-04 | 1 | -1/+1 |
* | kbuild, modpost: fix unexpected non-allocatable section when cross compiling | Anders Kaseorg | 2009-05-04 | 1 | -12/+23 |
* | kbuild, modpost: Check the section flags, to catch missing "ax"/"aw" | Anders Kaseorg | 2009-05-01 | 1 | -32/+19 |
* | kbuild: fix comment in modpost.c | Sam Ravnborg | 2009-05-01 | 1 | -2/+1 |
* | kbuild: fix Module.markers permission error under cygwin | Cedric Hombourger | 2009-05-01 | 1 | -0/+1 |
* | Remove unused support code for refok sections. | Tim Abbott | 2009-04-27 | 1 | -18/+0 |
* | kbuild: remove pointless strdup() on arguments passed to new_module() in modpost | Jan Beulich | 2009-04-11 | 1 | -2/+2 |
* | module: include other structures in module version check | Rusty Russell | 2009-03-31 | 1 | -2/+2 |
* | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -1/+4 |
|\ |
|
| * | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 1 | -0/+1 |
| |\ |
|
| * | | modpost: NOBITS sections may point beyond the end of the file | Tejun Heo | 2009-02-05 | 1 | -1/+4 |
* | | | platform: introduce module id table for platform devices | Eric Miao | 2009-03-24 | 1 | -0/+12 |
| |/
|/| |
|
* | | HID: fix bus endianity in file2alias | Jiri Slaby | 2009-02-17 | 1 | -0/+1 |
|/ |
|
* | PNP: fix broken pnp lowercasing for acpi module aliases | Kay Sievers | 2009-01-20 | 1 | -2/+15 |
* | kbuild: prevent modpost from looking for a .cmd file for a static library lin... | Ashutosh Naik | 2008-10-29 | 1 | -1/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2008-10-17 | 1 | -0/+9 |
|\ |
|
| * | Staging: add TAINT_CRAP flag to drivers/staging modules | Greg Kroah-Hartman | 2008-10-10 | 1 | -0/+9 |
* | | modpost: add support for hid | Jiri Slaby | 2008-10-14 | 1 | -0/+18 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2008-10-13 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Marker depmod fix core kernel list | Mathieu Desnoyers | 2008-10-06 | 1 | -2/+4 |
* | | Automatic MODULE_ALIAS() for DMI match tables. | David Woodhouse | 2008-10-13 | 1 | -0/+57 |
|/ |
|
* | pnp: fix "add acpi:* modalias entries" | Kay Sievers | 2008-08-21 | 1 | -5/+11 |
* | scripts/mod/modpost.c: fix spelling of module and happens | Ben Dooks | 2008-07-30 | 1 | -1/+1 |
* | remove the v850 port | Adrian Bunk | 2008-07-24 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-07-22 | 1 | -8/+16 |
|\ |
|
| * | pnp: add acpi:* modalias entries | Kay Sievers | 2008-07-21 | 1 | -8/+16 |
* | | markers: fix duplicate modpost entry | Mathieu Desnoyers | 2008-07-22 | 1 | -1/+2 |
|/ |
|
* | [S390] cio: Introduce modalias for css bus. | Cornelia Huck | 2008-07-14 | 1 | -0/+12 |
* | kbuild: ignore powerpc specific symbols in modpost | Sam Ravnborg | 2008-06-12 | 1 | -5/+20 |
* | kbuild: disable modpost warnings for linkonce sections | Andi Kleen | 2008-05-11 | 1 | -1/+1 |
* | modpost: i2c aliases need no trailing wildcard | Jean Delvare | 2008-05-04 | 1 | -9/+26 |
* | i2c: Add support for device alias names | Jean Delvare | 2008-04-29 | 1 | -0/+13 |
* | kbuild: soften MODULE_LICENSE check | Sam Ravnborg | 2008-04-26 | 1 | -4/+4 |
* | kbuild: support loading extra symbols in modpost | Richard Hacker | 2008-04-25 | 1 | -1/+22 |