summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-151-56/+165
|\
| * MIPS: module: Unify rel & rela reloc handlingPaul Burton2017-06-281-45/+150
| * MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton2017-06-281-12/+16
* | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-101-1/+2
|/
* MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-041-0/+1
* MIPS: module: fix incorrect IS_ERR_VALUE macro usagesAndrzej Hajda2016-05-131-1/+1
* MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsPaul Burton2016-05-131-1/+50
* MIPS: module: Make consistent use of pr_*()Steven J. Hill2016-05-131-4/+3
* MIPS: Bail on unsupported module relocsPaul Burton2016-04-031-3/+16
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+1
* MIPS: Use NUMA_NO_NODE instead of -1 for node ID.Ralf Baechle2013-10-291-1/+2
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-5/+5
* MIPS: Fix module.c build for 32 bitRalf Baechle2012-09-281-120/+1
* MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.Ralf Baechle2012-08-171-7/+28
* MIPS: Fix race condition in module relocation code.Ralf Baechle2012-08-171-7/+6
* MIPS: Fix memory leak in error path of HI16/LO16 relocation handling.Ralf Baechle2012-08-171-2/+7
* mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-10-311-1/+0
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-18/+2
* MIPS: jump label: Add MIPS support.David Daney2011-01-181-0/+5
* mm: unify module_alloc code for vmallocDavid Rientjes2011-01-131-11/+3
* MIPS: Module: Make error messages unique.Ralf Baechle2009-08-031-3/+5
* MIPS: Fix loading of modules with unresolved weak symbolsGabor Juhos2009-08-031-2/+2
* module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto2006-11-301-0/+15
* [MIPS] Ignore unresolved weak symbols in modules.Atsushi Nemoto2006-06-061-0/+6
* Improved modules loader, more robust and works on 64bit kernels.Thiemo Seufer2005-10-291-0/+336
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+53
OpenPOWER on IntegriCloud