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