aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Guard check in module loader against integer overflowDavid Howells1-1/+2
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie1-1/+1
2012-03-26module: Remove module size limitSasha Levin1-2/+1
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt1-0/+30
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll1-1/+2
2012-03-26module: add kernel param to force disable module loadDave Young1-0/+1
2012-01-15error: implicit declaration of function 'module_flags_taint'Kevin Winchester1-20/+20
2012-01-13modules: sysfs - export: taint, coresize, initsizeKay Sievers1-29/+64
2012-01-13module: replace DEBUGP with pr_debugJim Cromie1-26/+20
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet1-4/+4
2012-01-13module: Fix performance regression on modules with large symbol tablesKevin Cernekee1-44/+21
2012-01-13module: Add comments describing how the "strmap" logic worksKevin Cernekee1-0/+9
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings1-0/+5
2011-11-07module: Enable dynamic debugging regardless of taintBen Hutchings1-4/+2
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers1-47/+0
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers1-0/+17
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers1-7/+7
2011-07-24modules: add default loader hook implementationsJonas Bonn1-0/+49
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-2/+2
2011-05-19module: Use binary search in lookup_symbol()Alessio Igor Bogani1-5/+2
2011-05-19module: Use the binary search for symbols resolutionAlessio Igor Bogani1-5/+16
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell1-15/+27
2011-05-19module: split unset_section_ro_nx function.Jan Glauber1-22/+23
2011-05-19module: undo module RONX protection correctly.Jan Glauber1-12/+13
2011-05-19module: zero mod->init_ro_size after init is freed.Jan Glauber1-0/+1
2011-05-19minor ANSI prototype sparse fixDaniel J Blueman1-2/+2
2011-04-25modules: Enabled dynamic debugging for staging modulesRoland Vossen1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook1-2/+2
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers1-8/+8
2010-12-23module: Move RO/NX module protection to after ftrace module updateSteven Rostedt1-12/+12
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar1-0/+12
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet1-2/+169
2010-11-10tracing: Fix module use of trace_bprintk()Steven Rostedt1-0/+12
2010-10-27(trivial) Fix compiler warning in kernel/modules.cMichał Mirosław1-1/+1
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar1-0/+4
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-0/+4
2010-09-22jump label: Base patch for jump labelJason Baron1-0/+6
2010-08-05module: cleanup comments, remove noinlineRusty Russell1-4/+8
2010-08-05module: group post-relocation functions into post_relocation()Rusty Russell1-24/+32
2010-08-05module: move module args strndup_user to just before useRusty Russell1-15/+13
2010-08-05module: pass load_info into other functionsRusty Russell1-215/+157
2010-08-05module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell1-7/+6
2010-08-05module: sysfs cleanupRusty Russell1-43/+34
2010-08-05module: layout_and_allocateRusty Russell1-99/+125
2010-08-05module: fix crash in get_ksymbol() when oopsing in module initRusty Russell1-1/+2
2010-08-05module: kallsyms functions take struct load_infoRusty Russell1-39/+29
2010-08-05module: refactor out section header rewriting: FIX modversionsRusty Russell1-6/+6