summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/module-plts.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: module: Use module_init_layout_section() to spot init sectionsJames Morse2023-08-031-1/+1
* module: replace module_layout with module_memorySong Liu2023-03-091-7/+2
* ARM: 9252/1: module: Teach unwinder about PLTsAlex Sverdlin2022-11-071-0/+14
* ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin2021-07-051-1/+1
* ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin2021-06-071-4/+40
* ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin2021-06-071-9/+0
* ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsBen Dooks2019-10-271-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: 8662/1: module: split core and init PLT sectionsArd Biesheuvel2017-03-171-27/+60
* ARM: kernel: avoid brute force search on PLT generationArd Biesheuvel2016-08-301-28/+32
* ARM: kernel: sort relocation sections before allocating PLTsArd Biesheuvel2016-08-301-29/+69
* ARM: kernel: allocate PLT entries only for external symbolsArd Biesheuvel2016-08-301-12/+37
* ARM: kernel: merge core and init PLTsArd Biesheuvel2016-08-301-46/+22
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-1/+1
* ARM: 8364/1: fix BE32 module loadingArnd Bergmann2015-06-021-0/+2
* ARM: 8220/1: allow modules outside of bl rangeArd Biesheuvel2015-05-081-0/+181