summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* module: don't unlink the module until we've removed all exposure.Rusty Russell2013-04-171-4/+9
* module: fix symbol versioning with symbol prefixesJames Hogan2013-03-201-1/+2
* CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2013-03-151-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * switch vfs_getattr() to struct pathAl Viro2013-02-261-1/+1
* | module: clean up load_module a little more.Rusty Russell2013-01-211-39/+68
* | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-11/+15
* | module: printk message when module signature fail taints kernel.Rusty Russell2013-01-211-1/+6
* | module: fix missing module_mutex unlockLinus Torvalds2013-01-201-1/+1
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-201-46/+108
|\ \ | |/ |/|
| * module: put modules in list much earlier.Rusty Russell2013-01-121-41/+49
| * module: add new state MODULE_STATE_UNFORMED.Rusty Russell2013-01-121-5/+52
| * module: prevent warning when finit_module a 0 sized fileSasha Levin2013-01-031-0/+7
* | module, async: async_synchronize_full() on module init iff async is usedTejun Heo2013-01-161-2/+25
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-174/+267
|\
| * modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-15/+18
| * module: Remove a extra null character at the top of module->strtab.Satoru Takeuchi2012-12-141-5/+1
| * security: introduce kernel_module_from_file hookKees Cook2012-12-141-0/+11
| * module: add flags arg to sys_finit_module()Rusty Russell2012-12-141-14/+26
| * module: add syscall to load module from fdKees Cook2012-12-141-148/+219
* | kernel: remove reference to feature-removal-schedule.txtTao Ma2012-12-171-3/+0
|/
* module: fix out-by-one error in kallsymsRusty Russell2012-10-311-11/+16
* 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
|\