summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel2018-11-271-3/+1
* arm64/module: use plt section indices for relocationsJessica Yu2018-11-201-4/+5
* arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon2018-06-271-3/+2
* arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips2018-04-241-1/+1
* arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel2018-03-091-0/+1
* arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-091-4/+30
* arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel2018-03-081-3/+4
* arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel2018-03-081-0/+2
* arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck2017-06-291-7/+7
* arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel2017-06-071-1/+5
* arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yFlorian Fainelli2017-05-111-1/+6
* arm64: module: split core and init PLT sectionsArd Biesheuvel2017-04-261-1/+1
* arm64: add support for kernel ASLRArd Biesheuvel2016-02-241-1/+2
* arm64: add support for module PLTsArd Biesheuvel2016-02-241-0/+22
* arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel2016-01-051-16/+4
* arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel2016-01-051-33/+18
* arm64: add KASAN supportAndrey Ryabinin2015-10-121-3/+13
* arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-171-0/+2
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-2/+2
* arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley2015-01-071-0/+1
* arm64: add module support for alternatives fixupsAndre Przywara2014-12-041-0/+18
* arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu2014-01-081-110/+47
* mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
* arm64: module: ensure instruction is little-endian before manipulationWill Deacon2013-11-051-1/+4
* arm64: Loadable modulesWill Deacon2012-09-171-0/+456
OpenPOWER on IntegriCloud