aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-0/+4
|\
| * module: taint kernel when lve module is loadedMatthew Garrett2012-10-211-0/+4
* | merge opensource jb u5codeworkx2012-09-221-2/+4
|/
* module: Remove module size limitSasha Levin2012-04-021-2/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-231-2/+2
|\
| * modules: Enabled dynamic debugging for staging modulesRoland Vossen2011-04-251-2/+2
* | module: Use binary search in lookup_symbol()Alessio Igor Bogani2011-05-191-5/+2
* | module: Use the binary search for symbols resolutionAlessio Igor Bogani2011-05-191-5/+16
* | module: each_symbol_section instead of each_symbolRusty Russell2011-05-191-15/+27
* | module: split unset_section_ro_nx function.Jan Glauber2011-05-191-22/+23
* | module: undo module RONX protection correctly.Jan Glauber2011-05-191-12/+13
* | module: zero mod->init_ro_size after init is freed.Jan Glauber2011-05-191-0/+1
* | minor ANSI prototype sparse fixDaniel J Blueman2011-05-191-2/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook2011-03-221-2/+2
* tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-031-8/+8
* module: Move RO/NX module protection to after ftrace module updateSteven Rostedt2010-12-231-12/+12
* Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar2010-12-231-0/+12
|\
| * tracing: Fix module use of trace_bprintk()Steven Rostedt2010-11-101-0/+12
* | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-181-2/+169
|/
* (trivial) Fix compiler warning in kernel/modules.cMichał Mirosław2010-10-271-1/+1
* Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-081-0/+4
|\
| * modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-0/+4
* | jump label: Base patch for jump labelJason Baron2010-09-221-0/+6
|/
* module: cleanup comments, remove noinlineRusty Russell2010-08-051-4/+8
* module: group post-relocation functions into post_relocation()Rusty Russell2010-08-051-24/+32
* module: move module args strndup_user to just before useRusty Russell2010-08-051-15/+13
* module: pass load_info into other functionsRusty Russell2010-08-051-215/+157
* module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell2010-08-051-7/+6
* module: sysfs cleanupRusty Russell2010-08-051-43/+34
* module: layout_and_allocateRusty Russell2010-08-051-99/+125
* module: fix crash in get_ksymbol() when oopsing in module initRusty Russell2010-08-051-1/+2
* module: kallsyms functions take struct load_infoRusty Russell2010-08-051-39/+29
* module: refactor out section header rewriting: FIX modversionsRusty Russell2010-08-051-6/+6
* module: refactor out section header rewritingRusty Russell2010-08-051-25/+45
* module: add load_infoLinus Torvalds2010-08-051-103/+125
* module: reduce stack usage for each_symbol()Linus Torvalds2010-08-051-1/+1
* module: refactor load_module part 5Rusty Russell2010-08-051-76/+106
* module: refactor load_module part 4Rusty Russell2010-08-051-17/+15
* module: refactor load_module part 3Rusty Russell2010-08-051-47/+75
* module: refactor load_module part 2Linus Torvalds2010-08-051-57/+72
* module: refactor load_moduleLinus Torvalds2010-08-051-61/+69
* module: module_unload_init() cleanupEric Dumazet2010-08-051-6/+0
* dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron2010-07-271-1/+3
* module: initialize module dynamic debug laterYehuda Sadeh2010-07-041-8/+15
* module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell2010-06-051-32/+59
* module: verify_export_symbols under the lockRusty Russell2010-06-051-16/+10
* module: move find_module check to endLinus Torvalds2010-06-051-5/+7
* module: make locking more fine-grained.Rusty Russell2010-06-051-23/+42
* module: Make module sysfs functions private.Rusty Russell2010-06-051-4/+25