summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* (trivial) Fix compiler warning in kernel/modules.cMichał Mirosław2010-10-271-1/+1
* Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-081-0/+4
|\
| * modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-0/+4
* | jump label: Base patch for jump labelJason Baron2010-09-221-0/+6
|/
* module: cleanup comments, remove noinlineRusty Russell2010-08-051-4/+8
* module: group post-relocation functions into post_relocation()Rusty Russell2010-08-051-24/+32
* module: move module args strndup_user to just before useRusty Russell2010-08-051-15/+13
* module: pass load_info into other functionsRusty Russell2010-08-051-215/+157
* module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell2010-08-051-7/+6
* module: sysfs cleanupRusty Russell2010-08-051-43/+34
* module: layout_and_allocateRusty Russell2010-08-051-99/+125
* module: fix crash in get_ksymbol() when oopsing in module initRusty Russell2010-08-051-1/+2
* module: kallsyms functions take struct load_infoRusty Russell2010-08-051-39/+29
* module: refactor out section header rewriting: FIX modversionsRusty Russell2010-08-051-6/+6
* module: refactor out section header rewritingRusty Russell2010-08-051-25/+45
* module: add load_infoLinus Torvalds2010-08-051-103/+125
* module: reduce stack usage for each_symbol()Linus Torvalds2010-08-051-1/+1
* module: refactor load_module part 5Rusty Russell2010-08-051-76/+106
* module: refactor load_module part 4Rusty Russell2010-08-051-17/+15
* module: refactor load_module part 3Rusty Russell2010-08-051-47/+75
* module: refactor load_module part 2Linus Torvalds2010-08-051-57/+72
* module: refactor load_moduleLinus Torvalds2010-08-051-61/+69
* module: module_unload_init() cleanupEric Dumazet2010-08-051-6/+0
* dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron2010-07-271-1/+3
* module: initialize module dynamic debug laterYehuda Sadeh2010-07-041-8/+15
* module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell2010-06-051-32/+59
* module: verify_export_symbols under the lockRusty Russell2010-06-051-16/+10
* module: move find_module check to endLinus Torvalds2010-06-051-5/+7
* module: make locking more fine-grained.Rusty Russell2010-06-051-23/+42
* module: Make module sysfs functions private.Rusty Russell2010-06-051-4/+25
* module: move sysfs exposure to end of load_moduleRusty Russell2010-06-051-11/+36
* module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-051-10/+1
* module: Make the 'usage' lists be two-wayLinus Torvalds2010-06-051-31/+48
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-1/+1
|\
| * Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-031-1/+1
* | module: fix reference to mod->percpu after freeing module.Rusty Russell2010-05-311-1/+4
* | Revert "module: drop the lock while waiting for module to complete initializa...Linus Torvalds2010-05-251-37/+22
* | module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang2010-05-251-2/+0
* | Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds2010-05-211-22/+37
|\ \
| * | module: drop the lock while waiting for module to complete initialization.Rusty Russell2010-05-191-22/+37
* | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-211-0/+4
|\ \ \
| * | | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+4
| |/ /
* | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-1/+1
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-12/+2
|\ \
| * | stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-12/+2
* | | Merge branch 'linus' into tracing/coreIngo Molnar2010-04-081-38/+99
|\ \ \ | |/ /
| * | Fix up possibly racy module refcountingNick Piggin2010-04-051-8/+27
| * | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-291-0/+38
| * | module: encapsulate percpu handling better and record percpu_sizeTejun Heo2010-03-291-31/+35
* | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt2010-03-311-2/+3
OpenPOWER on IntegriCloud