aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-1/+1
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-6/+6
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-2/+0
2012-10-23arch/tile: avoid build warnings from duplicate ELF_R_xxx #definesChris Metcalf1-10/+0
2012-05-25arch/tile: support building big-endian kernelChris Metcalf1-1/+11
2012-04-02arch/tile: don't leak kernel memory when we unload modulesChris Metcalf1-0/+2
2011-11-03arch/tile: factor out <arch/opcode.h> headerChris Metcalf1-1/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-31/+0
2011-05-04arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf1-1/+7
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-8/+8
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+257