aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel/alternative.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt1-0/+5
2023-09-01riscv: errata: Add Andes alternative portsLad Prabhakar1-0/+5
2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green1-19/+0
2023-04-25RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green1-2/+2
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green1-0/+19
2023-02-21riscv: alternative: proceed one more instruction for auipc/jalr pairJisheng Zhang1-0/+1
2023-01-31riscv: alternative: patch alternatives in the vDSOJisheng Zhang1-0/+29
2023-01-24riscv: 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-16riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner1-9/+9
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner1-0/+26
2022-05-11riscv: don't use global static vars to store alternative dataHeiko Stuebner1-27/+24
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner1-0/+2
2022-05-11riscv: implement module alternativesHeiko Stuebner1-4/+14
2022-05-11riscv: allow different stages with alternativesHeiko Stuebner1-9/+17
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner1-0/+75