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