summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: module: Mark expected switch fall-throughAnders Roxell2019-07-291-0/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-2/+2
|\
| * arm64: module: create module allocations without exec permissionsArd Biesheuvel2019-06-241-2/+2
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-07-031-2/+6
|\ \
| * | arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel2019-06-261-2/+6
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/
* arm64/module: revert to unsigned interpretation of ABS16/32 relocationsArd Biesheuvel2019-05-281-8/+30
* arm64/module: deal with ambiguity in PRELxx relocation rangesArd Biesheuvel2019-05-231-2/+14
* arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel2019-05-231-1/+1
* arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel2018-11-271-3/+1Star
* 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/+2Star
* 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/+4Star
* arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel2016-01-051-33/+18Star
* 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-141-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/+47Star
* 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