aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2010-04-05Fix up possibly racy module refcountingNick Piggin
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-03-29module: encapsulate percpu handling better and record percpu_sizeTejun Heo
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman
2010-02-02Merge branch 'master' into percpuTejun Heo
2010-01-06modules: Skip empty sections when exporting section notesBen Hutchings
2010-01-05module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-02modules: don't export section names of empty sections via sysfsHelge Deller
2009-10-28kmemleak: Scan the _ftrace_events section in modulesCatalin Marinas
2009-10-28kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas
2009-10-02percpu: kill legacy percpu allocatorTejun Heo
2009-10-01module: fix up CONFIG_KALLSYMS=n build.Paul Mundt
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-09-25module: don't call percpu_modfree on NULL pointer.Rusty Russell
2009-09-25module: fix memory leak when load fails after srcversion/version allocatedRusty Russell
2009-09-25module: reduce string table for loaded modules (v2)Jan Beulich
2009-09-25module: reduce symbol table for loaded modules (v2)Jan Beulich
2009-09-23modules, tracing: Remove stale struct marker signature from module_layout()Ingo Molnar
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt
2009-09-18tracing: Remove markersChristoph Hellwig
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar
2009-08-27module: workaround duplicate section namesJames Bottomley
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell
2009-08-17tracing/events: Add module tracepointsLi Zefan
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo
2009-06-18kernel: constructor supportPeter Oberparleiter
2009-06-16printk: add KERN_DEFAULT loglevel to print_modules()Linus Torvalds
2009-06-12module: trim exception table on init free.Rusty Russell
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11kmemleak: Add modules supportCatalin Marinas
2009-05-08Merge branch 'master' into nextJames Morris
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt
2009-04-15modules: Fix up build when CONFIG_MODULE_UNLOAD=n.Stephen Rothwell
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt
2009-04-11async: Fix module loading async-work regressionLinus Torvalds
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-03modules: sysctl to block module loadingKees Cook
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-31module: use strstarts()Rusty Russell
2009-03-31module: don't use stop_machine on module loadRusty Russell