index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi
/
sbi_trap.c
Age
Commit message (
Expand
)
Author
2021-08-20
lib: sbi_trap: Restore redirect for access faults
Samuel Holland
2021-07-11
lib: sbi: Implement firmware counters
Atish Patra
2021-04-01
firware: optimize the exception exit code
Xiang W
2021-01-07
lib: sbi: Introduce sbi_trap_exit() API
Anup Patel
2020-09-09
lib: sbi_trap: Allow M-mode to M-mode ECALLs
Anup Patel
2020-09-09
include: Rename ECALL defines to match latest RISC-V spec
Anup Patel
2020-09-09
lib: sbi: Don't handle VS-mode ecall in sbi_trap_handler()
Anup Patel
2020-08-17
lib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redirect()
Georg Kotheimer
2020-06-08
lib: Add RISC-V hypervisor v0.6.1 support
Anup Patel
2020-03-28
include: sbi_timer: Remove scratch parameter from most funcitons
Anup Patel
2020-03-28
include: sbi_ipi: Remove scratch parameter from most functions
Anup Patel
2020-03-28
lib: sbi_trap: Simplify sbi_trap_handler() API
Anup Patel
2020-03-28
lib: sbi_ecall: Remove mcause, scratch and hartid parameters
Anup Patel
2020-03-28
lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parameters
Anup Patel
2020-03-28
lib: sbi_illegal_insn: Remove mcause, scratch and hartid parameters
Anup Patel
2020-03-28
lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()
Anup Patel
2020-03-28
lib: Optimize unpriv load/store implementation
Anup Patel
2020-03-13
include: Make sbi_current_hartid() as macro in riscv_asm.h
Anup Patel
2020-03-10
lib: sbi: Fix coding style issues
Bin Meng
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
include: Remove ilen member of struct unpriv_trap
Anup Patel
2019-09-30
lib: Extend sbi_trap_redirect() for hypervisor extension
Anup Patel
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra