aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-05module: Use this_cpu_xx to dynamically allocate countersGravatar Christoph Lameter 1-14/+15
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-5/+8
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yGravatar Rusty Russell 1-7/+21
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-150/+0
2009-12-02modules: don't export section names of empty sections via sysfsGravatar Helge Deller 1-1/+4
2009-10-28kmemleak: Scan the _ftrace_events section in modulesGravatar Catalin Marinas 1-0/+6
2009-10-28kmemleak: Simplify the kmemleak_scan_area() function prototypeGravatar Catalin Marinas 1-5/+2
2009-10-02percpu: kill legacy percpu allocatorGravatar Tejun Heo 1-150/+0
2009-10-01module: fix up CONFIG_KALLSYMS=n build.Gravatar Paul Mundt 1-3/+4
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+0
2009-09-25module: don't call percpu_modfree on NULL pointer.Gravatar Rusty Russell 1-1/+1
2009-09-25module: fix memory leak when load fails after srcversion/version allocatedGravatar Rusty Russell 1-0/+12
2009-09-25module: reduce string table for loaded modules (v2)Gravatar Jan Beulich 1-12/+56
2009-09-25module: reduce symbol table for loaded modules (v2)Gravatar Jan Beulich 1-4/+87
2009-09-23modules, tracing: Remove stale struct marker signature from module_layout()Gravatar Ingo Molnar 1-1/+0
2009-09-22nommu: add support for Memory Protection Units (MPU)Gravatar Bernd Schmidt 1-0/+5
2009-09-18tracing: Remove markersGravatar Christoph Hellwig 1-18/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-3/+3
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreGravatar Ingo Molnar 1-2/+8