Age | Commit message (Expand) | Author |
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 |