summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/alternative-macros.h
Commit message (Expand)AuthorAgeFilesLines
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* arm64: Add cpucap_is_possible()Mark Rutland2023-10-161-4/+4
* arm64: alternatives: use cpucap namingMark Rutland2023-06-071-27/+27
* arm64: alternative: constify alternative_has_feature_* argumentJisheng Zhang2022-11-071-2/+2
* arm64: alternatives: Use vdso/bits.h instead of linux/bits.hNathan Chancellor2022-10-051-1/+1
* arm64: fix the build with binutils 2.27Mark Rutland2022-09-291-3/+9
* arm64: avoid BUILD_BUG_ON() in alternative-macrosMark Rutland2022-09-211-3/+4
* arm64: alternatives: add shared NOP callbackMark Rutland2022-09-161-1/+1
* arm64: alternatives: add alternative_has_feature_*()Mark Rutland2022-09-161-0/+41
* arm64: alternatives: have callbacks take a capMark Rutland2022-09-161-6/+12
* Merge branch 'for-next/insn' into for-next/coreWill Deacon2021-06-241-3/+1
|\
| * arm64: insn: avoid circular include dependencyMark Rutland2021-06-211-1/+1
| * arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland2021-06-111-3/+1
* | arm64: assembler: remove user_altFuad Tabba2021-05-251-5/+0
|/
* arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor2021-04-151-4/+4
* arm64: alternatives: Split up alternative.hWill Deacon2020-11-091-0/+217