summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
AgeCommit message (Expand)AuthorLines
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2011-05-19module: Use binary search in lookup_symbol()Alessio Igor Bogani-5/+2
2011-05-19module: Use the binary search for symbols resolutionAlessio Igor Bogani-5/+16
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell-15/+27
2011-05-19module: split unset_section_ro_nx function.Jan Glauber-22/+23
2011-05-19module: undo module RONX protection correctly.Jan Glauber-12/+13
2011-05-19module: zero mod->init_ro_size after init is freed.Jan Glauber-0/+1
2011-05-19minor ANSI prototype sparse fixDaniel J Blueman-2/+2
2011-04-25modules: Enabled dynamic debugging for staging modulesRoland Vossen-2/+2
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook-2/+2
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers-8/+8
2010-12-23module: Move RO/NX module protection to after ftrace module updateSteven Rostedt-12/+12
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar-0/+12
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet-2/+169
2010-11-10tracing: Fix module use of trace_bprintk()Steven Rostedt-0/+12
2010-10-27(trivial) Fix compiler warning in kernel/modules.cMichał Mirosław-1/+1
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar-0/+4
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds-0/+4
2010-09-22jump label: Base patch for jump labelJason Baron-0/+6
2010-08-05module: cleanup comments, remove noinlineRusty Russell-4/+8
2010-08-05module: group post-relocation functions into post_relocation()Rusty Russell-24/+32
2010-08-05module: move module args strndup_user to just before useRusty Russell-15/+13
2010-08-05module: pass load_info into other functionsRusty Russell-215/+157
2010-08-05module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell-7/+6
2010-08-05module: sysfs cleanupRusty Russell-43/+34
2010-08-05module: layout_and_allocateRusty Russell-99/+125
2010-08-05module: fix crash in get_ksymbol() when oopsing in module initRusty Russell-1/+2
2010-08-05module: kallsyms functions take struct load_infoRusty Russell-39/+29
2010-08-05module: refactor out section header rewriting: FIX modversionsRusty Russell-6/+6
2010-08-05module: refactor out section header rewritingRusty Russell-25/+45
2010-08-05module: add load_infoLinus Torvalds-103/+125
2010-08-05module: reduce stack usage for each_symbol()Linus Torvalds-1/+1
2010-08-05module: refactor load_module part 5Rusty Russell-76/+106
2010-08-05module: refactor load_module part 4Rusty Russell-17/+15
2010-08-05module: refactor load_module part 3Rusty Russell-47/+75
2010-08-05module: refactor load_module part 2Linus Torvalds-57/+72
2010-08-05module: refactor load_moduleLinus Torvalds-61/+69
2010-08-05module: module_unload_init() cleanupEric Dumazet-6/+0
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron-1/+3
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh-8/+15
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell-32/+59
2010-06-05module: verify_export_symbols under the lockRusty Russell-16/+10
2010-06-05module: move find_module check to endLinus Torvalds-5/+7
2010-06-05module: make locking more fine-grained.Rusty Russell-23/+42
2010-06-05module: Make module sysfs functions private.Rusty Russell-4/+25
2010-06-05module: move sysfs exposure to end of load_moduleRusty Russell-11/+36
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell-10/+1
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds-31/+48
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds-1/+1