summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module-plts.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: module: Make plt_equals_entry() staticLi Huafei2022-09-291-1/+2
* arm64: fix typos in commentsJulia Lawall2022-04-041-1/+1
* arm64: improve whitespaceZhiyuan Dai2021-02-041-1/+1
* arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACEJessica Yu2020-09-021-2/+1
* arm64/module: Optimize module load time by optimizing PLT countingSaravana Kannan2020-07-021-3/+43
* arm64: implement ftrace with regsTorsten Duwe2019-11-061-1/+2
* arm64: Replace strncmp with str_has_prefixChuhong Yuan2019-08-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel2018-11-271-21/+78
* arm64/module: use plt section indices for relocationsJessica Yu2018-11-201-16/+20
* arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips2018-04-241-1/+1
* arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel2018-03-091-1/+2
* arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-091-3/+83
* arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel2018-03-081-1/+2
* arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel2017-12-011-0/+12
* arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel2017-12-011-36/+2
* arm64: module: split core and init PLT sectionsArd Biesheuvel2017-04-261-45/+63
* arm64: add support for module PLTsArd Biesheuvel2016-02-241-0/+201