aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module.c
Commit message (Expand)AuthorAge
* arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon2018-06-27
* arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips2018-04-24
* arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel2018-03-09
* arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-09
* arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel2018-03-08
* arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel2018-03-08
* arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck2017-06-29
* arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel2017-06-07
* arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yFlorian Fainelli2017-05-11
* arm64: module: split core and init PLT sectionsArd Biesheuvel2017-04-26
* arm64: add support for kernel ASLRArd Biesheuvel2016-02-24
* arm64: add support for module PLTsArd Biesheuvel2016-02-24
* arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel2016-01-05
* arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel2016-01-05
* arm64: add KASAN supportAndrey Ryabinin2015-10-12
* arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-17
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-14
* arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley2015-01-07
* arm64: add module support for alternatives fixupsAndre Przywara2014-12-04
* arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu2014-01-08
* mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-12
* arm64: module: ensure instruction is little-endian before manipulationWill Deacon2013-11-05
* arm64: Loadable modulesWill Deacon2012-09-17