summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module-plts.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* 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/+2Star
* arm64: module: split core and init PLT sectionsArd Biesheuvel2017-04-261-45/+63
* arm64: add support for module PLTsArd Biesheuvel2016-02-241-0/+201