aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-03switch copy_module_from_fd() to fdgetAl Viro
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong
2013-08-20kernel/module.c: use scnprintf() instead of sprintf()Chen Gang
2013-08-20module: Add NOARG flag for ops with param_set_bool_enable_only() set functionSteven Rostedt
2013-07-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-07-03module: cleanup call chain.Rusty Russell
2013-07-03module: do percpu allocation after uniqueness check. No, really!Rusty Russell
2013-07-02modules: don't fail to load on unknown parameters.Rusty Russell
2013-07-02module: don't modify argument of module_kallsyms_lookup_name()Mathias Krause
2013-05-17kmemleak: No need for scanning specific module sectionsSteven Rostedt
2013-05-17kmemleak: Scan all allocated, writeable and not executable module sectionsSteven Rostedt
2013-04-17module: don't unlink the module until we've removed all exposure.Rusty Russell
2013-03-20module: fix symbol versioning with symbol prefixesJames Hogan
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-01-21module: clean up load_module a little more.Rusty Russell
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-21module: printk message when module signature fail taints kernel.Rusty Russell
2013-01-20module: fix missing module_mutex unlockLinus Torvalds
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo
2013-01-12module: put modules in list much earlier.Rusty Russell
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell
2013-01-03module: prevent warning when finit_module a 0 sized fileSasha Levin
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-17kernel: remove reference to feature-removal-schedule.txtTao Ma
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell
2012-12-14module: Remove a extra null character at the top of module->strtab.Satoru Takeuchi
2012-12-14security: introduce kernel_module_from_file hookKees Cook
2012-12-14module: add flags arg to sys_finit_module()Rusty Russell
2012-12-14module: add syscall to load module from fdKees Cook
2012-10-31module: fix out-by-one error in kallsymsRusty Russell
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-10MODSIGN: Add FIPS policyDavid Howells
2012-10-10module: signature checking hookRusty Russell
2012-09-28module: wait when loading a module which is currently initializing.Rusty Russell
2012-09-28module: fix symbol waiting when module fails before initRusty Russell
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-09-28module: taint kernel when lve module is loadedMatthew Garrett
2012-05-23Guard check in module loader against integer overflowDavid Howells
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie
2012-03-26module: Remove module size limitSasha Levin
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll
2012-03-26module: add kernel param to force disable module loadDave Young
2012-01-15error: implicit declaration of function 'module_flags_taint'Kevin Winchester
2012-01-13modules: sysfs - export: taint, coresize, initsizeKay Sievers
2012-01-13module: replace DEBUGP with pr_debugJim Cromie