aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/sbi_ipi.h
AgeCommit message (Expand)Author
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-01-22lib: Introduce sbi_ipi_event_create/destroy() APIsAnup Patel
2020-01-22lib: Introduce sbi_ipi_send_halt() APIAnup Patel
2020-01-22lib: Introduce sbi_ipi_send_smode() APIAnup Patel
2020-01-22lib: Move struct sbi_ipi_data definition to sbi_ipi.cAnup Patel
2020-01-07lib: Add ipi exit APIAnup Patel
2019-12-23lib: Add IPI extension in SBIAtish Patra
2019-12-23lib: Remove redundant IPI typesAtish Patra
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra
2019-04-03lib: Introduce a tlb info type.Atish Patra
2019-03-12lib: Implement sfence.vma correctly.Atish Patra
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel
2018-12-11Initial commit.Anup Patel