summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/module.c
AgeCommit message (Expand)Author
2019-07-10arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel
2017-06-29arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel
2017-05-11arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yFlorian Fainelli
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-24arm64: add support for module PLTsArd Biesheuvel
2016-01-05arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel
2016-01-05arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-01-07arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara
2014-01-08arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu
2013-11-05arm64: module: ensure instruction is little-endian before manipulationWill Deacon
2012-09-17arm64: Loadable modulesWill Deacon