aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/module-plts.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03ARM: module: Use module_init_layout_section() to spot init sectionsGravatar James Morse 1-1/+1
2023-03-09module: replace module_layout with module_memoryGravatar Song Liu 1-7/+2
2022-11-07ARM: 9252/1: module: Teach unwinder about PLTsGravatar Alex Sverdlin 1-0/+14
2021-07-05ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEGravatar Alex Sverdlin 1-1/+1
2021-06-07ARM: 9079/1: ftrace: Add MODULE_PLTS supportGravatar Alex Sverdlin 1-4/+40
2021-06-07ARM: 9077/1: PLT: Move struct plt_entries definition to headerGravatar Alex Sverdlin 1-9/+0
2019-10-27ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsGravatar Ben Dooks 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-03-17ARM: 8662/1: module: split core and init PLT sectionsGravatar Ard Biesheuvel 1-27/+60
2016-08-30ARM: kernel: avoid brute force search on PLT generationGravatar Ard Biesheuvel 1-28/+32
2016-08-30ARM: kernel: sort relocation sections before allocating PLTsGravatar Ard Biesheuvel 1-29/+69
2016-08-30ARM: kernel: allocate PLT entries only for external symbolsGravatar Ard Biesheuvel 1-12/+37
2016-08-30ARM: kernel: merge core and init PLTsGravatar Ard Biesheuvel 1-46/+22
2015-12-04module: use a structure to encapsulate layout.Gravatar Rusty Russell 1-1/+1
2015-06-02ARM: 8364/1: fix BE32 module loadingGravatar Arnd Bergmann 1-0/+2
2015-05-08ARM: 8220/1: allow modules outside of bl rangeGravatar Ard Biesheuvel 1-0/+181