summaryrefslogtreecommitdiff
path: root/lib/sbi_ipi.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-153/+0
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel1-4/+7
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel1-188/+15
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel1-12/+54
2019-05-21lib: Flush everything when remote TLB flush range is too largeAnup Patel1-3/+15
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-33/+34
2019-04-10lib: Optimize TLB flush IPIsAtish Patra1-0/+73
2019-04-03lib: More improvements to sbi_fifoAnup Patel1-2/+2
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra1-15/+31
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel1-1/+1
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel1-1/+1
2019-03-14lib: Fix full tlb flush behaviorAtish Patra1-10/+15
2019-03-12lib: Implement sfence.vma correctly.Atish Patra1-5/+66
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis1-3/+5
2019-03-06platform: Make the `platform` read-onlyXiang Wang1-2/+2
2019-02-18lib: Fix mask shift in sbi_ipi_send_many()Anup Patel1-1/+1
2019-02-18lib: Fix small typo on sbi_ipi.cNick Kossifidis1-1/+1
2019-02-18lib: Improve delivery of SBI_IPI_EVENT_HALTNick Kossifidis1-13/+34
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra1-4/+4
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel1-1/+1
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel1-8/+9
2019-01-22lib: Allow sending IPI to self.Atish Patra1-1/+1
2019-01-22lib: Fix ipi type updateAtish Patra1-16/+27
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel1-7/+3
2018-12-22Introduce hart disabled parameter in platform.Atish Patra1-1/+1
2018-12-11Initial commit.Anup Patel1-0/+82