summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=yFlorian Fainelli2017-05-111-2/+9
* ARM: 8650/1: module: handle negative R_ARM_PREL31 addends correctlyArd Biesheuvel2017-02-281-2/+11
* ARM: 8518/1: Use correct symbols for XIP_KERNELChris Brandt2016-02-111-1/+1
* ARM: 8220/1: allow modules outside of bl rangeArd Biesheuvel2015-05-081-1/+31
* ARM: 8219/1: handle interworking and out-of-range relocations separatelyArd Biesheuvel2015-02-231-14/+24
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+1
* ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-1/+1
* ARM: 8127/1: module: add support for R_ARM_TARGET1 relocationsAndrey Ryabinin2014-08-271-0/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-23/+34
|\
| * ARM: module: correctly relocate instructions in BE8Ben Dooks2013-10-191-23/+34
* | mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
|/
* ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson2013-09-021-0/+8
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-8/+0
* ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*Catalin Marinas2011-08-231-1/+1
* ARM: Fix build error for SMP=n buildsRussell King2011-08-041-0/+4
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-28/+1
* ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin2011-06-171-2/+11
* Merge branch 'p2v' into develRussell King2011-03-161-1/+7
|\
| * ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King2011-02-171-1/+22
* | Merge branch 'misc' into develRussell King2011-03-161-13/+14
|\ \
| * | ARM: improve module relocation fixup diagnosticsRussell King2011-02-231-13/+14
| |/
* / ARM: fixup SMP alternatives in modulesRussell King2011-02-101-1/+21
|/
* mm: unify module_alloc code for vmallocDavid Rientjes2011-01-131-11/+3
* ARM: module: ignore unwind for sections not marked SHF_ALLOCRussell King2010-12-011-0/+3
* ARM: module: clean up handling of ELF unwind tablesRussell King2010-12-011-55/+51
* ARM: 6340/1: module - additional unwind tables for exit/devexit sectionsPhil Carmody2010-09-021-0/+8
* ARM: 6339/1: module - simplify unwind table handlingPhil Carmody2010-09-021-27/+19
* ARM: 6338/1: module - simplify code with temporariesPhil Carmody2010-09-021-6/+8
* ARM: 6191/1: Do not compile the Thumb-2 module relocations on an ARM kernelCatalin Marinas2010-08-051-0/+4
* ARM: 6190/1: Remove dummy loads from the original relocation addressCatalin Marinas2010-08-051-2/+0
* ARM: 6189/1: Add support for the MOVW/MOVT relocations in Thumb-2Catalin Marinas2010-08-051-0/+32
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Thumb-2: Add support for loadable modulesCatalin Marinas2009-07-241-0/+53
* [ARM] 5507/1: support R_ARM_MOVW_ABS_NC and MOVT_ABS relocation typesPaul Gortmaker2009-05-071-0/+15
* Merge branch 'master' into develRussell King2009-03-281-0/+9
|\
| * [ARM] 5428/1: Module relocation update for R_ARM_V4BXDaniel Silverstone2009-03-211-0/+9
* | [ARM] 5384/1: unwind: Add stack unwinding support for loadable modulesCatalin Marinas2009-02-191-0/+64
|/
* [ARM] use asm/sections.hRussell King2008-12-011-2/+2
* [ARM] fix naming of MODULE_START / MODULE_ENDRussell King2008-11-061-4/+4
* [ARM] Improve non-executable supportRussell King2008-10-011-1/+1
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* [ARM] Fix ARM branch relocation rangeKevin Welton2007-05-081-2/+2
* [ARM] nommu: allows to support module in nommuHyok S. Choi2006-09-271-0/+8
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [ARM] 3205/1: Handle new EABI relocations when loading kernel modules.Daniel Jacobowitz2005-12-141-0/+2
* [ARM] Fix sparse warningsRussell King2005-10-281-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+152