index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-2
/
+19
*
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
*
Module autoprobing support for virtio drivers.
Rusty Russell
2007-10-23
1
-0
/
+18
*
kbuild: modpost problem when symbols move from one module to another
Trent Piepho
2007-10-18
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
2007-10-16
3
-9
/
+41
|
\
|
*
kbuild: make modpost detect unterminated device id lists
Kees Cook
2007-10-12
1
-7
/
+33
|
*
kbuild: fix segfault in modpost
Petr Stetiar
2007-10-12
1
-0
/
+6
|
*
kbuild: Use Elfnn_Half as replacement for Elfnn_Section
Sam Ravnborg
2007-10-12
1
-2
/
+2
*
|
i2c: Kill struct i2c_device_id
Jean Delvare
2007-10-13
1
-11
/
+0
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Linus Torvalds
2007-10-11
2
-0
/
+19
|
\
|
*
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
2007-10-10
1
-0
/
+1
|
*
[SSB]: add Sonics Silicon Backplane bus support
Michael Buesch
2007-10-10
1
-0
/
+19
*
|
sdio: add modalias support
Pierre Ossman
2007-09-23
1
-0
/
+20
|
/
*
kbuild: whitelist references from __dbe_table to .init
Ralf Baechle
2007-07-31
1
-0
/
+1
*
kbuild: fix modpost warnings for xtensa
Sam Ravnborg
2007-07-25
1
-6
/
+24
*
kbuild: be more foregiving on init section naming
Sam Ravnborg
2007-07-25
1
-26
/
+10
*
kbuild: rearrange a few function in modpost
Sam Ravnborg
2007-07-25
1
-32
/
+48
*
kbuild: do not do section mismatch checks on vmlinux in 2nd pass
Sam Ravnborg
2007-07-25
1
-3
/
+10
*
ACPI: autoload modules - Create ACPI alias interface
Thomas Renninger
2007-07-23
1
-0
/
+12
*
m68k: teach modpost about .m68_fixup
Al Viro
2007-07-20
1
-0
/
+1
*
Whitelist references from __dbe_table to .init
Ralf Baechle
2007-07-17
1
-0
/
+1
*
modpost white list pattern adjustment
Jan Beulich
2007-07-17
1
-2
/
+4
*
kbuild: do section mismatch check on full vmlinux
Sam Ravnborg
2007-07-17
1
-1
/
+2
*
kbuild: whitelist references from variables named _timer to .init.text
Sam Ravnborg
2007-07-16
1
-1
/
+2
*
kbuild: remove hardcoded _logo names from modpost
Sam Ravnborg
2007-07-16
1
-14
/
+0
*
kbuild: remove hardcoded apic_es7000 from modpost
Sam Ravnborg
2007-07-16
1
-1
/
+0
*
kbuild: warn about references from .init.text to .exit.text
Sam Ravnborg
2007-07-16
1
-1
/
+0
*
kbuild: consolidate section checks
Sam Ravnborg
2007-07-16
1
-25
/
+7
*
kbuild: refactor code in modpost to improve maintainability
Sam Ravnborg
2007-07-16
1
-79
/
+75
*
kbuild: ignore section mismatch warnings originating from .note section
Sam Ravnborg
2007-07-16
1
-0
/
+2
*
kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle it
Jeremy Fitzhardinge
2007-07-16
1
-11
/
+0
*
kbuild: suppress modpost warnings for references from the .toc section as use...
Stephen Rothwell
2007-07-16
1
-1
/
+4
*
kbuild: make better section mismatch reports on arm
Sam Ravnborg
2007-07-16
1
-0
/
+24
*
kbuild: make better section mismatch reports on i386 and mips
Atsushi Nemoto
2007-07-16
2
-0
/
+76
*
kbuild: fix sh64 section mismatch problems
Sam Ravnborg
2007-06-11
1
-0
/
+2
*
Revert "kbuild: make better section mismatch reports on i386, arm and mips"
Linus Torvalds
2007-05-21
2
-82
/
+0
[next]