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_ecall.c
Age
Commit message (
Expand
)
Author
2025-04-15
lib: sbi: Remove unnecessary SBI_INIT_LIST_HEAD
Xiang W
2024-12-22
lib: sbi: Print list of available SBI extensions at boot-time
Anup Patel
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
2024-03-19
lib: sbi: Pass trap context pointer to sbi_ecall_handler()
Anup Patel
2023-12-19
lib: sbi: Allow ecall handlers to directly update register state
Anup Patel
2023-05-21
lib: sbi: Introduce register_extensions extension callback
Andrew Jones
2023-04-17
lib: sbi: Don't check SBI error range for legacy console getchar
Anup Patel
2023-02-27
lib: sbi: sbi_ecall: Check the range of SBI error
Yu Chien Peter Lin
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
2022-10-23
lib: sbi_ecall: Generate extensions list with carray
Vivian Wang
2021-07-11
lib: sbi: Implement SBI PMU extension
Atish Patra
2021-01-07
lib: sbi: Replace args with trap registers in ecall handler
Anup Patel
2020-12-01
lib: sbi: Implement System Reset (SRST) SBI extension
Anup Patel
2020-06-20
lib: Don't return any invalid error from SBI ecall
Anup Patel
2020-04-19
lib: Allow overriding SBI implementation ID
Anup Patel
2020-03-28
lib: sbi_ecall: 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-19
lib: Fix sbi_ecall_register_extension to prevent extension IDs overlap
Xiang Wang
2020-03-10
lib: sbi: Fix coding style issues
Bin Meng
2020-02-24
lib: Implement Hart State Management (HSM) SBI extension
Atish Patra
2020-02-13
lib: Initialize out value in SBI calls
Atish Patra
2020-01-22
lib: Factor-out SBI base extension
Anup Patel
2020-01-22
lib: Factor-out SBI vendor extension
Anup Patel
2020-01-22
lib: Factor-out SBI replacement extensions
Anup Patel
2020-01-22
lib: Factor-out SBI legacy extension
Anup Patel
2020-01-22
lib: Add dynamic registration of SBI extensions
Anup Patel
2020-01-22
lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions
Anup Patel
2020-01-22
lib: Introduce sbi_tlb_fifo_request() API
Anup Patel
2020-01-22
lib: Introduce sbi_ipi_send_smode() API
Anup Patel
2019-12-23
lib: Implement RFENCE extension
Atish Patra
2019-12-23
lib: Add IPI extension in SBI
Atish Patra
2019-12-23
lib: Add TIME extension in SBI
Atish Patra
2019-12-23
lib: Remove redundant IPI types
Atish Patra
2019-11-26
lib: Fix probe extension
Atish Patra
2019-11-21
lib: Simplify trap parameters in sbi_ecall functions
Anup Patel
2019-11-21
lib: Better naming of unpriv APIs for wider use
Anup Patel
2019-10-03
lib: Provide a platform hook to implement vendor specific SBI extensions.
Atish Patra
2019-10-03
lib: Implement SBI v0.2
Atish Patra
2019-10-03
lib: Remove redundant variable assignment
Atish Patra
2019-10-03
lib: Rename existing SBI implementation as 0.1.
Atish Patra
2019-08-16
lib: Fix race conditions in tlb fifo access.
Atish Patra
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra