aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAge
* module: cleanup comments, remove noinlineRusty Russell2010-08-04
* module: group post-relocation functions into post_relocation()Rusty Russell2010-08-04
* module: move module args strndup_user to just before useRusty Russell2010-08-04
* module: pass load_info into other functionsRusty Russell2010-08-04
* module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell2010-08-04
* module: sysfs cleanupRusty Russell2010-08-04
* module: layout_and_allocateRusty Russell2010-08-04
* module: fix crash in get_ksymbol() when oopsing in module initRusty Russell2010-08-04
* module: kallsyms functions take struct load_infoRusty Russell2010-08-04
* module: refactor out section header rewriting: FIX modversionsRusty Russell2010-08-04
* module: refactor out section header rewritingRusty Russell2010-08-04
* module: add load_infoLinus Torvalds2010-08-04
* module: reduce stack usage for each_symbol()Linus Torvalds2010-08-04
* module: refactor load_module part 5Rusty Russell2010-08-04
* module: refactor load_module part 4Rusty Russell2010-08-04
* module: refactor load_module part 3Rusty Russell2010-08-04
* module: refactor load_module part 2Linus Torvalds2010-08-04
* module: refactor load_moduleLinus Torvalds2010-08-04
* module: module_unload_init() cleanupEric Dumazet2010-08-04
* dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron2010-07-27
* module: initialize module dynamic debug laterYehuda Sadeh2010-07-04
* module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell2010-06-04
* module: verify_export_symbols under the lockRusty Russell2010-06-04
* module: move find_module check to endLinus Torvalds2010-06-04
* module: make locking more fine-grained.Rusty Russell2010-06-04
* module: Make module sysfs functions private.Rusty Russell2010-06-04
* module: move sysfs exposure to end of load_moduleRusty Russell2010-06-04
* module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-04
* module: Make the 'usage' lists be two-wayLinus Torvalds2010-06-04
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-01
|\
| * Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-03
* | module: fix reference to mod->percpu after freeing module.Rusty Russell2010-05-31
* | Revert "module: drop the lock while waiting for module to complete initializa...Linus Torvalds2010-05-25
* | module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang2010-05-25
* | Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds2010-05-21
|\ \
| * | module: drop the lock while waiting for module to complete initialization.Rusty Russell2010-05-19
* | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-21
|\ \ \
| * | | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-20
| |/ /
* / / sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-21
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-18
|\ \
| * | stop_machine: reimplement using cpu_stopTejun Heo2010-05-06
* | | Merge branch 'linus' into tracing/coreIngo Molnar2010-04-08
|\| |
| * | Fix up possibly racy module refcountingNick Piggin2010-04-05
| * | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-29
| * | module: encapsulate percpu handling better and record percpu_sizeTejun Heo2010-03-29
* | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt2010-03-31
* | | tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan2010-03-31
|/ /
* | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman2010-03-07
* | Merge branch 'master' into percpuTejun Heo2010-02-02
|\|
| * modules: Skip empty sections when exporting section notesBen Hutchings2010-01-06