index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-12
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+1
2012-10-11
modpost: Permit .GCC.command.line sections
Jonathan Kliegman
1
-0
/
+1
2012-10-03
modpost: fix modpost warnings for xtensa
Max Filippov
1
-0
/
+2
2012-06-16
scripts/modpost: check for bad references in .pci.fixups area
Sebastian Andrzej Siewior
1
-0
/
+11
2012-05-23
modpost: use proper kernel style for autogenerated files
Greg Kroah-Hartman
1
-4
/
+4
2012-05-23
modpost: Stop grab_file() from leaking filedescriptors if fstat() fails
Jesper Juhl
1
-3
/
+6
2012-04-09
modpost: Fix modpost license checking of vmlinux.o
Frank Rowand
1
-2
/
+5
2012-03-30
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-1
/
+1
2012-03-26
modpost: fix ALL_INIT_DATA_SECTIONS
Jan Beulich
1
-1
/
+1
2012-02-15
ARM: 7324/1: modpost: Fix section warnings for ARM for many compilers
Tony Lindgren
1
-0
/
+9
2011-11-07
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
Ben Hutchings
1
-0
/
+7
2011-07-24
modpost: Fix modpost's license checking V3
Alessio Igor Bogani
1
-1
/
+28
2011-05-19
modpost: Update 64k section support for binutils 2.18.50
Anders Kaseorg
1
-10
/
+6
2011-03-17
modpost: fix trailing comma
Randy Dunlap
1
-8
/
+15
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-12-28
modpost: Fix address calculation in reloc_location()
Olof Johansson
1
-1
/
+1
2010-12-16
modpost: Put .zdebug* section on white list
H.J. Lu
1
-0
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-28
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-1
/
+4
2010-08-26
scripts/mod/modpost.c: fix commentary accordingly to last changes
Andy Shevchenko
1
-1
/
+4
2010-08-12
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-0
/
+13
2010-08-12
MN10300: Permit .GCC-command-line sections
David Howells
1
-0
/
+1
2010-08-11
fix "scripts/mod/modpost.c: fix memory leak"
Andrew Morton
1
-2
/
+3
2010-08-11
param: silence .init.text references from param ops
Rusty Russell
1
-0
/
+13
2010-08-09
scripts/mod/modpost.c: fix memory leak
Alexey Fomenko
1
-14
/
+40
2010-08-04
Merge commit 'v2.6.35' into kbuild/kbuild
Michal Marek
1
-1
/
+6
2010-08-03
modpost: support objects with more than 64k sections
Denys Vlasenko
1
-26
/
+76
2010-07-08
powerpc: Fix module building for gcc 4.5 and 64 bit
Stephen Rothwell
1
-0
/
+5
2010-06-12
kbuild: Fix modpost segfault
Krzysztof Halasa
1
-1
/
+1
2010-01-30
modpost: don't allow *driver to reference .init.*
Uwe Kleine-König
1
-1
/
+10
2010-01-30
modpost: make symbol white list a per mismatch type variable
Uwe Kleine-König
1
-18
/
+31
2010-01-30
modpost: remove now unused NO_MISMATCH constant
Uwe Kleine-König
1
-3
/
+0
2010-01-30
modpost: pass around const struct sectioncheck * instead of enum mismatch
Uwe Kleine-König
1
-7
/
+9
2010-01-30
modpost: give most mismatch constants a better name
Uwe Kleine-König
1
-28
/
+28
2010-01-29
modpost: define ALL_XXX{IN,EX}IT_SECTIONS
Uwe Kleine-König
1
-6
/
+9
2010-01-29
modpost: members of *driver structs should not point to __init functions
Uwe Kleine-König
1
-1
/
+1
2009-12-17
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-1
/
+1
2009-12-15
modpost: fix segfault with short symbol names
Michal Marek
1
-2
/
+2
2009-12-15
Kbuild: clear marker out of modpost
Wenji Huang
1
-164
/
+0
2009-12-15
module: make MODULE_SYMBOL_PREFIX into a CONFIG option
Alan Jenkins
1
-0
/
+9
2009-09-23
Fix all -Wmissing-prototypes warnings in x86 defconfig
Trevor Keith
1
-2
/
+2
2009-06-09
kbuild: add hint about __refdata to modpost
Sam Ravnborg
1
-1
/
+1
2009-06-09
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-27
Remove unused support code for refok sections.
Tim Abbott
1
-18
/
+0
[next]