index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
Fix all -Wmissing-prototypes warnings in x86 defconfig
Trevor Keith
1
-2
/
+2
2009-06-10
kbuild: add hint about __refdata to modpost
Sam Ravnborg
1
-1
/
+1
2009-06-10
initconst adjustments
Jan Beulich
1
-10
/
+38
2009-05-04
kbuild, modpost: fix unexpected non-allocatable warning with mips
Sam Ravnborg
1
-1
/
+11
2009-05-04
kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc
Sam Ravnborg
1
-1
/
+1
2009-05-04
kbuild, modpost: fix unexpected non-allocatable section when cross compiling
Anders Kaseorg
1
-12
/
+23
2009-05-01
kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"
Anders Kaseorg
1
-32
/
+19
2009-05-01
kbuild: fix comment in modpost.c
Sam Ravnborg
1
-2
/
+1
2009-05-01
kbuild: fix Module.markers permission error under cygwin
Cedric Hombourger
1
-0
/
+1
2009-04-28
Remove unused support code for refok sections.
Tim Abbott
1
-18
/
+0
2009-04-11
kbuild: remove pointless strdup() on arguments passed to new_module() in modpost
Jan Beulich
1
-2
/
+2
2009-03-31
module: include other structures in module version check
Rusty Russell
1
-2
/
+2
2009-02-05
modpost: NOBITS sections may point beyond the end of the file
Tejun Heo
1
-1
/
+4
2008-10-11
Staging: add TAINT_CRAP flag to drivers/staging modules
Greg Kroah-Hartman
1
-0
/
+9
2008-10-07
Marker depmod fix core kernel list
Mathieu Desnoyers
1
-2
/
+4
2008-07-30
scripts/mod/modpost.c: fix spelling of module and happens
Ben Dooks
1
-1
/
+1
2008-07-22
markers: fix duplicate modpost entry
Mathieu Desnoyers
1
-1
/
+2
2008-06-12
kbuild: ignore powerpc specific symbols in modpost
Sam Ravnborg
1
-5
/
+20
2008-05-11
kbuild: disable modpost warnings for linkonce sections
Andi Kleen
1
-1
/
+1
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-03-23
kbuild: soften modpost checks when doing cross builds
Sam Ravnborg
1
-1
/
+4
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
1
-1
/
+163
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-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
1
-2
/
+17
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-18
kbuild: modpost problem when symbols move from one module to another
Trent Piepho
1
-0
/
+3
2007-10-12
kbuild: fix segfault in modpost
Petr Stetiar
1
-0
/
+6
2007-10-11
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
1
-0
/
+1
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
[next]