summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_tlb.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel1-0/+3
2020-03-19lib: sbi_tlb: Simplify sbi_tlb_entry_process() functionAnup Patel1-4/+3
2020-03-19include: Simplify HART id to scratch macroAnup Patel1-1/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-1/+1
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel1-10/+7
2020-03-10lib: sbi: Fix coding style issuesBin Meng1-2/+2
2020-01-22lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functionsAnup Patel1-32/+32
2020-01-22lib: Introduce sbi_ipi_event_create/destroy() APIsAnup Patel1-12/+31
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel1-0/+8
2019-12-23lib: Support stage1 and stage2 tlb flushingAtish Patra1-4/+98
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra1-1/+4
2019-08-31lib: Upgrade to full flush if size is at least thresholdAtish Patra1-1/+1
2019-08-16lib: Fix race conditions in tlb fifo access.Atish Patra1-103/+192
2019-08-12lib: Correct null pointer checkJacob Garber1-1/+1
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra1-2/+2
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra1-1/+1
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-0/+227