| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -164/+0 |
* | | module: make MODULE_SYMBOL_PREFIX into a CONFIG option | Alan Jenkins | 2009-12-15 | 1 | -0/+9 |
|/ |
|
* | Fix all -Wmissing-prototypes warnings in x86 defconfig | Trevor Keith | 2009-09-23 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | modpost: NOBITS sections may point beyond the end of the file | Tejun Heo | 2009-02-05 | 1 | -1/+4 |
* | Staging: add TAINT_CRAP flag to drivers/staging modules | Greg Kroah-Hartman | 2008-10-10 | 1 | -0/+9 |
* | Marker depmod fix core kernel list | Mathieu Desnoyers | 2008-10-06 | 1 | -2/+4 |
* | scripts/mod/modpost.c: fix spelling of module and happens | Ben Dooks | 2008-07-30 | 1 | -1/+1 |
* | markers: fix duplicate modpost entry | Mathieu Desnoyers | 2008-07-22 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | kbuild: error out on missing MODULE_LICENSE | Sam Ravnborg | 2008-04-25 | 1 | -0/+4 |
* | kbuild: soften modpost checks when doing cross builds | Sam Ravnborg | 2008-03-23 | 1 | -1/+4 |
* | kbuild: fix reversed symbol name order in modpost | Geert Uytterhoeven | 2008-02-19 | 1 | -1/+1 |
* | Linux Kernel Markers: create modpost file | Mathieu Desnoyers | 2008-02-13 | 1 | -1/+163 |
* | kbuild/modpost: Use warn() for announcing section mismatches | Geert Uytterhoeven | 2008-02-09 | 1 | -8/+8 |
* | kbuild/modpost: improve warnings if symbol is unknown | Sam Ravnborg | 2008-02-09 | 1 | -7/+14 |
* | kbuild: do not warn about __*init/__*exit symbols being exported | Sam Ravnborg | 2008-02-03 | 1 | -1/+1 |
* | kbuild: print only total number of section mismatces found | Sam Ravnborg | 2008-02-03 | 1 | -8/+7 |
* | kbuild: warn about ld added unique sections | Sam Ravnborg | 2008-01-28 | 1 | -2/+40 |
* | kbuild: add verbose option to Section mismatch reporting in modpost | Sam Ravnborg | 2008-01-28 | 1 | -29/+226 |
* | remove __attribute_used__ | Adrian Bunk | 2008-01-28 | 1 | -2/+2 |
* | kbuild: simplified warning report in modpost | Sam Ravnborg | 2008-01-28 | 1 | -52/+52 |
* | kbuild: introduce a few helpers in modpost | Sam Ravnborg | 2008-01-28 | 1 | -35/+38 |
* | kbuild: use simpler section mismatch warnings in modpost | Sam Ravnborg | 2008-01-28 | 1 | -40/+16 |
* | Use separate sections for __dev/__cpu/__mem code/data | Sam Ravnborg | 2008-01-28 | 1 | -15/+39 |
* | kbuild: check section names consistently in modpost | Sam Ravnborg | 2008-01-28 | 1 | -86/+60 |
* | kbuild: introduce blacklisting in modpost | Sam Ravnborg | 2008-01-28 | 1 | -177/+128 |
* | kbuild: code refactoring in modpost | Sam Ravnborg | 2008-01-28 | 1 | -105/+137 |
* | kbuild: try harder to find symbol names in modpost | Sam Ravnborg | 2008-01-28 | 1 | -2/+17 |
* | kbuild: fix so modpost can now check any .o file | Sam Ravnborg | 2008-01-28 | 1 | -1/+2 |
* | kbuild: clean up modpost.c | Sam Ravnborg | 2008-01-28 | 1 | -96/+101 |
* | kbuild: fix a buffer overflow in modpost | Andi Kleen | 2008-01-28 | 1 | -1/+2 |
* | kbuild: fix format string warnings in modpost | Andi Kleen | 2008-01-28 | 1 | -3/+4 |
* | kbuild: declare the modpost error functions as printf like | Andi Kleen | 2008-01-28 | 1 | -3/+5 |
* | kbuild: modpost problem when symbols move from one module to another | Trent Piepho | 2007-10-18 | 1 | -0/+3 |