summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-06-10lib: sbi: Move RISC-V PMP encoding functions to sbi_pmp.cNicholas Piggin
2026-06-07include: mailbox: rpmi_msgprot: Add RPMI performance domain flag definesDavid E. Garcia Porras
2026-05-18lib: sbi: domain FP/Vector context support for context switchDave Patel
2026-05-18lib: sbi: Add floating-point context save/restore support.Dave Patel
2026-05-18lib: sbi: Add RISC-V vector context save/restore supportDave Patel
2026-05-12lib: sbi_irqchip: Add support for registering MSI handlersAnup Patel
2026-05-12lib: sbi_irqchip: Allow setting hardware interrupt affinityAnup Patel
2026-05-12lib: sbi_irqchip: Allow marking hardware interrupts as reservedAnup Patel
2026-05-12lib: sbi_irqchip: Allow interrupt client to specify line sensingAnup Patel
2026-05-09lib: sbi_timer: Introduce sbi_timer_compute_delta() and friendsAnup Patel
2026-05-09lib: sbi_timer: Add support for timer eventsAnup Patel
2026-05-09include: sbi: Add sbi_scratch_hartindex() macroAnup Patel
2026-05-09lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detectionEvgeny Voevodin
2026-05-09firmware: Add RNMI handler infrastructureEvgeny Voevodin
2026-05-09lib: sbi: Add Smrnmi extension macros for registers and bitsEvgeny Voevodin
2026-05-09include: sbi_scratch: Add tmp1 scratch space for RNMI context savingEvgeny Voevodin
2026-04-08include: sbi_bitmap: add bitmap_empty() functionYu-Chien Peter Lin
2026-04-06lib: utils: Add MPXY client driver for RPMI MM service groupRanbir Singh
2026-03-22lib: sbi_irqchip: Allow registering interrupt handlersAnup Patel
2026-03-22lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip deviceAnup Patel
2026-03-22lib: utils/irqchip: Add unique_id to plic, aplic, and imsic dataAnup Patel
2026-03-22lib: sbi_irqchip: Support irqchip device targetting subset of hartsAnup Patel
2026-03-22lib: utils/irqchip: Add IDC to hartindex map in struct aplic_dataAnup Patel
2026-03-22lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs()Anup Patel
2026-03-22lib: sbi_irqchip: Use chip as variable name for irqchip deviceAnup Patel
2026-03-09lib: sbi: Fix undefined behavior in signed shifts in sbi_hart.cMarcos Oduardo
2026-03-09include: sbi: Fix illegal shift in sbi_domain.hMarcos Oduardo
2026-02-21lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64James Raphael Tiovalen
2026-02-20lib: utils/serial: Add support for Altera JTAG UARTIcenowy Zheng
2026-02-20firmware: Initialize stack guard via ZkrXiang W
2026-02-11lib: utils/suspend: add Andes ATCSMU suspend driverBen Zong-You Xie
2026-02-11lib: utils/cache: add Andes last level cache controllerBen Zong-You Xie
2026-02-11lib: utils/cache: add cache enable functionBen Zong-You Xie
2026-02-11lib: utils/hsm: factor out ATCSMU code into an HSM driverBen Zong-You Xie
2026-01-08include: sbi_scratch: fix typo sbi_scratch -> HART idLeo Yu-Chi Liang
2025-12-29include: Bump-up version to 1.8v1.8Anup Patel
2025-12-28include: Fix LLVM compile error in sbi_utils/hsm/fdt_hsm_sifive_inst.hAnup Patel
2025-12-27include: riscv_asm: Optimize csr_xyz() macros to reduce stack usageBo Gan
2025-12-21lib: utils/serial: Support multiple UART8250 devicesBo Gan
2025-12-21lib: sbi: give platform choice of using single memregion to cover OpenSBIBo Gan
2025-12-21lib: sbi_domain: make is_region_subset publicBo Gan
2025-12-21lib: sbi_domain: add sbi_domain_get_oldpmp_flagsBo Gan
2025-12-21lib: sbi_hart_pmp: make sbi_hart_pmp_fence publicBo Gan
2025-12-16lib: sbi: Expose __sbi_sfence_vma_all() functionAndrew Waterman
2025-12-16lib: sbi: Factor-out PMP programming into separate sourcesAnup Patel
2025-12-16lib: sbi: Replace sbi_hart_pmp_xyz() and sbi_hart_map/unmap_addr()Anup Patel
2025-12-16lib: sbi: Introduce hart protection abstractionAnup Patel
2025-12-16lib: sbi: Introduce sbi_hart_pmp_unconfigure() functionAnup Patel
2025-12-15include: sbi: Ignore rs1 and rd fields in FENCE.TSO.Benedikt Freisen
2025-12-15include: sbi: Fix tab alignment.Benedikt Freisen