aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-20ARM: 9204/2: module: Add all unwind tables when load moduleChen Zhongjin1-38/+40
2022-01-24ARM: assembler: define a Kconfig symbol for group relocation supportArd Biesheuvel1-1/+6
2021-12-06ARM: module: implement support for PC-relative group relocationsArd Biesheuvel1-0/+85
2020-10-28ARM: module: add support for place relative relocationsArd Biesheuvel1-2/+18
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-19ARM: 8975/1: module: fix handling of unwind init sectionsVincent Whitchurch1-3/+19
2019-07-18Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-0/+7
2019-06-24ARM: module: recognize unwind exit sectionsMatthias Schiffer1-0/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-05-11ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=yFlorian Fainelli1-2/+9
2017-02-28ARM: 8650/1: module: handle negative R_ARM_PREL31 addends correctlyArd Biesheuvel1-2/+11
2016-02-11ARM: 8518/1: Use correct symbols for XIP_KERNELChris Brandt1-1/+1
2015-05-08ARM: 8220/1: allow modules outside of bl rangeArd Biesheuvel1-1/+31
2015-02-23ARM: 8219/1: handle interworking and out-of-range relocations separatelyArd Biesheuvel1-14/+24
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-1/+1
2014-08-27ARM: 8127/1: module: add support for R_ARM_TARGET1 relocationsAndrey Ryabinin1-0/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-23/+34
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-10-19ARM: module: correctly relocate instructions in BE8Ben Dooks1-23/+34
2013-09-02ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson1-0/+8
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-8/+0
2011-08-23ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*Catalin Marinas1-1/+1
2011-08-04ARM: Fix build error for SMP=n buildsRussell King1-0/+4
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-28/+1
2011-06-17ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin1-2/+11
2011-03-16Merge branch 'p2v' into develRussell King1-1/+7
2011-03-16Merge branch 'misc' into develRussell King1-13/+14
2011-02-23ARM: improve module relocation fixup diagnosticsRussell King1-13/+14
2011-02-17ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King1-1/+22
2011-02-10ARM: fixup SMP alternatives in modulesRussell King1-1/+21
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-11/+3
2010-12-01ARM: module: ignore unwind for sections not marked SHF_ALLOCRussell King1-0/+3
2010-12-01ARM: module: clean up handling of ELF unwind tablesRussell King1-55/+51
2010-09-02ARM: 6340/1: module - additional unwind tables for exit/devexit sectionsPhil Carmody1-0/+8
2010-09-02ARM: 6339/1: module - simplify unwind table handlingPhil Carmody1-27/+19
2010-09-02ARM: 6338/1: module - simplify code with temporariesPhil Carmody1-6/+8
2010-08-05ARM: 6191/1: Do not compile the Thumb-2 module relocations on an ARM kernelCatalin Marinas1-0/+4
2010-08-05ARM: 6190/1: Remove dummy loads from the original relocation addressCatalin Marinas1-2/+0
2010-08-05ARM: 6189/1: Add support for the MOVW/MOVT relocations in Thumb-2Catalin Marinas1-0/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-07-24Thumb-2: Add support for loadable modulesCatalin Marinas1-0/+53
2009-05-07[ARM] 5507/1: support R_ARM_MOVW_ABS_NC and MOVT_ABS relocation typesPaul Gortmaker1-0/+15
2009-03-28Merge branch 'master' into develRussell King1-0/+9
2009-03-21[ARM] 5428/1: Module relocation update for R_ARM_V4BXDaniel Silverstone1-0/+9
2009-02-19[ARM] 5384/1: unwind: Add stack unwinding support for loadable modulesCatalin Marinas1-0/+64
2008-12-01[ARM] use asm/sections.hRussell King1-2/+2
2008-11-06[ARM] fix naming of MODULE_START / MODULE_ENDRussell King1-4/+4
2008-10-01[ARM] Improve non-executable supportRussell King1-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1