aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/module-plts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin1-1/+1
2021-06-07ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin1-4/+40
2021-06-07ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin1-9/+0
2019-10-27ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsBen Dooks1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-03-17ARM: 8662/1: module: split core and init PLT sectionsArd Biesheuvel1-27/+60
2016-08-30ARM: kernel: avoid brute force search on PLT generationArd Biesheuvel1-28/+32
2016-08-30ARM: kernel: sort relocation sections before allocating PLTsArd Biesheuvel1-29/+69
2016-08-30ARM: kernel: allocate PLT entries only for external symbolsArd Biesheuvel1-12/+37
2016-08-30ARM: kernel: merge core and init PLTsArd Biesheuvel1-46/+22
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-1/+1
2015-06-02ARM: 8364/1: fix BE32 module loadingArnd Bergmann1-0/+2
2015-05-08ARM: 8220/1: allow modules outside of bl rangeArd Biesheuvel1-0/+181