aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_tlb.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel1-30/+51
2023-12-11lib: sbi_tlb: Check tlb_range_flush_limit only once per requestSamuel Holland1-10/+10
2023-11-16lib: sbi: Correctly limit flushes to a single ASID/VMIDSamuel Holland1-18/+3
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel1-4/+4
2023-09-24lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managmentAnup Patel1-3/+3
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W1-2/+2
2023-09-10lib: sbi: alloc tlb fifo by sbi_mallocXiang W1-3/+10
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W1-2/+2
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W1-3/+4
2023-04-13sbi: tlb: Simplify to tlb_process_count/tlb_process functionXiang W1-15/+8
2023-04-13lib: sbi: Optimize sbi_tlbXiang W1-10/+11
2021-11-02lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functionsAnup Patel1-2/+2
2021-07-11lib: sbi: Improve TLB function namingAtish Patra1-21/+20
2021-07-11lib: sbi: Implement firmware countersAtish Patra1-0/+38
2021-06-22lib: sign conflict in sbi_tlb_entry_process()Heinrich Schuchardt1-2/+3
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt1-6/+3
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel1-41/+18
2020-06-15lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va()Anup Patel1-2/+2
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel1-6/+20
2020-03-28include: sbi_console: Remove scratch parameter from sbi_dprintf()Anup Patel1-1/+1
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel1-2/+1
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel1-3/+3
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