summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/alternative.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-26RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green1-2/+2
2023-04-19RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green1-0/+19
2023-02-22riscv: alternative: proceed one more instruction for auipc/jalr pairJisheng Zhang1-0/+1
2023-02-01riscv: alternative: patch alternatives in the vDSOJisheng Zhang1-0/+29
2023-01-25riscv: fix jal offsets in patched alternativesJisheng Zhang1-0/+27
2022-12-29RISC-V: fix auipc-jalr addresses in patched alternativesHeiko Stuebner1-0/+56
2022-06-17riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner1-9/+9
2022-05-12riscv: add memory-type errata for T-HeadHeiko Stuebner1-0/+26
2022-05-12riscv: don't use global static vars to store alternative dataHeiko Stuebner1-27/+24
2022-05-12riscv: add RISC-V Svpbmt extension supportHeiko Stuebner1-0/+2
2022-05-12riscv: implement module alternativesHeiko Stuebner1-4/+14
2022-05-12riscv: allow different stages with alternativesHeiko Stuebner1-9/+17
2022-05-12riscv: integrate alternatives better into the main architectureHeiko Stuebner1-0/+75