aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAge
* nommu: add support for Memory Protection Units (MPU)Bernd Schmidt2009-09-22
* tracing: Remove markersChristoph Hellwig2009-09-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-15
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-14
| |\
| * | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-24
* | | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-06
|\ \ \
| * | | modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-29
| * | | module: workaround duplicate section namesJames Bottomley2009-08-27
| * | | module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-27
| | |/ | |/|
* / | tracing/events: Add module tracepointsLi Zefan2009-08-17
|/ /
* | module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger2009-07-27
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
|/
* kernel: constructor supportPeter Oberparleiter2009-06-18
* printk: add KERN_DEFAULT loglevel to print_modules()Linus Torvalds2009-06-16
* module: trim exception table on init free.Rusty Russell2009-06-12
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-11
|\
| * kmemleak: Add modules supportCatalin Marinas2009-06-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-11
|\ \ | |/ |/|
| * Merge branch 'master' into nextJames Morris2009-05-08
| |\
| * | modules: Fix up build when CONFIG_MODULE_UNLOAD=n.Stephen Rothwell2009-04-14
| * | modules: sysctl to block module loadingKees Cook2009-04-02
* | | ftrace: use module notifier for function tracerSteven Rostedt2009-04-17
* | | tracing/events: add support for modules to TRACE_EVENTSteven Rostedt2009-04-14
| |/ |/|
* | async: Fix module loading async-work regressionLinus Torvalds2009-04-11
* | Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell2009-04-07
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-05
|\ \
| * \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-01
| |\ \ | | |/ | |/|
| | * Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar2009-03-20
| | |\
| | * \ Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-10
| | |\ \
| | * \ \ Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-06
| | |\ \ \
| | * | | | tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker2009-02-09
* | | | | | module: use strstarts()Rusty Russell2009-03-30
* | | | | | module: don't use stop_machine on module loadRusty Russell2009-03-30
* | | | | | module: include other structures in module version checkRusty Russell2009-03-30
* | | | | | module: remove the SHF_ALLOC flag on the __versions section.Rusty Russell2009-03-30
* | | | | | module: clarify the force-loading taint message.Rusty Russell2009-03-30
* | | | | | module: Export symbols needed for KspliceTim Abbott2009-03-30
* | | | | | Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg2009-03-30
* | | | | | module: remove module_text_address()Rusty Russell2009-03-30
* | | | | | module: __module_addressRusty Russell2009-03-30
* | | | | | module: Make find_symbol return a struct kernel_symbolTim Abbott2009-03-30
* | | | | | kernel/module.c: fix an unused goto labelAmérico Wang2009-03-30
* | | | | | param: fix charp parameters set via sysfsRusty Russell2009-03-30
|/ / / / /
* | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-06
| | |/ / | |/| |
| * | | percpu: implement new dynamic percpu allocatorTejun Heo2009-02-20
| * | | module: reorder module pcpu related functionsTejun Heo2009-02-20
| |/ /
* | / dynamic debug: combine dprintk and dynamic printkJason Baron2009-03-24
| |/ |/|
* | module: fix refptr allocation and release orderMasami Hiramatsu2009-03-17
|/
* modules: Use a better scheme for refcountingEric Dumazet2009-02-02