| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-01 | lib: sbi_list: Add a helper for reverse list iteration | Samuel Holland | |
| Some use cases require iterating through a list in both directions. Signed-off-by: Samuel Holland <[email protected]> Reviewed-by: Anup Patel <[email protected]> Tested-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]> | |||
| 2025-07-20 | lib: sbi_list: add a helper for safe list iteration | Yong-Xuan Wang | |
| Some use cases require iterating safe against removal of list entry. Signed-off-by: Yong-Xuan Wang <[email protected]> Reviewed-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]> | |||
| 2023-05-11 | lib: sbi: Remove unnecessary semicolon | Xiang W | |
| We have redundant semicolon at quite a few places so let's remove it. Signed-off-by: Xiang W <[email protected]> Reviewed-by: Anup Patel <[email protected]> | |||
| 2023-01-06 | treewide: Replace TRUE/FALSE with true/false | Bin Meng | |
| C language standard uses true/false for the boolean type. Let's switch to that for better language compatibility. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Anup Patel <[email protected]> Reviewed-by: Samuel Holland <[email protected]> Tested-by: Samuel Holland <[email protected]> | |||
| 2021-07-11 | include: Add a list empty check function | Atish Patra | |
| Implement a list helper function that checks for empty lists. Reviewed-by: Anup Patel <[email protected]> Reviewed-by: Xiang W <[email protected]> Signed-off-by: Atish Patra <[email protected]> | |||
| 2020-01-22 | include: Add generic and simple list handling APIs | Anup Patel | |
| This patch adds generic and simple list handling APIs adapted from Xvisor sources. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Atish Patra <[email protected]> | |||
