Age | Commit message (Expand) | Author |
2021-10-18 | lib: sbi: system reset with invalid parameters | Heinrich Schuchardt |
2021-08-20 | lib: sbi: Fix bug in sbi_ecall_rfence that misses checking | Dong Du |
2021-01-07 | lib: sbi: Allow custom local TLB flush function | Anup Patel |
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-05-07 | lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementation | 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 | include: sbi_tlb: Remove scratch parameter from sbi_tlb_request() | Anup Patel |
2020-03-28 | lib: sbi_ecall: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-11 | lib: Introduce SBI_TLB_INFO_INIT() helper macro | Anup Patel |
2020-01-22 | lib: Factor-out SBI replacement extensions | Anup Patel |