summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
* module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-1/+1
* tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-111-6/+6
* mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-061-1/+1
* modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-2/+0
* arch/tile: avoid build warnings from duplicate ELF_R_xxx #definesChris Metcalf2012-10-231-10/+0
* arch/tile: support building big-endian kernelChris Metcalf2012-05-251-1/+11
* arch/tile: don't leak kernel memory when we unload modulesChris Metcalf2012-04-021-0/+2
* arch/tile: factor out <arch/opcode.h> headerChris Metcalf2011-11-031-1/+1
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-31/+0
* arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf2011-05-041-1/+7
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-061-8/+8
* arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-041-0/+257