aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
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
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet
2010-11-10tracing: Fix module use of trace_bprintk()Steven Rostedt
2010-10-27(trivial) Fix compiler warning in kernel/modules.cMichał Mirosław
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-09-22jump label: Base patch for jump labelJason Baron
2010-08-05module: cleanup comments, remove noinlineRusty Russell
2010-08-05module: group post-relocation functions into post_relocation()Rusty Russell
2010-08-05module: move module args strndup_user to just before useRusty Russell
2010-08-05module: pass load_info into other functionsRusty Russell
2010-08-05module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell
2010-08-05module: sysfs cleanupRusty Russell
2010-08-05module: layout_and_allocateRusty Russell
2010-08-05module: fix crash in get_ksymbol() when oopsing in module initRusty Russell
2010-08-05module: kallsyms functions take struct load_infoRusty Russell
2010-08-05module: refactor out section header rewriting: FIX modversionsRusty Russell
2010-08-05module: refactor out section header rewritingRusty Russell
2010-08-05module: add load_infoLinus Torvalds
2010-08-05module: reduce stack usage for each_symbol()Linus Torvalds
2010-08-05module: refactor load_module part 5Rusty Russell
2010-08-05module: refactor load_module part 4Rusty Russell
2010-08-05module: refactor load_module part 3Rusty Russell
2010-08-05module: refactor load_module part 2Linus Torvalds
2010-08-05module: refactor load_moduleLinus Torvalds
2010-08-05module: module_unload_init() cleanupEric Dumazet
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell
2010-06-05module: verify_export_symbols under the lockRusty Russell
2010-06-05module: move find_module check to endLinus Torvalds
2010-06-05module: make locking more fine-grained.Rusty Russell
2010-06-05module: Make module sysfs functions private.Rusty Russell
2010-06-05module: move sysfs exposure to end of load_moduleRusty Russell
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell