aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel1-2/+3
2021-01-18MIPS: module: optimize module relocations processingAlexander Lobakin1-57/+52
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-56/+165
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-1/+2
2017-06-28MIPS: module: Unify rel & rela reloc handlingPaul Burton1-45/+150
2017-06-28MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton1-12/+16
2016-10-04MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-0/+1
2016-05-13MIPS: module: fix incorrect IS_ERR_VALUE macro usagesAndrzej Hajda1-1/+1
2016-05-13MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsPaul Burton1-1/+50
2016-05-13MIPS: module: Make consistent use of pr_*()Steven J. Hill1-4/+3
2016-04-03MIPS: Bail on unsupported module relocsPaul Burton1-3/+16
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2013-10-29MIPS: Use NUMA_NO_NODE instead of -1 for node ID.Ralf Baechle1-1/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-5/+5
2012-09-28MIPS: Fix module.c build for 32 bitRalf Baechle1-120/+1
2012-08-17MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.Ralf Baechle1-7/+28
2012-08-17MIPS: Fix race condition in module relocation code.Ralf Baechle1-7/+6
2012-08-17MIPS: Fix memory leak in error path of HI16/LO16 relocation handling.Ralf Baechle1-2/+7
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker1-1/+0
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-18/+2
2011-01-18MIPS: jump label: Add MIPS support.David Daney1-0/+5
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-11/+3
2009-08-03MIPS: Module: Make error messages unique.Ralf Baechle1-3/+5
2009-08-03MIPS: Fix loading of modules with unresolved weak symbolsGabor Juhos1-2/+2
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2006-11-30[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto1-0/+15
2006-06-06[MIPS] Ignore unresolved weak symbols in modules.Atsushi Nemoto1-0/+6
2005-10-29Improved modules loader, more robust and works on 64bit kernels.Thiemo Seufer1-0/+336
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+53