aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
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
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet
2012-01-13module: Fix performance regression on modules with large symbol tablesKevin Cernekee
2012-01-13module: Add comments describing how the "strmap" logic worksKevin Cernekee
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings
2011-11-07module: Enable dynamic debugging regardless of taintBen Hutchings
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers
2011-07-24modules: add default loader hook implementationsJonas Bonn
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-05-19module: Use binary search in lookup_symbol()Alessio Igor Bogani
2011-05-19module: Use the binary search for symbols resolutionAlessio Igor Bogani
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell
2011-05-19module: split unset_section_ro_nx function.Jan Glauber
2011-05-19module: undo module RONX protection correctly.Jan Glauber
2011-05-19module: zero mod->init_ro_size after init is freed.Jan Glauber
2011-05-19minor ANSI prototype sparse fixDaniel J Blueman
2011-04-25modules: Enabled dynamic debugging for staging modulesRoland Vossen
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2010-12-23module: Move RO/NX module protection to after ftrace module updateSteven Rostedt
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar