Show patches with: State = Action Required       |   51 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/2] include: utils/hsm: Add __noreturn attribute for sifive_cease [1/2] include: utils/hsm: Add __noreturn attribute for sifive_cease - - - - --- 2026-03-02 Bo Gan New
[1/2] lib: tests: Add test for string Add string test to SBI unit test suite - - - - --- 2026-03-06 Chen Pei New
[1/3] lib: sbi_irqchip: Add irqchip private context pointer in sbi_irqchip_device APLIC hwirq implementation for irqchip - - - - --- 2026-02-11 Raymond Mao New
[1/4] platform: generic: Tenstorrent Atlantis support [1/4] platform: generic: Tenstorrent Atlantis support - - - - --- 2026-03-10 Nicholas Piggin New
[1/7] include: sbi: Add more mstatus and instruction encoding Fixes for load/store misaligned and access faults - - - - --- 2026-02-10 Bo Gan New
[1/7] include: sbi_scratch: Add tmp1 scratch space for RNMI context saving Add RISC-V Smrnmi extension support - - - - --- 2026-03-10 Evgeny Voevodin New
[2/2] lib: Fix sbi_strchr to correctly handle null terminator search Add string test to SBI unit test suite - - - - --- 2026-03-06 Chen Pei New
[2/2] platform: generic: eswin: Add eic770x_hsm and fix warm reset issues [1/2] include: utils/hsm: Add __noreturn attribute for sifive_cease - 1 - - --- 2026-03-02 Bo Gan New
[2/3] lib: utils: irqchip: implement APLIC hwirq operation hooks APLIC hwirq implementation for irqchip - - - - --- 2026-02-11 Raymond Mao New
[2/4] lib: sbi: Move PMP encoding into a new file [1/4] platform: generic: Tenstorrent Atlantis support - - - - --- 2026-03-10 Nicholas Piggin New
[2/7] include: sbi: Add sbi_regs_prev_xlen Fixes for load/store misaligned and access faults - - - - --- 2026-02-10 Bo Gan New
[2/7] lib: sbi: Add Smrnmi extension macros for registers and bits Add RISC-V Smrnmi extension support - - - - --- 2026-03-10 Evgeny Voevodin New
[3/3,NOT-FOR-UPSTREAM] lib: utils: irqchip: add QEMU virt test for APLIC wired IRQs APLIC hwirq implementation for irqchip - - - - --- 2026-02-11 Raymond Mao New
[3/4] lib: sbi: Add hart_ prefix to PMP functions [1/4] platform: generic: Tenstorrent Atlantis support - - - - --- 2026-03-10 Nicholas Piggin New
[3/7] firmware: Add RNMI/RNME handler infrastructure Add RISC-V Smrnmi extension support - - - - --- 2026-03-10 Evgeny Voevodin New
[3/7] include: sbi: Add GET_RDS_NUM/SET(_FP32/_FP64)_RDS macros Fixes for load/store misaligned and access faults - - - - --- 2026-02-10 Bo Gan New
[4/4] platform: generic: tenstorrent: Add RISC-V IOMMU support [1/4] platform: generic: Tenstorrent Atlantis support - - - - --- 2026-03-10 Nicholas Piggin New
[4/7] include: sbi: set FS dirty in vsstatus when V=1 Fixes for load/store misaligned and access faults - 1 - - --- 2026-02-10 Bo Gan New
[4/7] lib: sbi: Introduce smrnmi_handlers_init() callback for platform code Add RISC-V Smrnmi extension support - - - - --- 2026-03-10 Evgeny Voevodin New
[5/7] lib: sbi: Do not override emulator callback for vector load/store Fixes for load/store misaligned and access faults - 1 - - --- 2026-02-10 Bo Gan New
[5/7] lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detection Add RISC-V Smrnmi extension support - - - - --- 2026-03-10 Evgeny Voevodin New
[6/7] lib: sbi: Rework load/store emulator instruction decoding Fixes for load/store misaligned and access faults - 3 - - --- 2026-02-10 Bo Gan New
[6/7] platform: tenstorrent: ascalon: Introduce Smrnmi handlers init callback Add RISC-V Smrnmi extension support - - - - --- 2026-03-10 Evgeny Voevodin New
[7/7,NOT-FOR-UPSTREAM] Test program for misaligned load/store Fixes for load/store misaligned and access faults - - - - --- 2026-02-10 Bo Gan New
[7/7] platform: tenstorrent: Add Smrnmi support for Atlantis Add RISC-V Smrnmi extension support - - - - --- 2026-03-10 Evgeny Voevodin New
[RFC,1/3] lib: sbi: Prototype of Virtual IRQ (VIRQ) layer for mapping/routing/courier/ IRQs VIRQ (Virtual IRQ) layer to support paravirtual interrupt delivery - - - - --- 2026-02-13 Raymond Mao New
[RFC,1/3] platform: sifive: Add initial support for SiFive development platform [RFC,1/3] platform: sifive: Add initial support for SiFive development platform - - 2 - --- 2026-02-24 Yu-Chien Peter Lin New
[RFC,2/3] lib: sbi_init: Call hart init before platform early init [RFC,1/3] platform: sifive: Add initial support for SiFive development platform - - 2 - --- 2026-02-24 Yu-Chien Peter Lin New
[RFC,2/3] platform: generic: Add sample dts overlay for testing hwirq/domain route rules VIRQ (Virtual IRQ) layer to support paravirtual interrupt delivery - - - - --- 2026-02-13 Raymond Mao New
[RFC,3/3] lib: sbi: Add VIRQ ecall extension VIRQ (Virtual IRQ) layer to support paravirtual interrupt delivery - - - - --- 2026-02-13 Raymond Mao New
[RFC,3/3] sifive_dev_platform: Set default MMIO region when SmePMP is enabled [RFC,1/3] platform: sifive: Add initial support for SiFive development platform - - 2 - --- 2026-02-24 Yu-Chien Peter Lin New
[v2,1/8] lib: sbi_irqchip: Use chip as variable name for irqchip device Extend irqchip framework for M-mode interrupts - - - - --- 2026-02-13 Anup Patel New
[v2,2/8] lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs() Extend irqchip framework for M-mode interrupts - - - - --- 2026-02-13 Anup Patel New
[v2,3/8] lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map() Extend irqchip framework for M-mode interrupts - 1 - - --- 2026-02-13 Anup Patel New
[v2,4/8] lib: utils/irqchip: Add IDC to hartindex map in struct aplic_data Extend irqchip framework for M-mode interrupts - - - - --- 2026-02-13 Anup Patel New
[v2,5/8] lib: sbi_irqchip: Support irqchip device targetting subset of harts Extend irqchip framework for M-mode interrupts - - - - --- 2026-02-13 Anup Patel New
[v2,6/8] lib: utils/irqchip: Add unique_id to plic, aplic, and imsic data Extend irqchip framework for M-mode interrupts - - - - --- 2026-02-13 Anup Patel New
[v2,7/8] lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip device Extend irqchip framework for M-mode interrupts - - - - --- 2026-02-13 Anup Patel New
[v2,8/8] lib: sbi_irqchip: Allow registering interrupt handlers Extend irqchip framework for M-mode interrupts - - - - --- 2026-02-13 Anup Patel New
[v2] Makefile: Add -fuse-ld for merge_objs [v2] Makefile: Add -fuse-ld for merge_objs - - - - --- 2025-12-02 Xiang W New
[v3,1/3] lib: sbi: Workaround for FENCE(.I) errata on C906, C910. Add trap-based ISA extension emulation - - - - --- 2025-12-27 Benedikt Freisen New
[v3,2/3] lib: sbi: ISA extension emulation. Add trap-based ISA extension emulation - - - - --- 2025-12-27 Benedikt Freisen New
[v3,3/3] lib: sbi: ISA extension emulation (Zvbb). Add trap-based ISA extension emulation - - - - --- 2025-12-27 Benedikt Freisen New
[v3] lib: sbi: Add KASAN support for OpenSBI [v3] lib: sbi: Add KASAN support for OpenSBI - - - - --- 2026-02-20 Marcos Oduardo New
[v3] lib: sbi: Add runtime stack overrun detection [v3] lib: sbi: Add runtime stack overrun detection - - - - --- 2025-11-19 Xiang W New
[v3] lib: sbi: add UBSan support [v3] lib: sbi: add UBSan support - - - - --- 2026-02-22 Marcos Oduardo New
lib: sbi: Disable hw a/d updating by default lib: sbi: Disable hw a/d updating by default - - - - --- 2025-03-14 Andrew Jones New
lib: sbi: fix sse_event_inject() status setting lib: sbi: fix sse_event_inject() status setting - - 1 - --- 2026-03-02 Charlie Jenkins via B4 Relay New
lib: sbi: sse: add local unknown nmi event lib: sbi: sse: add local unknown nmi event - - - - --- 2025-10-14 dong wei New
lib: utils: Add MPXY client driver for RPMI MM service group lib: utils: Add MPXY client driver for RPMI MM service group - - - - --- 2026-02-25 Ranbir Singh New
paravirt place holder for ecall paravirt place holder for ecall - - - - --- 2026-02-13 dave.patel@riscstar.com New