summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| | * markers: use module notifierMathieu Desnoyers2008-11-161-4/+0
| |/ |/|
| * ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-161-1/+1
|/
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-231-18/+41
|\
| * proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-231-18/+41
* | Remove stop_machine during module load v2Andi Kleen2008-10-221-25/+22
* | module: simplify load_module.Rusty Russell2008-10-221-136/+99
|/
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-1/+80
|\
| * ftrace: remove old pointers to mcountSteven Rostedt2008-10-141-4/+8
| * ftrace: enable mcount recording for modulesSteven Rostedt2008-10-141-0/+11
| * tracing: Kernel TracepointsMathieu Desnoyers2008-10-141-1/+65
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-171-0/+11
|\ \
| * | Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-101-0/+11
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-1/+32
|\ \
| * | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-161-0/+31
| * | modules: fix module "notes" kobject leakAlexey Dobriyan2008-10-161-1/+1
| |/
* / Make the taint flags reliableAndi Kleen2008-10-161-6/+6
|/
* [module] Don't let gcc inline load_module()Linus Torvalds2008-08-251-1/+1
* modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-121-1/+1
* stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2008-07-281-4/+4
* module: fix build warning with !CONFIG_KALLSYMSWANG Cong2008-07-281-12/+13