aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module-plts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel1-21/+78
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu1-16/+20
2018-04-24arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips1-1/+1
2018-03-09arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel1-1/+2
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel1-3/+83
2018-03-08arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel1-1/+2
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel1-0/+12
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel1-36/+2
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel1-45/+63
2016-02-24arm64: add support for module PLTsArd Biesheuvel1-0/+201