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
/
lib
/
sbi
/
sbi_scratch.c
Age
Commit message (
Expand
)
Author
2025-04-24
lib: sbi: Set the scratch allocation to alignment to cacheline size
Raj Vishwanathan
2025-03-24
lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()
Samuel Holland
2025-03-24
lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()
Samuel Holland
2025-03-24
lib: sbi_scratch: Optimize hartid and scratch lookup
Samuel Holland
2025-03-24
lib: sbi_scratch: Apply bounds check to platform hart_count
Samuel Holland
2023-09-24
lib: sbi: Remove sbi_scratch_last_hartid() macro
Anup Patel
2023-09-24
lib: sbi: Introduce HART index in sbi_scratch
Anup Patel
2023-06-05
lib: sbi: Print scratch size and usage at boot time
Anup Patel
2023-04-06
lib: sbi_scratch: Optimize the alignment code for alloc size
Xiang W
2021-06-11
lib: sbi_scratch: zero out scratch memory on all harts
Heinrich Schuchardt
2021-06-02
lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset
Heinrich Schuchardt
2020-03-28
lib: sbi_scratch: Introduce sbi_scratch_last_hartid() API
Anup Patel
2020-03-19
include: sbi_platform: Introduce HART index to HART id table
Anup Patel
2020-03-19
lib: Don't use sbi_platform_hart_count() API
Anup Patel
2020-03-19
lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HART
Anup Patel
2020-03-19
lib: Handle failure of sbi_hartid_to_scratch() API
Anup Patel
2020-03-19
include: Simplify HART id to scratch macro
Anup Patel
2020-03-19
lib: sbi_scratch: Introduce HART id to scratch table
Anup Patel
2020-02-13
lib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_offset()
Li Jinpei
2020-01-07
lib: zero-out memory allocated using sbi_scratch_alloc_offset()
Anup Patel
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra