summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/module.h
AgeCommit message (Expand)Author
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419Mark Rutland
2023-06-06arm64: module: mandate MODULE_PLTSMark Rutland
2023-06-06arm64: module: move module randomization to module.cMark Rutland
2022-09-30Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas
2022-09-29arm64: module: Remove unused plt_entry_is_initialized()Li Huafei
2022-09-29arm64: module: Make plt_equals_entry() staticLi Huafei
2022-09-09arm64: module: move find_section to headerJoey Gouly
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada
2019-11-06arm64: implement ftrace with regsTorsten Duwe
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-08arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu
2018-04-24arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel
2017-03-23arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y"Ard Biesheuvel
2016-10-17arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-24arm64: add support for module PLTsArd Biesheuvel
2012-09-17arm64: Loadable modulesWill Deacon