summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_tlb.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel1-13/+11
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel1-6/+8
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel1-2/+1
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel1-2/+3
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel1-1/+10
2020-01-22lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functionsAnup Patel1-3/+3
2020-01-22lib: Introduce sbi_ipi_event_create/destroy() APIsAnup Patel1-6/+0
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel1-2/+5
2019-12-23lib: Support stage1 and stage2 tlb flushingAtish Patra1-1/+4
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra1-1/+0
2019-09-10lib: Change tlb range flush threshold to 4k page instead of 1GAtish Patra1-1/+1
2019-08-16lib: Fix race conditions in tlb fifo access.Atish Patra1-4/+8
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel1-0/+48