Age | Commit message (Expand) | Author | Files | Lines |
2008-05-04 | modpost: i2c aliases need no trailing wildcard | Jean Delvare | 1 | -9/+26 |
2008-04-30 | i2c: Add support for device alias names | Jean Delvare | 1 | -0/+13 |
2008-04-26 | kbuild: soften MODULE_LICENSE check | Sam Ravnborg | 1 | -4/+4 |
2008-04-25 | kbuild: support loading extra symbols in modpost | Richard Hacker | 1 | -1/+22 |
2008-04-25 | kbuild: error out on missing MODULE_LICENSE | Sam Ravnborg | 1 | -0/+4 |
2008-04-20 | PNP: add all PNP card device id's as individual aliases | Kay Sievers | 1 | -13/+44 |
2008-03-23 | kbuild: soften modpost checks when doing cross builds | Sam Ravnborg | 3 | -1/+9 |
2008-02-19 | kbuild: fix reversed symbol name order in modpost | Geert Uytterhoeven | 1 | -1/+1 |
2008-02-14 | Linux Kernel Markers: create modpost file | Mathieu Desnoyers | 2 | -1/+166 |
2008-02-09 | kbuild/modpost: Use warn() for announcing section mismatches | Geert Uytterhoeven | 1 | -8/+8 |
2008-02-09 | kbuild/modpost: improve warnings if symbol is unknown | Sam Ravnborg | 1 | -7/+14 |
2008-02-03 | kbuild: do not warn about __*init/__*exit symbols being exported | Sam Ravnborg | 1 | -1/+1 |
2008-02-03 | kbuild: print only total number of section mismatces found | Sam Ravnborg | 1 | -8/+7 |
2008-02-02 | USB: handle idVendor of 0x0000 | Greg Kroah-Hartman | 1 | -1/+1 |
2008-01-29 | kbuild: warn about ld added unique sections | Sam Ravnborg | 1 | -2/+40 |
2008-01-29 | kbuild: add verbose option to Section mismatch reporting in modpost | Sam Ravnborg | 1 | -29/+226 |
2008-01-29 | remove __attribute_used__ | Adrian Bunk | 1 | -2/+2 |
2008-01-29 | kbuild: simplified warning report in modpost | Sam Ravnborg | 1 | -52/+52 |
2008-01-29 | kbuild: introduce a few helpers in modpost | Sam Ravnborg | 1 | -35/+38 |
2008-01-29 | kbuild: use simpler section mismatch warnings in modpost | Sam Ravnborg | 1 | -40/+16 |
2008-01-29 | Use separate sections for __dev/__cpu/__mem code/data | Sam Ravnborg | 1 | -15/+39 |
2008-01-29 | kbuild: check section names consistently in modpost | Sam Ravnborg | 1 | -86/+60 |
2008-01-29 | kbuild: introduce blacklisting in modpost | Sam Ravnborg | 1 | -177/+128 |
2008-01-29 | kbuild: code refactoring in modpost | Sam Ravnborg | 1 | -105/+137 |
2008-01-29 | kbuild: try harder to find symbol names in modpost | Sam Ravnborg | 2 | -2/+19 |
2008-01-29 | kbuild: fix so modpost can now check any .o file | Sam Ravnborg | 1 | -1/+2 |
2008-01-29 | kbuild: clean up modpost.c | Sam Ravnborg | 1 | -96/+101 |
2008-01-29 | kbuild: fix a buffer overflow in modpost | Andi Kleen | 1 | -1/+2 |
2008-01-29 | kbuild: fix format string warnings in modpost | Andi Kleen | 1 | -3/+4 |
2008-01-29 | kbuild: declare the modpost error functions as printf like | Andi Kleen | 1 | -3/+5 |
2007-10-23 | Module autoprobing support for virtio drivers. | Rusty Russell | 1 | -0/+18 |
2007-10-18 | kbuild: modpost problem when symbols move from one module to another | Trent Piepho | 1 | -0/+3 |
2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 3 | -9/+41 |
2007-10-14 | i2c: Kill struct i2c_device_id | Jean Delvare | 1 | -11/+0 |
2007-10-12 | kbuild: make modpost detect unterminated device id lists | Kees Cook | 1 | -7/+33 |
2007-10-12 | kbuild: fix segfault in modpost | Petr Stetiar | 1 | -0/+6 |
2007-10-12 | kbuild: Use Elfnn_Half as replacement for Elfnn_Section | Sam Ravnborg | 1 | -2/+2 |
2007-10-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Linus Torvalds | 2 | -0/+19 |
2007-10-11 | [NETNS]: Move some code into __init section when CONFIG_NET_NS=n | Pavel Emelyanov | 1 | -0/+1 |
2007-10-11 | [SSB]: add Sonics Silicon Backplane bus support | Michael Buesch | 1 | -0/+19 |
2007-09-23 | sdio: add modalias support | Pierre Ossman | 1 | -0/+20 |
2007-08-01 | kbuild: whitelist references from __dbe_table to .init | Ralf Baechle | 1 | -0/+1 |
2007-07-26 | kbuild: fix modpost warnings for xtensa | Sam Ravnborg | 1 | -6/+24 |
2007-07-25 | kbuild: be more foregiving on init section naming | Sam Ravnborg | 1 | -26/+10 |
2007-07-25 | kbuild: rearrange a few function in modpost | Sam Ravnborg | 1 | -32/+48 |
2007-07-25 | kbuild: do not do section mismatch checks on vmlinux in 2nd pass | Sam Ravnborg | 1 | -3/+10 |
2007-07-23 | ACPI: autoload modules - Create ACPI alias interface | Thomas Renninger | 1 | -0/+12 |
2007-07-20 | m68k: teach modpost about .m68_fixup | Al Viro | 1 | -0/+1 |
2007-07-17 | Whitelist references from __dbe_table to .init | Ralf Baechle | 1 | -0/+1 |
2007-07-17 | modpost white list pattern adjustment | Jan Beulich | 1 | -2/+4 |