summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/module-plts.c
AgeCommit message (Expand)Author
2023-08-03ARM: module: Use module_init_layout_section() to spot init sectionsJames Morse
2023-03-09module: replace module_layout with module_memorySong Liu
2022-11-07ARM: 9252/1: module: Teach unwinder about PLTsAlex Sverdlin
2021-07-05ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin
2021-06-07ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin
2021-06-07ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin
2019-10-27ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsBen Dooks
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-03-17ARM: 8662/1: module: split core and init PLT sectionsArd Biesheuvel
2016-08-30ARM: kernel: avoid brute force search on PLT generationArd Biesheuvel
2016-08-30ARM: kernel: sort relocation sections before allocating PLTsArd Biesheuvel
2016-08-30ARM: kernel: allocate PLT entries only for external symbolsArd Biesheuvel
2016-08-30ARM: kernel: merge core and init PLTsArd Biesheuvel
2015-12-04module: use a structure to encapsulate layout.Rusty Russell
2015-06-02ARM: 8364/1: fix BE32 module loadingArnd Bergmann
2015-05-08ARM: 8220/1: allow modules outside of bl rangeArd Biesheuvel