aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/smp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24riscv: Remove common.h usageTom Rini1-1/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-09-26riscv: Introduce AVAILABLE_HARTSRick Chen1-0/+2
2022-09-26spl: introduce SPL_XIP to configNikita Shubin1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-30riscv: Use a valid bit to ignore already-pending IPIsSean Anderson1-2/+14
2020-09-30riscv: Match memory barriers between send_ipi_many and handle_ipiSean Anderson1-0/+2
2020-07-01riscv: Clean up IPI initialization codeSean Anderson1-42/+7
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer1-9/+22
2019-12-10riscv: add functions for reading the IPI statusLukas Auer1-0/+12
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-05-09riscv: Introduce CONFIG_XIP to support booting from flashRick Chen1-0/+2
2019-04-08riscv: add infrastructure for calling functions on other hartsLukas Auer1-0/+118