summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/alternative-macros.h
AgeCommit message (Expand)Author
2023-08-02riscv: alternatives: fix a typo in commentYuan Tan
2023-03-14RISC-V: alternatives: Support patching multiple insns in assemblyAndrew Jones
2023-03-14riscv: alternatives: Rename errata_id to patch_idAndrew Jones
2023-02-14Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt
2023-01-31riscv: switch to relative alternative entriesJisheng Zhang
2023-01-19RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2Heiko Stuebner
2022-12-09riscv: Don't duplicate _ALTERNATIVE_CFG* macrosAndrew Jones
2022-12-09riscv: alternatives: Drop the underscores from the assembly macro namesAndrew Jones
2022-12-09riscv: alternatives: Don't name unused macro parametersAndrew Jones
2022-12-09riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2Andrew Jones
2022-06-02riscv: Move alternative length validation into subsectionNathan Chancellor
2022-05-11riscv: prevent compressed instructions in alternativesHeiko Stuebner
2022-05-11riscv: extend concatenated alternatives-lines to the same lengthHeiko Stuebner
2022-05-11riscv: implement ALTERNATIVE_2 macroHeiko Stuebner
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner
2021-06-10riscv: alternative: fix typo in macro nameVitaly Wool
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen