summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-031-1/+1
* | module: fix reference to mod->percpu after freeing module.Rusty Russell2010-05-311-1/+4
* | Revert "module: drop the lock while waiting for module to complete initializa...Linus Torvalds2010-05-251-37/+22
* | module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang2010-05-251-2/+0
* | Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds2010-05-211-22/+37
|\ \
| * | module: drop the lock while waiting for module to complete initialization.Rusty Russell2010-05-191-22/+37
* | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-211-0/+4
|\ \ \
| * | | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+4
| |/ /
* | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-1/+1
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-12/+2
|\ \
| * | stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-12/+2
* | | Merge branch 'linus' into tracing/coreIngo Molnar2010-04-081-38/+99
|\ \ \ | |/ /
| * | Fix up possibly racy module refcountingNick Piggin2010-04-051-8/+27
| * | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-291-0/+38
| * | module: encapsulate percpu handling better and record percpu_sizeTejun Heo2010-03-291-31/+35
* | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt2010-03-311-2/+3
* | | tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan2010-03-311-2/+1
|/ /
* | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman2010-03-071-0/+3
* | Merge branch 'master' into percpuTejun Heo2010-02-021-7/+10
|\ \ | |/
| * modules: Skip empty sections when exporting section notesBen Hutchings2010-01-061-7/+10
* | module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter2010-01-051-14/+15
|/
* Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-171-5/+8
|\
| * kmemleak: Scan the _ftrace_events section in modulesCatalin Marinas2009-10-281-0/+6
| * kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas2009-10-281-5/+2
* | module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell2009-12-151-7/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-150/+0
|\ \
| * | percpu: kill legacy percpu allocatorTejun Heo2009-10-021-150/+0
| |/
* | modules: don't export section names of empty sections via sysfsHelge Deller2009-12-021-1/+4
|/
* module: fix up CONFIG_KALLSYMS=n build.Paul Mundt2009-10-011-3/+4
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-261-1/+0
|\
| * modules, tracing: Remove stale struct marker signature from module_layout()Ingo Molnar2009-09-231-1/+0
* | module: don't call percpu_modfree on NULL pointer.Rusty Russell2009-09-251-1/+1
* | module: fix memory leak when load fails after srcversion/version allocatedRusty Russell2009-09-251-0/+12
* | module: reduce string table for loaded modules (v2)Jan Beulich2009-09-251-12/+56
* | module: reduce symbol table for loaded modules (v2)Jan Beulich2009-09-251-4/+87
* | nommu: add support for Memory Protection Units (MPU)Bernd Schmidt2009-09-221-0/+5
|/
* tracing: Remove markersChristoph Hellwig2009-09-181-18/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-3/+3
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-4/+5
| |\
| * | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-241-3/+3
* | | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-061-2/+8
|\ \ \
| * | | modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-281-2/+5
| * | | module: workaround duplicate section namesJames Bottomley2009-08-271-1/+2
| * | | module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-271-2/+4
| | |/ | |/|
* | | tracing/events: Add module tracepointsLi Zefan2009-08-171-0/+11
|/ /
* | module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger2009-07-271-1/+2
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+3
|/
* 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
OpenPOWER on IntegriCloud