aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_misaligned_ldst.c
AgeCommit message (Expand)Author
2021-07-11lib: sbi: Implement firmware countersAtish Patra
2020-12-24lib: sbi: Fix sign-extension in sbi_misaligned_load_handler()Anup Patel
2020-08-04lib: sbi_misaligned_ldst: Determine transformed instruction length correctlyAnup Patel
2020-03-28lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parametersAnup Patel
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel
2020-03-13lib: sbi: Fix misaligned trap handlingDamien Le Moal
2019-12-16lib: Use MTINST CSR in misaligned load/store emulationAnup Patel
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel
2019-11-21lib: No need to set VSSTATUS.MXR bit in get_insn()Anup Patel
2019-09-30include: Extend get_insn() to read instruction from VS/VU modeAnup Patel
2019-08-13lib: Handle traps when doing unpriv load/store in get_insn()Anup Patel
2019-07-26lib: Allow compiling without FP supportAnup Patel
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra