summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2025-04-14lib: sbi: Allow programmable counters to monitor cycle/instret events for And...Leo Yu-Chi Liang
2025-04-14lib: sbi_ipi: Return error for invalid hartidsAndrew Jones
2025-04-13lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen.Rajnesh Kanwal
2025-04-13lib: sbi_trap: Add support for vectored interruptsSamuel Holland
2025-03-28lib: Emit lr and sc instructions based on -march flagsChao-ying Fu
2025-03-27lib: sbi: sse: Add support for SSTATUS.SDTClément Léger
2025-03-27lib: sbi: sse: Add support for SSTATUS.SPELPClément Léger
2025-03-27lib: sbi: sse: Remove superfluous parenthesis around MSTATUS_* valuesClément Léger
2025-03-27lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*Clément Léger
2025-03-27lib: sbi: sse: Return SBI_EDENIED for read only parameters.Clément Léger
2025-03-27lib: sbi: sse: Remove printf from sbi_sse_exit()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-23lib: sbi: Return SBI_EALREADY error code if SSE event is presentHimanshu Chauhan
2025-03-23lib: tests: add bitwise operations unit testsDongdong Zhang
2025-03-23lib: sbi: Fix potential garbage data in string copy functionsDongdong Zhang
2025-03-23lib: add tests for sbi_ecall functionalityAkshay Behl
2025-02-19lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked featureClément Léger
2025-02-19lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()Clé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-13lib: sbi: Improve local variable declarations in MPXY frameworkAnup Patel
2025-02-13lib: sbi: Fix capability bit assignment in MPXY frameworkAnup Patel
2025-02-13lib: sbi: increase the size of the string used for extension displayClément Léger
2025-01-30lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supportedClément Léger
2025-01-30lib: sbi: sse: return SBI_ENOTSUPP for unsupported eventsClément Léger
2025-01-30lib: sbi: sse: allow adding new eventsClément Léger
2025-01-30lib: sbi: sse: return an error value from sse_event_get()Clé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-24lib: sbi: Improve the alignment of boot-time printsAnup Patel
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel
2024-12-15lib: sbi_pmu: Verify the raw events first during event infoAtish Patra
2024-12-15lib: sbi_pmu: Fix the sanity check condition for hw event mapAtish Patra
2024-12-15lib: sbi: sse: Fix a6 and a7 register content upon injectionClément Léger
2024-12-15Makefile: Don't enable V-extension using -march optionAnup Patel
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-06lib: Increase ROOT_REGION_MAX to accomodate more memregionsRahul Pathak
2024-12-02lib: sbi_pmu: Implement SBI PMU event info functionAtish Patra
2024-12-02lib: sbi_pmu: Remove redundant check for fw eventsAtish Patra
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland
2024-11-28sbi: fwft: clear the config lock when warm bootNick Hu
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel Holland