aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-04MIPS: Migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-0/+1
2016-05-13MIPS: module: fix incorrect IS_ERR_VALUE macro usagesGravatar Andrzej Hajda 1-1/+1
2016-05-13MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsGravatar Paul Burton 1-1/+50
2016-05-13MIPS: module: Make consistent use of pr_*()Gravatar Steven J. Hill 1-4/+3
2016-04-03MIPS: Bail on unsupported module relocsGravatar Paul Burton 1-3/+16
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Gravatar Andrey Ryabinin 1-1/+1
2013-10-29MIPS: Use NUMA_NO_NODE instead of -1 for node ID.Gravatar Ralf Baechle 1-1/+2
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-5/+5
2012-09-28MIPS: Fix module.c build for 32 bitGravatar Ralf Baechle 1-120/+1
2012-08-17MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.Gravatar Ralf Baechle 1-7/+28
2012-08-17MIPS: Fix race condition in module relocation code.Gravatar Ralf Baechle 1-7/+6
2012-08-17MIPS: Fix memory leak in error path of HI16/LO16 relocation handling.Gravatar Ralf Baechle 1-2/+7
2011-10-31mips: remove needless include of module.h from core kernel files.Gravatar Paul Gortmaker 1-1/+0
2011-07-24modules: make arch's use default loader hooksGravatar Jonas Bonn 1-18/+2
2011-01-18MIPS: jump label: Add MIPS support.Gravatar David Daney 1-0/+5
2011-01-13mm: unify module_alloc code for vmallocGravatar David Rientjes 1-11/+3
2009-08-03MIPS: Module: Make error messages unique.Gravatar Ralf Baechle 1-3/+5
2009-08-03MIPS: Fix loading of modules with unresolved weak symbolsGravatar Gabor Juhos 1-2/+2
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Gravatar Rusty Russell 1-2/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesGravatar Andrea Righi 1-0/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2006-11-30[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nGravatar Atsushi Nemoto 1-0/+15
2006-06-06[MIPS] Ignore unresolved weak symbols in modules.Gravatar Atsushi Nemoto 1-0/+6
2005-10-29Improved modules loader, more robust and works on 64bit kernels.Gravatar Thiemo Seufer 1-0/+336
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+53