summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_tlb.c
AgeCommit message (Expand)Author
2025-12-16lib: sbi: Expose __sbi_sfence_vma_all() functionAndrew Waterman
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel
2023-12-11lib: sbi_tlb: Check tlb_range_flush_limit only once per requestSamuel Holland
2023-11-16lib: sbi: Correctly limit flushes to a single ASID/VMIDSamuel Holland
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel
2023-09-24lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managmentAnup Patel
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W
2023-09-10lib: sbi: alloc tlb fifo by sbi_mallocXiang W
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W
2023-04-13sbi: tlb: Simplify to tlb_process_count/tlb_process functionXiang W
2023-04-13lib: sbi: Optimize sbi_tlbXiang W
2021-11-02lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functionsAnup Patel
2021-07-11lib: sbi: Improve TLB function namingAtish Patra
2021-07-11lib: sbi: Implement firmware countersAtish Patra
2021-06-22lib: sign conflict in sbi_tlb_entry_process()Heinrich Schuchardt
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel
2020-06-15lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va()Anup Patel
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel
2020-03-28include: sbi_console: Remove scratch parameter from sbi_dprintf()Anup Patel
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel
2020-03-19lib: sbi_tlb: Simplify sbi_tlb_entry_process() functionAnup Patel
2020-03-19include: Simplify HART id to scratch macroAnup Patel
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-01-22lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functionsAnup Patel
2020-01-22lib: Introduce sbi_ipi_event_create/destroy() APIsAnup Patel
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel
2019-12-23lib: Support stage1 and stage2 tlb flushingAtish Patra
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra
2019-08-31lib: Upgrade to full flush if size is at least thresholdAtish Patra
2019-08-16lib: Fix race conditions in tlb fifo access.Atish Patra
2019-08-12lib: Correct null pointer checkJacob Garber
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra