aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2009-03-31module: Export symbols needed for KspliceGravatar Tim Abbott 1-24/+19
2009-03-31Ksplice: Add functions for walking kallsyms symbolsGravatar Anders Kaseorg 1-0/+19
2009-03-31module: remove module_text_address()Gravatar Rusty Russell 1-13/+4
2009-03-31module: __module_addressGravatar Rusty Russell 1-18/+58
2009-03-31module: Make find_symbol return a struct kernel_symbolGravatar Tim Abbott 1-38/+37
2009-03-31kernel/module.c: fix an unused goto labelGravatar Américo Wang 1-1/+1
2009-03-31param: fix charp parameters set via sysfsGravatar Rusty Russell 1-6/+8
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 1-15/+49
2009-03-24dynamic debug: combine dprintk and dynamic printkGravatar Jason Baron 1-15/+10
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Gravatar Ingo Molnar 1-12/+14
2009-03-18module: fix refptr allocation and release orderGravatar Masami Hiramatsu 1-12/+14
2009-03-10Merge branch 'x86/core' into tracing/ftraceGravatar Ingo Molnar 1-1/+1
2009-03-06Merge branch 'x86/core' into tracing/texteditGravatar Ingo Molnar 1-15/+49
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Gravatar Tejun Heo 1-1/+1
2009-02-20percpu: implement new dynamic percpu allocatorGravatar Tejun Heo 1-0/+31
2009-02-20module: reorder module pcpu related functionsGravatar Tejun Heo 1-15/+18
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkGravatar Frederic Weisbecker 1-1/+1
2009-02-02modules: Use a better scheme for refcountingGravatar Eric Dumazet 1-10/+25
2009-01-14[CVE-2009-0029] System call wrappers part 08Gravatar Heiko Carstens 1-6/+4
2009-01-07async: Asynchronous function calls to speed up kernel bootGravatar Arjan van de Ven 1-0/+2
2009-01-06module: add MODULE_STATE_LIVE notifyGravatar Masami Hiramatsu 1-0/+2
2009-01-06module: add within_module_core() and within_module_init()Gravatar Masami Hiramatsu 1-8/+8
2009-01-06Remove remaining unwinder codeGravatar Alexey Dobriyan 1-15/+0
2009-01-05module: convert to stop_machine_create/destroy.Gravatar Heiko Carstens 1-2/+21
2009-01-05module: fix module loading failure of large kernel modules for pariscGravatar Helge Deller 1-3/+13
2009-01-05module: fix warning of unused function when !CONFIG_PROC_FSGravatar Jianjun Kong 1-2/+2