aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-03-31module: Make find_symbol return a struct kernel_symbolTim Abbott1-38/+37
2009-03-31kernel/module.c: fix an unused goto labelAmérico Wang1-1/+1
2009-03-31param: fix charp parameters set via sysfsRusty Russell1-6/+8
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-15/+49
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-15/+10
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into tracing/coreIngo Molnar1-12/+14
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu1-12/+14
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar1-1/+1
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-15/+49
2009-03-06percpu, module: implement reserved allocation and use it for module percpu variablesTejun Heo1-1/+1
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo1-0/+31
2009-02-20module: reorder module pcpu related functionsTejun Heo1-15/+18
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker1-1/+1
2009-02-02modules: Use a better scheme for refcountingEric Dumazet1-10/+25
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens1-6/+4
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven1-0/+2
2009-01-06module: add MODULE_STATE_LIVE notifyMasami Hiramatsu1-0/+2
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu1-8/+8
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-15/+0
2009-01-05module: convert to stop_machine_create/destroy.Heiko Carstens1-2/+21
2009-01-05module: fix module loading failure of large kernel modules for pariscHelge Deller1-3/+13
2009-01-05module: fix warning of unused function when !CONFIG_PROC_FSJianjun Kong1-2/+2
2009-01-05kernel/module.c: compare symbol values when marking symbols as exported in /proc/kallsyms.Tim Abbott1-8/+8
2008-12-08tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functionsFrederic Weisbecker1-1/+1
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/coreIngo Molnar1-10/+1
2008-11-16tracepoints: use modules notifiersMathieu Desnoyers1-5/+0
2008-11-16markers: use module notifierMathieu Desnoyers1-4/+0
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-18/+41
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan1-18/+41
2008-10-22Remove stop_machine during module load v2Andi Kleen1-25/+22
2008-10-22module: simplify load_module.Rusty Russell1-136/+99
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+80
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+11
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+32
2008-10-16Make the taint flags reliableAndi Kleen1-6/+6
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-0/+31
2008-10-16modules: fix module "notes" kobject leakAlexey Dobriyan1-1/+1
2008-10-14ftrace: remove old pointers to mcountSteven Rostedt1-4/+8