aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesGravatar Eric W. Biederman 1-0/+3
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
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseGravatar Ingo Molnar 1-2/+5
2009-08-27module: workaround duplicate section namesGravatar James Bottomley 1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Gravatar Rusty Russell 1-2/+4
2009-08-17tracing/events: Add module tracepointsGravatar Li Zefan 1-0/+11
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextGravatar Tejun Heo 1-4/+5
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutGravatar Mike Frysinger 1-1/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsGravatar Joe Perches 1-3/+3
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorGravatar Tejun Heo 1-3/+3
2009-06-18kernel: constructor supportGravatar Peter Oberparleiter 1-0/+16
2009-06-16printk: add KERN_DEFAULT loglevel to print_modules()Gravatar Linus Torvalds 1-1/+1
2009-06-12module: trim exception table on init free.Gravatar Rusty Russell 1-0/+1
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-0/+56
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+5
2009-06-11kmemleak: Add modules supportGravatar Catalin Marinas 1-0/+56
2009-05-08Merge branch 'master' into nextGravatar James Morris 1-113/+161
2009-04-17ftrace: use module notifier for function tracerGravatar Steven Rostedt 1-12/+7
2009-04-15modules: Fix up build when CONFIG_MODULE_UNLOAD=n.Gravatar Stephen Rothwell 1-3/+3
2009-04-14tracing/events: add support for modules to TRACE_EVENTGravatar Steven Rostedt 1-0/+7
2009-04-11async: Fix module loading async-work regressionGravatar Linus Torvalds 1-0/+3
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Gravatar Rusty Russell 1-3/+0
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2009-04-03modules: sysctl to block module loadingGravatar Kees Cook 1-2/+5
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 1-1/+1
2009-03-31module: use strstarts()Gravatar Rusty Russell 1-7/+4
2009-03-31module: don't use stop_machine on module loadGravatar Rusty Russell 1-9/+3
2009-03-31module: include other structures in module version checkGravatar Rusty Russell 1-5/+13
2009-03-31module: remove the SHF_ALLOC flag on the __versions section.Gravatar Rusty Russell 1-0/+3
2009-03-31module: clarify the force-loading taint message.Gravatar Rusty Russell 1-6/+6