aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-26switch vfs_getattr() to struct pathGravatar Al Viro 1-1/+1
2013-01-21module: clean up load_module a little more.Gravatar Rusty Russell 1-39/+68
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-11/+15
2013-01-21module: printk message when module signature fail taints kernel.Gravatar Rusty Russell 1-1/+6
2013-01-20module: fix missing module_mutex unlockGravatar Linus Torvalds 1-1/+1
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-46/+108
2013-01-16module, async: async_synchronize_full() on module init iff async is usedGravatar Tejun Heo 1-2/+25
2013-01-12module: put modules in list much earlier.Gravatar Rusty Russell 1-41/+49
2013-01-12module: add new state MODULE_STATE_UNFORMED.Gravatar Rusty Russell 1-5/+52
2013-01-03module: prevent warning when finit_module a 0 sized fileGravatar Sasha Levin 1-0/+7
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-174/+267
2012-12-17kernel: remove reference to feature-removal-schedule.txtGravatar Tao Ma 1-3/+0
2012-12-14modules: don't hand 0 to vmalloc.Gravatar Rusty Russell 1-15/+18
2012-12-14module: Remove a extra null character at the top of module->strtab.Gravatar Satoru Takeuchi 1-5/+1
2012-12-14security: introduce kernel_module_from_file hookGravatar Kees Cook 1-0/+11
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