aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
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
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds
2010-05-31module: fix reference to mod->percpu after freeing module.Rusty Russell
2010-05-25Revert "module: drop the lock while waiting for module to complete initializa...Linus Torvalds
2010-05-25module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-05-19module: drop the lock while waiting for module to complete initialization.Rusty Russell
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar
2010-04-05Fix up possibly racy module refcountingNick Piggin