开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
alternative-macros.h
Age
Commit message (
Expand
)
Author
2023-03-14
RISC-V: alternatives: Support patching multiple insns in assembly
Andrew Jones
2023-03-14
riscv: alternatives: Rename errata_id to patch_id
Andrew Jones
2023-02-14
Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"
Palmer Dabbelt
2023-01-31
riscv: switch to relative alternative entries
Jisheng Zhang
2023-01-19
RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2
Heiko Stuebner
2022-12-09
riscv: Don't duplicate _ALTERNATIVE_CFG* macros
Andrew Jones
2022-12-09
riscv: alternatives: Drop the underscores from the assembly macro names
Andrew Jones
2022-12-09
riscv: alternatives: Don't name unused macro parameters
Andrew Jones
2022-12-09
riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Andrew Jones
2022-06-02
riscv: Move alternative length validation into subsection
Nathan Chancellor
2022-05-11
riscv: prevent compressed instructions in alternatives
Heiko Stuebner
2022-05-11
riscv: extend concatenated alternatives-lines to the same length
Heiko Stuebner
2022-05-11
riscv: implement ALTERNATIVE_2 macro
Heiko Stuebner
2022-05-11
riscv: integrate alternatives better into the main architecture
Heiko Stuebner
2021-06-10
riscv: alternative: fix typo in macro name
Vitaly Wool
2021-04-26
riscv: Introduce alternative mechanism to apply errata solution
Vincent Chen