summaryrefslogtreecommitdiff
path: root/lib/sbi_misaligned_ldst.c
AgeCommit message (Expand)Author
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-03lib: Handle misaligned load/store on FP regsAnup Patel
2018-12-26lib: Add misaligned load/store trap handlingAnup Patel