aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar1-2/+5
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-17tracing/events: Add module tracepointsLi Zefan1-0/+11
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-4/+5
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger1-1/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo1-3/+3
2009-06-18kernel: constructor supportPeter Oberparleiter1-0/+16
2009-06-16printk: add KERN_DEFAULT loglevel to print_modules()Linus Torvalds1-1/+1
2009-06-12module: trim exception table on init free.Rusty Russell1-0/+1
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+56
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+5
2009-06-11kmemleak: Add modules supportCatalin Marinas1-0/+56
2009-05-08Merge branch 'master' into nextJames Morris1-113/+161
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt1-12/+7
2009-04-15modules: Fix up build when CONFIG_MODULE_UNLOAD=n.Stephen Rothwell1-3/+3
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt1-0/+7
2009-04-11async: Fix module loading async-work regressionLinus Torvalds1-0/+3
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell1-3/+0
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-04-03modules: sysctl to block module loadingKees Cook1-2/+5
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-1/+1
2009-03-31module: use strstarts()Rusty Russell1-7/+4
2009-03-31module: don't use stop_machine on module loadRusty Russell1-9/+3
2009-03-31module: include other structures in module version checkRusty Russell1-5/+13
2009-03-31module: remove the SHF_ALLOC flag on the __versions section.Rusty Russell1-0/+3
2009-03-31module: clarify the force-loading taint message.Rusty Russell1-6/+6
2009-03-31module: Export symbols needed for KspliceTim Abbott1-24/+19
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg1-0/+19
2009-03-31module: remove module_text_address()Rusty Russell1-13/+4
2009-03-31module: __module_addressRusty Russell1-18/+58