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