aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06arm64: implement ftrace with regsTorsten Duwe1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-08arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel1-0/+5
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel1-28/+8
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu1-3/+5
2018-04-24arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips1-1/+1
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel1-0/+2
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel1-1/+1
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel1-0/+44
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel1-0/+3
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel1-2/+7
2017-03-23arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y"Ard Biesheuvel1-5/+0
2016-10-17arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel1-0/+5
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel1-0/+6
2016-02-24arm64: add support for module PLTsArd Biesheuvel1-0/+11
2012-09-17arm64: Loadable modulesWill Deacon1-0/+23