summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_fifo.c
AgeCommit message (Expand)Author
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel
2024-07-24lib: sbi: Optimize fifo enqueue/dequeue for basic data typesAnup Patel
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen
2021-09-03lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_fullDong Du
2021-06-22lib: simplify sbi_fifo_inplace_update()Heinrich Schuchardt
2021-04-09include: sbi: Allow direct initialization via SPIN_LOCK_INIT()Christoph Muellner
2019-08-16lib: Fix race conditions in tlb fifo access.Atish Patra
2019-08-12lib: Prevent unintended sign extensionsJacob 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