aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module.c
AgeCommit message (Expand)Author
2023-06-06arm64: module: rework module VA range selectionMark Rutland
2023-06-06arm64: module: mandate MODULE_PLTSMark Rutland
2023-06-06arm64: module: move module randomization to module.cMark Rutland
2023-06-06arm64: module: remove old !KASAN_VMALLOC logicMark Rutland
2022-12-06Merge branch 'for-next/ftrace' into for-next/coreWill Deacon
2022-11-18ftrace: arm64: move from REGS to ARGSMark Rutland
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel
2022-09-09arm64: module: move find_section to headerJoey Gouly
2022-03-24kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-11-06arm64: implement ftrace with regsTorsten Duwe
2019-11-06arm64: module/ftrace: intialize PLT at load timeMark Rutland
2019-11-06arm64: module: rework special section handlingMark Rutland
2019-07-29arm64: module: Mark expected switch fall-throughAnders Roxell
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-06-26arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel
2019-06-24arm64: module: create module allocations without exec permissionsArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-28arm64/module: revert to unsigned interpretation of ABS16/32 relocationsArd Biesheuvel
2019-05-23arm64/module: deal with ambiguity in PRELxx relocation rangesArd Biesheuvel
2019-05-23arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu
2018-06-27arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon
2018-04-24arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips
2018-03-09arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel
2018-03-08arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel
2017-06-29arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel
2017-05-11arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yFlorian Fainelli
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-24arm64: add support for module PLTsArd Biesheuvel
2016-01-05arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel
2016-01-05arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-01-07arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara
2014-01-08arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu
2013-11-05arm64: module: ensure instruction is little-endian before manipulationWill Deacon