Age | Commit message (Expand) | Author |
2021-07-11 | lib: sbi: Implement firmware counters | Atish Patra |
2020-08-21 | lib: sbi: Handle the case where MTVAL has illegal instruction address | Anup Patel |
2020-06-08 | lib: Add RISC-V hypervisor v0.6.1 support | Anup Patel |
2020-03-28 | lib: sbi_illegal_insn: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-28 | lib: sbi_emulate_csr: Remove scratch and hartid parameter | Anup Patel |
2020-03-28 | lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect() | Anup Patel |
2020-03-28 | lib: Remove scratch parameter from unpriv load/store functions | Anup Patel |
2020-03-08 | include: Move bits related defines and macros to sbi_bitops.h | Anup Patel |
2019-12-16 | lib: Extend trap redirection for hypervisor v0.5 spec | Anup Patel |
2019-11-21 | lib: Better naming of unpriv APIs for wider use | Anup Patel |
2019-11-21 | lib: No need to set VSSTATUS.MXR bit in get_insn() | Anup Patel |
2019-09-30 | lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR | Anup Patel |
2019-09-30 | include: Extend get_insn() to read instruction from VS/VU mode | Anup Patel |
2019-09-30 | lib: Redirect WFI trapped from VS/VU mode to HS-mode | Anup Patel |
2019-08-13 | lib: Handle traps when doing unpriv load/store in get_insn() | Anup Patel |
2019-06-19 | lib: Move sbi core library to lib/sbi | Atish Patra |