aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-05module: cleanup comments, remove noinlineGravatar Rusty Russell 1-4/+8
2010-08-05module: group post-relocation functions into post_relocation()Gravatar Rusty Russell 1-24/+32
2010-08-05module: move module args strndup_user to just before useGravatar Rusty Russell 1-15/+13
2010-08-05module: pass load_info into other functionsGravatar Rusty Russell 1-215/+157
2010-08-05module: fix sysfs cleanup for !CONFIG_SYSFSGravatar Rusty Russell 1-7/+6
2010-08-05module: sysfs cleanupGravatar Rusty Russell 1-43/+34
2010-08-05module: layout_and_allocateGravatar Rusty Russell 1-99/+125
2010-08-05module: fix crash in get_ksymbol() when oopsing in module initGravatar Rusty Russell 1-1/+2
2010-08-05module: kallsyms functions take struct load_infoGravatar Rusty Russell 1-39/+29
2010-08-05module: refactor out section header rewriting: FIX modversionsGravatar Rusty Russell 1-6/+6
2010-08-05module: refactor out section header rewritingGravatar Rusty Russell 1-25/+45
2010-08-05module: add load_infoGravatar Linus Torvalds 1-103/+125
2010-08-05module: reduce stack usage for each_symbol()Gravatar Linus Torvalds 1-1/+1
2010-08-05module: refactor load_module part 5Gravatar Rusty Russell 1-76/+106
2010-08-05module: refactor load_module part 4Gravatar Rusty Russell 1-17/+15
2010-08-05module: refactor load_module part 3Gravatar Rusty Russell 1-47/+75
2010-08-05module: refactor load_module part 2Gravatar Linus Torvalds 1-57/+72
2010-08-05module: refactor load_moduleGravatar Linus Torvalds 1-61/+69
2010-08-05module: module_unload_init() cleanupGravatar Eric Dumazet 1-6/+0
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Gravatar Jason Baron 1-1/+3
2010-07-04module: initialize module dynamic debug laterGravatar Yehuda Sadeh 1-8/+15
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Gravatar Rusty Russell 1-32/+59
2010-06-05module: verify_export_symbols under the lockGravatar Rusty Russell 1-16/+10
2010-06-05module: move find_module check to endGravatar Linus Torvalds 1-5/+7
2010-06-05module: make locking more fine-grained.Gravatar Rusty Russell 1-23/+42
2010-06-05module: Make module sysfs functions private.Gravatar Rusty Russell 1-4/+25
2010-06-05module: move sysfs exposure to end of load_moduleGravatar Rusty Russell 1-11/+36
2010-06-05module: fix kdb's illicit use of struct module_use.Gravatar Rusty Russell 1-10/+1
2010-06-05module: Make the 'usage' lists be two-wayGravatar Linus Torvalds 1-31/+48
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 1-1/+1
2010-05-31module: fix reference to mod->percpu after freeing module.Gravatar Rusty Russell 1-1/+4
2010-05-25Revert "module: drop the lock while waiting for module to complete initializa...Gravatar Linus Torvalds 1-37/+22
2010-05-25module: remove duplicate declaration of __ksymtab_gpl_futureGravatar Wenji Huang 1-2/+0
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Gravatar Linus Torvalds 1-22/+37
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 1-0/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-1/+1
2010-05-20kdb: core for kgdb back end (2 of 2)Gravatar Jason Wessel 1-0/+4
2010-05-19module: drop the lock while waiting for module to complete initialization.Gravatar Rusty Russell 1-22/+37
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+2
2010-05-06stop_machine: reimplement using cpu_stopGravatar Tejun Heo 1-12/+2
2010-04-08Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 1-38/+99
2010-04-05Fix up possibly racy module refcountingGravatar Nick Piggin 1-8/+27
2010-03-31tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setGravatar Steven Rostedt 1-2/+3
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFGravatar Li Zefan 1-2/+1
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Gravatar Tejun Heo 1-0/+38
2010-03-29module: encapsulate percpu handling better and record percpu_sizeGravatar Tejun Heo 1-31/+35
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesGravatar Eric W. Biederman 1-0/+3
2010-03-03Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Gravatar Denys Vlasenko 1-1/+1
2010-02-02Merge branch 'master' into percpuGravatar Tejun Heo 1-7/+10
2010-01-06modules: Skip empty sections when exporting section notesGravatar Ben Hutchings 1-7/+10