aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/alternative.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Gravatar Catalin Marinas 1-2/+5
2023-06-07arm64: alternatives: use cpucap namingGravatar Mark Rutland 1-2/+2
2023-05-25arm64: add alt_cb_patch_nops prototypeGravatar Arnd Bergmann 1-0/+3
2020-11-09arm64: alternatives: Split up alternative.hGravatar Will Deacon 1-206/+2
2020-11-09arm64: uaccess: move uao_* alternatives to asm-uaccess.hGravatar Mark Rutland 1-59/+0
2020-07-30arm64/alternatives: move length validation inside the subsectionGravatar Sami Tolvanen 1-2/+2
2020-07-02arm64/alternatives: use subsections for replacement sequencesGravatar Ard Biesheuvel 1-8/+8
2020-03-20arm64: alternative: fix build with clang integrated assemblerGravatar Ilie Halip 1-1/+1
2020-01-16arm64: fix alternatives with LLVM's integrated assemblerGravatar Sami Tolvanen 1-11/+21
2019-02-06arm64: alternative: Apply alternatives early in boot processGravatar Daniel Thompson 1-0/+1
2019-02-06arm64: alternative: Allow alternative status checking per cpufeatureGravatar Julien Thierry 1-2/+1
2018-06-27arm64: Avoid flush_icache_range() in alternatives patching codeGravatar Will Deacon 1-1/+6
2018-03-19arm64: alternatives: Add dynamic patching featureGravatar Marc Zyngier 1-4/+37
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsGravatar James Morse 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-11-05arm64: Fix circular include of asm/lse.h through linux/jump_label.hGravatar Catalin Marinas 1-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-09-12arm64: alternative: add auto-nop infrastructureGravatar Mark Rutland 1-17/+53
2016-07-01arm64: fix "dc cvau" cache operation on errata-affected coreGravatar Andre Przywara 1-0/+4
2016-07-01Revert "arm64: alternatives: add enable parameter to conditional asm macros"Gravatar Andre Przywara 1-9/+3
2016-02-24arm64: switch to relative exception tablesGravatar Ard Biesheuvel 1-14/+5
2016-02-18arm64: kernel: Add support for User Access OverrideGravatar James Morse 1-0/+72
2015-12-10arm64: mm: fold alternatives into .initGravatar Mark Rutland 1-1/+0
2015-07-30arm64: alternative: put secondary CPUs into polling loop during patchGravatar Will Deacon 1-1/+2
2015-07-27arm64: alternatives: add enable parameter to conditional asm macrosGravatar Will Deacon 1-3/+9
2015-07-27arm64: kernel: Add optional CONFIG_ parameter to ALTERNATIVE()Gravatar James Morse 1-3/+25
2015-07-27arm64: alternative: Provide if/else/endif assembler macrosGravatar Daniel Thompson 1-0/+41
2015-06-05arm64: alternative: Work around .inst assembler bugsGravatar Marc Zyngier 1-7/+18
2015-06-05arm64: alternative: Merge alternative-asm.h into alternative.hGravatar Marc Zyngier 1-0/+27
2014-12-04arm64: add module support for alternatives fixupsGravatar Andre Przywara 1-1/+2
2014-11-25arm64: add alternative runtime patchingGravatar Andre Przywara 1-0/+43