summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_scratch.c
AgeCommit message (Expand)Author
2025-04-24lib: sbi: Set the scratch allocation to alignment to cacheline sizeRaj Vishwanathan
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Optimize hartid and scratch lookupSamuel Holland
2025-03-24lib: sbi_scratch: Apply bounds check to platform hart_countSamuel Holland
2023-09-24lib: sbi: Remove sbi_scratch_last_hartid() macroAnup Patel
2023-09-24lib: sbi: Introduce HART index in sbi_scratchAnup Patel
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel
2023-04-06lib: sbi_scratch: Optimize the alignment code for alloc sizeXiang W
2021-06-11lib: sbi_scratch: zero out scratch memory on all hartsHeinrich Schuchardt
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel
2020-03-19lib: Don't use sbi_platform_hart_count() APIAnup Patel
2020-03-19lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HARTAnup Patel
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel
2020-03-19include: Simplify HART id to scratch macroAnup Patel
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel
2020-02-13lib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_offset()Li Jinpei
2020-01-07lib: zero-out memory allocated using sbi_scratch_alloc_offset()Anup Patel
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra