summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-191-17/+9
* MODSIGN: Add FIPS policyDavid Howells2012-10-101-0/+4
* module: signature checking hookRusty Russell2012-10-101-1/+92
* module: wait when loading a module which is currently initializing.Rusty Russell2012-09-281-2/+26
* module: fix symbol waiting when module fails before initRusty Russell2012-09-281-4/+4
* Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-20/+0
* module: taint kernel when lve module is loadedMatthew Garrett2012-09-281-0/+4
* Guard check in module loader against integer overflowDavid Howells2012-05-231-1/+2
* dynamic_debug: make dynamic-debug work for module initializationJim Cromie2012-04-301-1/+1
* module: Remove module size limitSasha Levin2012-03-261-2/+1
* module: move __module_get and try_module_get() out of line.Steven Rostedt2012-03-261-0/+30
* params: <level>_initcall-like kernel parametersPawel Moll2012-03-261-1/+2
* module: add kernel param to force disable module loadDave Young2012-03-261-0/+1
* error: implicit declaration of function 'module_flags_taint'Kevin Winchester2012-01-151-20/+20
* modules: sysfs - export: taint, coresize, initsizeKay Sievers2012-01-131-29/+64
* module: replace DEBUGP with pr_debugJim Cromie2012-01-131-26/+20
* module: struct module_ref should contains long fieldsEric Dumazet2012-01-131-4/+4
* module: Fix performance regression on modules with large symbol tablesKevin Cernekee2012-01-131-44/+21
* module: Add comments describing how the "strmap" logic worksKevin Cernekee2012-01-131-0/+9
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-071-0/+5
* | module: Enable dynamic debugging regardless of taintBen Hutchings2011-11-071-4/+2
|/
* Tracepoint: Dissociate from module mutexMathieu Desnoyers2011-08-101-47/+0
* module: add /sys/module/<name>/uevent filesKay Sievers2011-07-241-0/+17
* module: change attr callbacks to take struct module_kobjectKay Sievers2011-07-241-7/+7
* modules: add default loader hook implementationsJonas Bonn2011-07-241-0/+49
* 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