summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/alternative-macros.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-19RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2Heiko Stuebner1-1/+1
2022-12-09riscv: Don't duplicate _ALTERNATIVE_CFG* macrosAndrew Jones1-36/+17
2022-12-09riscv: alternatives: Drop the underscores from the assembly macro namesAndrew Jones1-10/+10
2022-12-09riscv: alternatives: Don't name unused macro parametersAndrew Jones1-13/+7
2022-12-09riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2Andrew Jones1-16/+2
2022-06-02riscv: Move alternative length validation into subsectionNathan Chancellor1-2/+2
2022-05-11riscv: prevent compressed instructions in alternativesHeiko Stuebner1-0/+24
2022-05-11riscv: extend concatenated alternatives-lines to the same lengthHeiko Stuebner1-10/+10
2022-05-11riscv: implement ALTERNATIVE_2 macroHeiko Stuebner1-20/+58
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner1-3/+4
2021-06-10riscv: alternative: fix typo in macro nameVitaly Wool1-2/+2
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen1-0/+142