summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* 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