summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/alternative-macros.h
AgeCommit message (Expand)Author
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2023-10-16arm64: Add cpucap_is_possible()Mark Rutland
2023-06-07arm64: alternatives: use cpucap namingMark Rutland
2022-11-07arm64: alternative: constify alternative_has_feature_* argumentJisheng Zhang
2022-10-05arm64: alternatives: Use vdso/bits.h instead of linux/bits.hNathan Chancellor
2022-09-29arm64: fix the build with binutils 2.27Mark Rutland
2022-09-21arm64: avoid BUILD_BUG_ON() in alternative-macrosMark Rutland
2022-09-16arm64: alternatives: add shared NOP callbackMark Rutland
2022-09-16arm64: alternatives: add alternative_has_feature_*()Mark Rutland
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon
2021-06-21arm64: insn: avoid circular include dependencyMark Rutland
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland
2021-05-25arm64: assembler: remove user_altFuad Tabba
2021-04-15arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor
2020-11-09arm64: alternatives: Split up alternative.hWill Deacon