Age | Commit message (Expand) | Author |
2021-11-02 | lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions | Anup Patel |
2021-07-11 | lib: sbi: Improve TLB function naming | Atish Patra |
2021-07-11 | lib: sbi: Implement firmware counters | Atish Patra |
2021-06-22 | lib: sign conflict in sbi_tlb_entry_process() | Heinrich Schuchardt |
2021-06-02 | lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset | Heinrich Schuchardt |
2021-01-07 | lib: sbi: Allow custom local TLB flush function | Anup Patel |
2020-06-15 | lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va() | Anup Patel |
2020-05-07 | lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementation | Anup Patel |
2020-03-28 | include: sbi_console: Remove scratch parameter from sbi_dprintf() | 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-19 | lib: Handle failure of sbi_hartid_to_scratch() API | Anup Patel |
2020-03-19 | lib: sbi_tlb: Simplify sbi_tlb_entry_process() function | Anup Patel |
2020-03-19 | include: Simplify HART id to scratch macro | Anup Patel |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-11 | lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_info | Anup Patel |
2020-03-10 | lib: sbi: Fix coding style issues | Bin Meng |
2020-01-22 | lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_event_create/destroy() APIs | Anup Patel |
2020-01-22 | lib: Introduce sbi_tlb_fifo_request() API | Anup Patel |
2019-12-23 | lib: Support stage1 and stage2 tlb flushing | Atish Patra |
2019-09-10 | lib: provide a platform specific tlb range flush threshold | Atish Patra |
2019-08-31 | lib: Upgrade to full flush if size is at least threshold | Atish Patra |
2019-08-16 | lib: Fix race conditions in tlb fifo access. | Atish Patra |
2019-08-12 | lib: Correct null pointer check | Jacob Garber |
2019-06-19 | lib: Rename string.x to sbi_string.x | Atish Patra |
2019-06-19 | lib: Include helper libc functions directly in libsbi. | Atish Patra |
2019-06-19 | lib: Move sbi core library to lib/sbi | Atish Patra |