aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAge
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-23
|\
| * modules: Enabled dynamic debugging for staging modulesRoland Vossen2011-04-25
* | module: Use binary search in lookup_symbol()Alessio Igor Bogani2011-05-19
* | module: Use the binary search for symbols resolutionAlessio Igor Bogani2011-05-19
* | module: each_symbol_section instead of each_symbolRusty Russell2011-05-19
* | module: split unset_section_ro_nx function.Jan Glauber2011-05-19
* | module: undo module RONX protection correctly.Jan Glauber2011-05-19
* | module: zero mod->init_ro_size after init is freed.Jan Glauber2011-05-19
* | minor ANSI prototype sparse fixDaniel J Blueman2011-05-19
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook2011-03-22
* tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-03
* module: Move RO/NX module protection to after ftrace module updateSteven Rostedt2010-12-23
* Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar2010-12-23
|\
| * tracing: Fix module use of trace_bprintk()Steven Rostedt2010-11-10
* | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-18
|/
* (trivial) Fix compiler warning in kernel/modules.cMichał Mirosław2010-10-27
* Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-08
|\
| * modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-05
* | jump label: Base patch for jump labelJason Baron2010-09-22
|/
* module: cleanup comments, remove noinlineRusty Russell2010-08-04
* module: group post-relocation functions into post_relocation()Rusty Russell2010-08-04
* module: move module args strndup_user to just before useRusty Russell2010-08-04
* module: pass load_info into other functionsRusty Russell2010-08-04
* module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell2010-08-04
* module: sysfs cleanupRusty Russell2010-08-04
* module: layout_and_allocateRusty Russell2010-08-04
* module: fix crash in get_ksymbol() when oopsing in module initRusty Russell2010-08-04
* module: kallsyms functions take struct load_infoRusty Russell2010-08-04
* module: refactor out section header rewriting: FIX modversionsRusty Russell2010-08-04
* module: refactor out section header rewritingRusty Russell2010-08-04
* module: add load_infoLinus Torvalds2010-08-04
* module: reduce stack usage for each_symbol()Linus Torvalds2010-08-04
* module: refactor load_module part 5Rusty Russell2010-08-04
* module: refactor load_module part 4Rusty Russell2010-08-04
* module: refactor load_module part 3Rusty Russell2010-08-04
* module: refactor load_module part 2Linus Torvalds2010-08-04
* module: refactor load_moduleLinus Torvalds2010-08-04
* module: module_unload_init() cleanupEric Dumazet2010-08-04
* dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron2010-07-27
* module: initialize module dynamic debug laterYehuda Sadeh2010-07-04
* module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell2010-06-04
* module: verify_export_symbols under the lockRusty Russell2010-06-04
* module: move find_module check to endLinus Torvalds2010-06-04
* module: make locking more fine-grained.Rusty Russell2010-06-04
* module: Make module sysfs functions private.Rusty Russell2010-06-04
* module: move sysfs exposure to end of load_moduleRusty Russell2010-06-04
* module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-04
* module: Make the 'usage' lists be two-wayLinus Torvalds2010-06-04
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-01
|\