index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
module.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2011-05-19
module: Use binary search in lookup_symbol()
Alessio Igor Bogani
1
-5
/
+2
2011-05-19
module: Use the binary search for symbols resolution
Alessio Igor Bogani
1
-5
/
+16
2011-05-19
module: each_symbol_section instead of each_symbol
Rusty Russell
1
-15
/
+27
2011-05-19
module: split unset_section_ro_nx function.
Jan Glauber
1
-22
/
+23
2011-05-19
module: undo module RONX protection correctly.
Jan Glauber
1
-12
/
+13
2011-05-19
module: zero mod->init_ro_size after init is freed.
Jan Glauber
1
-0
/
+1
2011-05-19
minor ANSI prototype sparse fix
Daniel J Blueman
1
-2
/
+2
2011-04-25
modules: Enabled dynamic debugging for staging modules
Roland Vossen
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-03-22
printk: use %pK for /proc/kallsyms and /proc/modules
Kees Cook
1
-2
/
+2
2011-02-03
tracepoints: Fix section alignment using pointer array
Mathieu Desnoyers
1
-8
/
+8
2010-12-23
module: Move RO/NX module protection to after ftrace module update
Steven Rostedt
1
-12
/
+12
2010-12-23
Merge commit 'v2.6.37-rc7' into x86/security
Ingo Molnar
1
-0
/
+12
2010-11-18
x86: Add RO/NX protection for loadable kernel modules
matthieu castet
1
-2
/
+169
2010-11-10
tracing: Fix module use of trace_bprintk()
Steven Rostedt
1
-0
/
+12
2010-10-27
(trivial) Fix compiler warning in kernel/modules.c
Michał Mirosław
1
-1
/
+1
2010-10-08
Merge commit 'v2.6.36-rc7' into perf/core
Ingo Molnar
1
-0
/
+4
2010-10-05
modules: Fix module_bug_list list corruption race
Linus Torvalds
1
-0
/
+4
2010-09-22
jump label: Base patch for jump label
Jason Baron
1
-0
/
+6
2010-08-05
module: cleanup comments, remove noinline
Rusty Russell
1
-4
/
+8
2010-08-05
module: group post-relocation functions into post_relocation()
Rusty Russell
1
-24
/
+32
2010-08-05
module: move module args strndup_user to just before use
Rusty Russell
1
-15
/
+13
2010-08-05
module: pass load_info into other functions
Rusty Russell
1
-215
/
+157
2010-08-05
module: fix sysfs cleanup for !CONFIG_SYSFS
Rusty Russell
1
-7
/
+6
2010-08-05
module: sysfs cleanup
Rusty Russell
1
-43
/
+34
2010-08-05
module: layout_and_allocate
Rusty Russell
1
-99
/
+125
2010-08-05
module: fix crash in get_ksymbol() when oopsing in module init
Rusty Russell
1
-1
/
+2
2010-08-05
module: kallsyms functions take struct load_info
Rusty Russell
1
-39
/
+29
2010-08-05
module: refactor out section header rewriting: FIX modversions
Rusty Russell
1
-6
/
+6
2010-08-05
module: refactor out section header rewriting
Rusty Russell
1
-25
/
+45
2010-08-05
module: add load_info
Linus Torvalds
1
-103
/
+125
2010-08-05
module: reduce stack usage for each_symbol()
Linus Torvalds
1
-1
/
+1
2010-08-05
module: refactor load_module part 5
Rusty Russell
1
-76
/
+106
2010-08-05
module: refactor load_module part 4
Rusty Russell
1
-17
/
+15
2010-08-05
module: refactor load_module part 3
Rusty Russell
1
-47
/
+75
2010-08-05
module: refactor load_module part 2
Linus Torvalds
1
-57
/
+72
2010-08-05
module: refactor load_module
Linus Torvalds
1
-61
/
+69
2010-08-05
module: module_unload_init() cleanup
Eric Dumazet
1
-6
/
+0
2010-07-27
dynamic debug: move ddebug_remove_module() down into free_module()
Jason Baron
1
-1
/
+3
2010-07-04
module: initialize module dynamic debug later
Yehuda Sadeh
1
-8
/
+15
2010-06-05
module: fix bne2 "gave up waiting for init of module libcrc32c"
Rusty Russell
1
-32
/
+59
2010-06-05
module: verify_export_symbols under the lock
Rusty Russell
1
-16
/
+10
2010-06-05
module: move find_module check to end
Linus Torvalds
1
-5
/
+7
2010-06-05
module: make locking more fine-grained.
Rusty Russell
1
-23
/
+42
2010-06-05
module: Make module sysfs functions private.
Rusty Russell
1
-4
/
+25
2010-06-05
module: move sysfs exposure to end of load_module
Rusty Russell
1
-11
/
+36
2010-06-05
module: fix kdb's illicit use of struct module_use.
Rusty Russell
1
-10
/
+1
2010-06-05
module: Make the 'usage' lists be two-way
Linus Torvalds
1
-31
/
+48
2010-06-01
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-1
/
+1
[next]