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_ipi.h
Age
Commit message (
Expand
)
Author
2025-10-28
lib: sbi: Extends sbi_ipi_raw_send() to use all available IPI devices
Nick Hu
2025-09-16
lib: sbi: Introduce IPI device rating
Anup Patel
2024-11-11
lib: sbi_ipi: Make .ipi_clear always target the current hart
Samuel Holland
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
2023-09-06
lib: sbi: improve the definition of SBI_IPI_EVENT_MAX
Xiang W
2023-04-14
lib: sbi: Optimize sbi_tlb queue waiting
Xiang W
2023-03-10
lib: sbi: Clear IPIs before init_warm_startup in non-boot harts
Evgenii Shatokhin
2022-07-11
lib: sbi: add check for ipi device for hsm start
Ben Dooks
2021-04-28
lib: sbi: Simplify ipi platform operations
Anup Patel
2020-03-28
include: sbi_ipi: Remove scratch parameter from most functions
Anup Patel
2020-03-10
lib: sbi: Fix coding style issues
Bin Meng
2020-01-22
lib: Introduce sbi_ipi_event_create/destroy() APIs
Anup Patel
2020-01-22
lib: Introduce sbi_ipi_send_halt() API
Anup Patel
2020-01-22
lib: Introduce sbi_ipi_send_smode() API
Anup Patel
2020-01-22
lib: Move struct sbi_ipi_data definition to sbi_ipi.c
Anup Patel
2020-01-07
lib: Add ipi exit API
Anup Patel
2019-12-23
lib: Add IPI extension in SBI
Atish Patra
2019-12-23
lib: Remove redundant IPI types
Atish Patra
2019-11-21
lib: Better naming of unpriv APIs for wider use
Anup Patel
2019-05-24
lib: Handle page/access fault caused by unpriv load/store
Anup Patel
2019-05-24
lib: Factor-out TLB management from IPI management
Anup Patel
2019-04-24
all: run clang-format and update checked-in files
Olof Johansson
2019-04-24
all: Annotate some tables to have clang-format leave them alone
Olof Johansson
2019-04-03
lib: Use a fifo to keep track of sfence related IPIs.
Atish Patra
2019-04-03
lib: Introduce a tlb info type.
Atish Patra
2019-03-12
lib: Implement sfence.vma correctly.
Atish Patra
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-23
lib: Remove source_hart and hartid parameter from IPI callbacks
Anup patel
2018-12-27
lib: Simplify sbi_platform ipi_init() hooks
Anup Patel
2018-12-11
Initial commit.
Anup Patel