aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-05module: refactor out section header rewritingRusty Russell1-25/+45
2010-08-05module: add load_infoLinus Torvalds1-103/+125
2010-08-05module: reduce stack usage for each_symbol()Linus Torvalds1-1/+1
2010-08-05module: refactor load_module part 5Rusty Russell1-76/+106
2010-08-05module: refactor load_module part 4Rusty Russell1-17/+15
2010-08-05module: refactor load_module part 3Rusty Russell1-47/+75
2010-08-05module: refactor load_module part 2Linus Torvalds1-57/+72
2010-08-05module: refactor load_moduleLinus Torvalds1-61/+69
2010-08-05module: module_unload_init() cleanupEric Dumazet1-6/+0
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron1-1/+3
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh1-8/+15
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell1-32/+59
2010-06-05module: verify_export_symbols under the lockRusty Russell1-16/+10
2010-06-05module: move find_module check to endLinus Torvalds1-5/+7
2010-06-05module: make locking more fine-grained.Rusty Russell1-23/+42
2010-06-05module: Make module sysfs functions private.Rusty Russell1-4/+25
2010-06-05module: move sysfs exposure to end of load_moduleRusty Russell1-11/+36
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell1-10/+1
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds1-31/+48
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2010-05-31module: fix reference to mod->percpu after freeing module.Rusty Russell1-1/+4
2010-05-25Revert "module: drop the lock while waiting for module to complete initialization."Linus Torvalds1-37/+22
2010-05-25module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang1-2/+0
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-22/+37
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-0/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+1
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel1-0/+4
2010-05-19module: drop the lock while waiting for module to complete initialization.Rusty Russell1-22/+37
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+2
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo1-12/+2
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-38/+99