aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-14module: add flags arg to sys_finit_module()Gravatar Rusty Russell 1-14/+26
2012-12-14module: add syscall to load module from fdGravatar Kees Cook 1-148/+219
2012-10-31module: fix out-by-one error in kallsymsGravatar Rusty Russell 1-11/+16
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchGravatar David Howells 1-17/+9
2012-10-10MODSIGN: Add FIPS policyGravatar David Howells 1-0/+4
2012-10-10module: signature checking hookGravatar Rusty Russell 1-1/+92
2012-09-28module: wait when loading a module which is currently initializing.Gravatar Rusty Russell 1-2/+26
2012-09-28module: fix symbol waiting when module fails before initGravatar Rusty Russell 1-4/+4
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 1-20/+0
2012-09-28module: taint kernel when lve module is loadedGravatar Matthew Garrett 1-0/+4
2012-05-23Guard check in module loader against integer overflowGravatar David Howells 1-1/+2
2012-04-30dynamic_debug: make dynamic-debug work for module initializationGravatar Jim Cromie 1-1/+1
2012-03-26module: Remove module size limitGravatar Sasha Levin 1-2/+1
2012-03-26module: move __module_get and try_module_get() out of line.Gravatar Steven Rostedt 1-0/+30
2012-03-26params: <level>_initcall-like kernel parametersGravatar Pawel Moll 1-1/+2
2012-03-26module: add kernel param to force disable module loadGravatar Dave Young 1-0/+1
2012-01-15error: implicit declaration of function 'module_flags_taint'Gravatar Kevin Winchester 1-20/+20
2012-01-13modules: sysfs - export: taint, coresize, initsizeGravatar Kay Sievers 1-29/+64
2012-01-13module: replace DEBUGP with pr_debugGravatar Jim Cromie 1-26/+20
2012-01-13module: struct module_ref should contains long fieldsGravatar Eric Dumazet 1-4/+4
2012-01-13module: Fix performance regression on modules with large symbol tablesGravatar Kevin Cernekee 1-44/+21
2012-01-13module: Add comments describing how the "strmap" logic worksGravatar Kevin Cernekee 1-0/+9
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeGravatar Ben Hutchings 1-0/+5
2011-11-07module: Enable dynamic debugging regardless of taintGravatar Ben Hutchings 1-4/+2
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-08-10Tracepoint: Dissociate from module mutexGravatar Mathieu Desnoyers 1-47/+0
2011-07-24module: add /sys/module/<name>/uevent filesGravatar Kay Sievers 1-0/+17
2011-07-24module: change attr callbacks to take struct module_kobjectGravatar Kay Sievers 1-7/+7
2011-07-24modules: add default loader hook implementationsGravatar Jonas Bonn 1-0/+49
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2011-05-19module: Use binary search in lookup_symbol()Gravatar Alessio Igor Bogani 1-5/+2
2011-05-19module: Use the binary search for symbols resolutionGravatar Alessio Igor Bogani 1-5/+16
2011-05-19module: each_symbol_section instead of each_symbolGravatar Rusty Russell 1-15/+27
2011-05-19module: split unset_section_ro_nx function.Gravatar Jan Glauber 1-22/+23
2011-05-19module: undo module RONX protection correctly.Gravatar Jan Glauber 1-12/+13
2011-05-19module: zero mod->init_ro_size after init is freed.Gravatar Jan Glauber 1-0/+1
2011-05-19minor ANSI prototype sparse fixGravatar Daniel J Blueman 1-2/+2
2011-04-25modules: Enabled dynamic debugging for staging modulesGravatar Roland Vossen 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesGravatar Kees Cook 1-2/+2
2011-02-03tracepoints: Fix section alignment using pointer arrayGravatar Mathieu Desnoyers 1-8/+8
2010-12-23module: Move RO/NX module protection to after ftrace module updateGravatar Steven Rostedt 1-12/+12
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityGravatar Ingo Molnar 1-0/+12
2010-11-18x86: Add RO/NX protection for loadable kernel modulesGravatar matthieu castet 1-2/+169
2010-11-10tracing: Fix module use of trace_bprintk()Gravatar Steven Rostedt 1-0/+12
2010-10-27(trivial) Fix compiler warning in kernel/modules.cGravatar Michał Mirosław 1-1/+1
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreGravatar Ingo Molnar 1-0/+4
2010-10-05modules: Fix module_bug_list list corruption raceGravatar Linus Torvalds 1-0/+4
2010-09-22jump label: Base patch for jump labelGravatar Jason Baron 1-0/+6