aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/alternative.h
AgeCommit message (Expand)Author
2021-04-28arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor
2020-08-05arm64/alternatives: move length validation inside the subsectionSami Tolvanen
2020-07-22arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel
2020-04-02arm64: alternative: fix build with clang integrated assemblerIlie Halip
2020-02-28arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen
2018-07-22arm64: alternatives: Add dynamic patching featureMarc Zyngier
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-11-05arm64: Fix circular include of asm/lse.h through linux/jump_label.hCatalin Marinas
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-09-12arm64: alternative: add auto-nop infrastructureMark Rutland
2016-07-01arm64: fix "dc cvau" cache operation on errata-affected coreAndre Przywara
2016-07-01Revert "arm64: alternatives: add enable parameter to conditional asm macros"Andre Przywara
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse
2015-12-10arm64: mm: fold alternatives into .initMark Rutland
2015-07-30arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon
2015-07-27arm64: alternatives: add enable parameter to conditional asm macrosWill Deacon
2015-07-27arm64: kernel: Add optional CONFIG_ parameter to ALTERNATIVE()James Morse
2015-07-27arm64: alternative: Provide if/else/endif assembler macrosDaniel Thompson
2015-06-05arm64: alternative: Work around .inst assembler bugsMarc Zyngier
2015-06-05arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara
2014-11-25arm64: add alternative runtime patchingAndre Przywara