summaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)Author
2025-03-27lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*Clément Léger
2025-03-27lib: sbi: sse: Update SSE event idsClément Léger
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Optimize hartid and scratch lookupSamuel Holland
2025-03-24lib: sbi_scratch: Apply bounds check to platform hart_countSamuel Holland
2025-03-24lib: sbi: Avoid GOT indirection for global symbol referencesSamuel Holland
2025-03-23lib: add tests for sbi_ecall functionalityAkshay Behl
2025-02-19include: sbi: Add SBI_ERR_DENIED_LOCKEDClément Léger
2025-02-19lib: sbi: Fix non-root domain startupAnup Patel
2025-02-13lib: sbi: Update MPXY framework and SBI extension as per latest specAnup Patel
2025-02-12include: sbi: Align SBI trap registers to a nice boundaryRaj Vishwanathan
2025-01-30lib: sbi: sse: allow adding new eventsClément Léger
2025-01-30include: lib: add a simple singly linked list implementationClément Léger
2025-01-30lib: sbi: move sbi_double_trap_handler() to a dedicated headerClément Léger
2025-01-30lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()Clément Léger
2024-12-24include: Bump-up version to 1.6v1.6Anup Patel
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel
2024-12-21include: sbi: Fix compiling with C23 enabled compilersMichael Neuling
2024-12-15lib: sbi: fix GLOBAL_PLAT_DEFINEClément Léger
2024-12-06lib: sbi_misaligned_ldst: Add handling of vector load/storeNylon Chen
2024-12-06lib: sbi: Implement SBI MPXY extensionAnup Patel
2024-12-06lib: sbi: Add SBI Message Proxy (MPXY) frameworkRahul Pathak
2024-12-06lib: sbi: Add optional resume address to hart suspendSubrahmanya Lingappa
2024-12-02lib: sbi_pmu: Implement SBI PMU event info functionAtish Patra
2024-12-02lib: sbi_pmu: Add SBI PMU event info function details.Atish Patra
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel Holland
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland
2024-11-28lib: sbi_irqchip: Register devices during cold initSamuel Holland
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland
2024-11-11lib: sbi_ipi: Make .ipi_clear always target the current hartSamuel Holland
2024-11-11include: sbi: Fix typo errorZhang RunMin
2024-11-11platform: ensure enough heap size with debug triggers extensionInochi Amaoto
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland
2024-10-28include: sbi: Optimize reads of mhartid and mscratchSamuel Holland
2024-10-26lib: sbi: add Smdbltrp ISA extension supportClément Léger
2024-10-25lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAPClément Léger
2024-10-25lib: sbi: fwft: factorize menvcfg read/writeClément Léger
2024-10-25lib: sbi: send a double trap SSE event to supervisorClément Léger
2024-10-25lib: sbi: add Ssdbltrp ISA extension supportClément Léger
2024-10-25lib: sbi: factorize previous mode computationClément Léger
2024-10-25lib: sbi: factorize previous virtualization mode read from regsClément Léger
2024-10-25lib: sbi: Add support to mask/unmask SSE eventsHimanshu Chauhan
2024-10-25lib: sbi_domain: Use domain data support for per-domain hart contextAnup Patel
2024-10-25lib: sbi: Introduce domain dataAnup Patel
2024-10-25include: sbi: Remove cyclic include in sbi_domain_context.hAnup Patel
2024-10-25lib: sbi_domain: Make sbi_domain_root_add_memregion() as local functionAnup Patel