aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel1-3/+1
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu1-4/+5
2018-06-27arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon1-3/+2
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-0/+1
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel1-4/+30
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel1-3/+4
2018-03-08arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel1-0/+2
2017-06-29arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck1-7/+7
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel1-1/+5
2017-05-11arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yFlorian Fainelli1-1/+6
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel1-1/+1
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel1-1/+2
2016-02-24arm64: add support for module PLTsArd Biesheuvel1-0/+22
2016-01-05arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel1-16/+4
2016-01-05arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel1-33/+18
2015-10-12arm64: add KASAN supportAndrey Ryabinin1-3/+13
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon1-0/+2
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-2/+2
2015-01-07arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley1-0/+1
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara1-0/+18
2014-01-08arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu1-110/+47
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-05arm64: module: ensure instruction is little-endian before manipulationWill Deacon1-1/+4
2012-09-17arm64: Loadable modulesWill Deacon1-0/+456