index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sbi
/
sbi_tlb.h
Age
Commit message (
Expand
)
Author
2025-12-16
lib: sbi: Expose __sbi_sfence_vma_all() function
Andrew Waterman
2023-12-19
lib: sbi_tlb: Reduce size of struct sbi_tlb_info
Anup Patel
2023-09-10
platform: Allow platforms to specify the size of tlb fifo
Xiang W
2021-01-07
lib: sbi: Allow custom local TLB flush function
Anup Patel
2020-05-07
lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementation
Anup Patel
2020-03-28
include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()
Anup Patel
2020-03-11
lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_info
Anup Patel
2020-03-11
lib: Introduce SBI_TLB_INFO_INIT() helper macro
Anup Patel
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-09-10
lib: Change tlb range flush threshold to 4k page instead of 1G
Atish Patra
2019-08-16
lib: Fix race conditions in tlb fifo access.
Atish Patra
2019-05-24
lib: Factor-out TLB management from IPI management
Anup Patel