summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: constructor supportPeter Oberparleiter2009-06-181-0/+16
* printk: add KERN_DEFAULT loglevel to print_modules()Linus Torvalds2009-06-161-1/+1
* module: trim exception table on init free.Rusty Russell2009-06-121-0/+1
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-111-0/+56
|\
| * kmemleak: Add modules supportCatalin Marinas2009-06-111-0/+56
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-111-2/+5
|\ \ | |/ |/|
| * Merge branch 'master' into nextJames Morris2009-05-081-113/+161
| |\
| * | modules: Fix up build when CONFIG_MODULE_UNLOAD=n.Stephen Rothwell2009-04-151-3/+3
| * | modules: sysctl to block module loadingKees Cook2009-04-031-2/+5
* | | ftrace: use module notifier for function tracerSteven Rostedt2009-04-171-12/+7
* | | tracing/events: add support for modules to TRACE_EVENTSteven Rostedt2009-04-141-0/+7
| |/ |/|
* | async: Fix module loading async-work regressionLinus Torvalds2009-04-111-0/+3
* | Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell2009-04-071-3/+0
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-1/+1
|\ \
| * \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-1/+1
| |\ \ | | |/ | |/|
| | * Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar2009-03-201-12/+14
| | |\
| | * \ Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-101-1/+1
| | |\ \
| | * \ \ Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-15/+49
| | |\ \ \
| | * | | | tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker2009-02-091-1/+1
* | | | | | module: use strstarts()Rusty Russell2009-03-311-7/+4
* | | | | | module: don't use stop_machine on module loadRusty Russell2009-03-311-9/+3
* | | | | | module: include other structures in module version checkRusty Russell2009-03-311-5/+13
* | | | | | module: remove the SHF_ALLOC flag on the __versions section.Rusty Russell2009-03-311-0/+3
* | | | | | module: clarify the force-loading taint message.Rusty Russell2009-03-311-6/+6
* | | | | | module: Export symbols needed for KspliceTim Abbott2009-03-311-24/+19
* | | | | | Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg2009-03-311-0/+19
* | | | | | module: remove module_text_address()Rusty Russell2009-03-311-13/+4
* | | | | | module: __module_addressRusty Russell2009-03-311-18/+58
* | | | | | module: Make find_symbol return a struct kernel_symbolTim Abbott2009-03-311-38/+37
* | | | | | kernel/module.c: fix an unused goto labelAmérico Wang2009-03-311-1/+1
* | | | | | param: fix charp parameters set via sysfsRusty Russell2009-03-311-6/+8
|/ / / / /
* | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-15/+49
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-061-1/+1
| | |/ / | |/| |
| * | | percpu: implement new dynamic percpu allocatorTejun Heo2009-02-201-0/+31
| * | | module: reorder module pcpu related functionsTejun Heo2009-02-201-15/+18
| |/ /
* | / dynamic debug: combine dprintk and dynamic printkJason Baron2009-03-241-15/+10
| |/ |/|
* | module: fix refptr allocation and release orderMasami Hiramatsu2009-03-181-12/+14
|/
* modules: Use a better scheme for refcountingEric Dumazet2009-02-021-10/+25
* [CVE-2009-0029] System call wrappers part 08Heiko Carstens2009-01-141-6/+4
* async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-0/+2
* module: add MODULE_STATE_LIVE notifyMasami Hiramatsu2009-01-061-0/+2
* module: add within_module_core() and within_module_init()Masami Hiramatsu2009-01-061-8/+8
* Remove remaining unwinder codeAlexey Dobriyan2009-01-061-15/+0
* module: convert to stop_machine_create/destroy.Heiko Carstens2009-01-051-2/+21
* module: fix module loading failure of large kernel modules for pariscHelge Deller2009-01-051-3/+13
* module: fix warning of unused function when !CONFIG_PROC_FSJianjun Kong2009-01-051-2/+2
* kernel/module.c: compare symbol values when marking symbols as exported in /p...Tim Abbott2009-01-051-8/+8
* tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...Frederic Weisbecker2008-12-081-1/+1
*-. Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-171-10/+1
|\ \
| | * tracepoints: use modules notifiersMathieu Desnoyers2008-11-161-5/+0