aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-05Fix up possibly racy module refcountingNick Piggin1-8/+27
2010-03-31tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt1-2/+3
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan1-2/+1
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo1-0/+38
2010-03-29module: encapsulate percpu handling better and record percpu_sizeTejun Heo1-31/+35
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman1-0/+3
2010-03-03Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko1-1/+1
2010-02-02Merge branch 'master' into percpuTejun Heo1-7/+10
2010-01-06modules: Skip empty sections when exporting section notesBen Hutchings1-7/+10
2010-01-05module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter1-14/+15
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-5/+8
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell1-7/+21
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-150/+0
2009-12-02modules: don't export section names of empty sections via sysfsHelge Deller1-1/+4
2009-10-28kmemleak: Scan the _ftrace_events section in modulesCatalin Marinas1-0/+6
2009-10-28kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas1-5/+2
2009-10-02percpu: kill legacy percpu allocatorTejun Heo1-150/+0
2009-10-01module: fix up CONFIG_KALLSYMS=n build.Paul Mundt1-3/+4
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2009-09-25module: don't call percpu_modfree on NULL pointer.Rusty Russell1-1/+1
2009-09-25module: fix memory leak when load fails after srcversion/version allocatedRusty Russell1-0/+12
2009-09-25module: reduce string table for loaded modules (v2)Jan Beulich1-12/+56
2009-09-25module: reduce symbol table for loaded modules (v2)Jan Beulich1-4/+87
2009-09-23modules, tracing: Remove stale struct marker signature from module_layout()Ingo Molnar1-1/+0
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt1-0/+5
2009-09-18tracing: Remove markersChristoph Hellwig1-18/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar1-2/+8