index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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-10
Staging: add TAINT_CRAP flag to drivers/staging modules
Greg Kroah-Hartman
1
-0
/
+9
2008-10-06
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-13
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
[next]