messages from 2025-12-21 15:39:15 to 2026-02-18 02:27:36 UTC [more...]
[PATCH] lib: sbi: Use SBI_SSE_EVENT_LOCAL_UNKNOWN_NMI with unknown interrupts
2026-02-18 2:26 UTC
[PATCH RFC 0/2] VIRQ (Virtual IRQ) layer to support paravirtual interrupt delivery
2026-02-13 22:07 UTC (6+ messages)
` [PATCH RFC 1/3] lib: sbi: Prototype of Virtual IRQ (VIRQ) layer for mapping/routing/courier/ IRQs
` [PATCH RFC 2/3] platform: generic: Add sample dts overlay for testing hwirq/domain route rules
` [PATCH RFC 3/3] lib: sbi: Add VIRQ ecall extension
[PATCH] paravirt place holder for ecall
2026-02-13 17:13 UTC
[RFC] Ecall based Emulate support in OpenSBI
2026-02-13 17:13 UTC
[PATCH v2 0/8] Extend irqchip framework for M-mode interrupts
2026-02-13 5:53 UTC (9+ messages)
` [PATCH v2 1/8] lib: sbi_irqchip: Use chip as variable name for irqchip device
` [PATCH v2 2/8] lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs()
` [PATCH v2 3/8] lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map()
` [PATCH v2 4/8] lib: utils/irqchip: Add IDC to hartindex map in struct aplic_data
` [PATCH v2 5/8] lib: sbi_irqchip: Support irqchip device targetting subset of harts
` [PATCH v2 6/8] lib: utils/irqchip: Add unique_id to plic, aplic, and imsic data
` [PATCH v2 7/8] lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip device
` [PATCH v2 8/8] lib: sbi_irqchip: Allow registering interrupt handlers
[PATCH 0/8] Extend irqchip framework for M-mode interrupts
2026-02-13 4:01 UTC (26+ messages)
` [PATCH 1/8] lib: sbi_irqchip: Use chip as variable name for irqchip device
` [PATCH 2/8] lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs()
` [PATCH 3/8] lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map()
` [PATCH 4/8] lib: utils/irqchip: Add IDC to hartindex map in struct aplic_data
` [PATCH 5/8] lib: sbi_irqchip: Support irqchip device targetting subset of harts
` [PATCH 6/8] lib: utils/irqchip: Add unique_id to plic, aplic, and imsic data
` [PATCH 7/8] lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip device
` [PATCH 8/8] lib: sbi_irqchip: Allow registering interrupt handlers
[PATCH] Trap and Emulate changes
2026-02-12 16:13 UTC (5+ messages)
[PATCH 0/3] APLIC hwirq implementation for irqchip
2026-02-11 22:20 UTC (4+ messages)
` [PATCH 1/3] lib: sbi_irqchip: Add irqchip private context pointer in sbi_irqchip_device
` [PATCH 2/3] lib: utils: irqchip: implement APLIC hwirq operation hooks
` [PATCH 3/3][NOT-FOR-UPSTREAM] lib: utils: irqchip: add QEMU virt test for APLIC wired IRQs
[PATCH 0/5] Add hart state management and system suspend support for AE350
2026-02-11 15:59 UTC (8+ messages)
` [PATCH 1/5] lib: utils/hsm: factor out ATCSMU code into an HSM driver
` [PATCH 2/5] platform: generic/andes: add CSR save and restore functions for AE350 platform
` [PATCH 3/5] lib: utils/cache: add cache enable function
` [PATCH 4/5] lib: utils/cache: add Andes last level cache controller
` [PATCH 5/5] lib: utils/suspend: add Andes ATCSMU suspend driver
[RFC PATCH v3 0/6] Extend the reserved PMP entries
2026-02-11 15:29 UTC (2+ messages)
[PATCH 0/7] Fixes for load/store misaligned and access faults
2026-02-11 15:01 UTC (11+ messages)
` [PATCH 1/7] include: sbi: Add more mstatus and instruction encoding
` [PATCH 2/7] include: sbi: Add sbi_regs_prev_xlen
` [PATCH 3/7] include: sbi: Add GET_RDS_NUM/SET(_FP32/_FP64)_RDS macros
` [PATCH 4/7] include: sbi: set FS dirty in vsstatus when V=1
` [PATCH 5/7] lib: sbi: Do not override emulator callback for vector load/store
` [PATCH 6/7] lib: sbi: Rework load/store emulator instruction decoding
` [PATCH 7/7] [NOT-FOR-UPSTREAM] Test program for misaligned load/store
[RFC v2 PATCH 0/2] Introduce irqchip and VIRQ layer prototypes
2026-02-10 16:06 UTC (10+ messages)
` [PATCH v2 1/2] lib: sbi: introduce abstraction for wired interrupt handling
` [PATCH v2 2/2] lib: sbi: Add VIRQ interrupt abstraction
[PATCH] Trap and Emulate changes
2026-02-10 10:31 UTC
[PATCH 0/3] Subject: [PATCH v3] lib: sbi: Add RISC-V Smrnmi extension support
2026-02-09 2:36 UTC (7+ messages)
` [PATCH 1/3] lib: sbi: Add Smrnmi extension detection
` [PATCH 2/3] lib: sbi: Enable Smrnmi extension handler
` [PATCH 3/3] firmware: fw_base.S: Add common NMI trap handler
[PATCH] lib: sbi_pmu: Track SBI_PMU_FW_PLATFORM started counter
2026-02-02 19:28 UTC (2+ messages)
[RFC PATCH 0/2] Introduce INTC and VIRQ layer prototypes
2026-01-30 15:00 UTC (5+ messages)
` [RFC PATCH 1/2] lib: sbi: introduce INTC abstraction for wired interrupts
` [RFC PATCH 2/2] lib: sbi: Add VIRQ layer
[PATCH v2] lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64
2026-01-25 9:06 UTC
[PATCH] lib: sbi: KASan implementation for OpenSBI
2026-01-24 9:35 UTC (5+ messages)
` [PATCH v2] lib: sbi: Add "
[PATCH] lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64
2026-01-20 13:59 UTC (4+ messages)
[PATCH 00/22] Introduce MIPS p8700 based "eyeq7h" and "boston"
2026-01-18 11:38 UTC (46+ messages)
` [PATCH 01/22] lib: sbi: print hartid in hex
` [PATCH 02/22] platform: generic: mips p8700: improve CM access tracing
` [PATCH 03/22] platform: generic: mips p8700: reserve memory for M-mode peripherals
` [PATCH 04/22] platform: generic: mips p8700: prohibit accessing memory beyond DRAM
` [PATCH 05/22] platform: generic: mips p8700: fix powering up other cluster
` [PATCH 06/22] platform: generic: mips p8700: use detected PMP count
` [PATCH 07/22] platform: generic: mips p8700: faster core boot
` [PATCH 08/22] platform: generic: mips p8700: use global CM addresses
` [PATCH 09/22] platform: generic: mips p8700: Add match data for CM info
` [PATCH 10/22] platform: generic: mips p8700: access CM registers via match data
` [PATCH 11/22] platform: generic: mips p8700: restrict memory region to physical memory as in DTS
` [PATCH 12/22] platform: generic: mips: add P8700 based "eyeq7h" and "boston"
` [PATCH 13/22] platform: generic: mips eyeq7h: power up clusters with OLB
` [PATCH 14/22] platform: generic: mips eyeq7h: detect accelerators cluster presence
` [PATCH 15/22] platform: generic: mips eyeq7h: deassert accelerator cluster resets
` [PATCH 16/22] platform: generic: mips p8700: cache geometry detection
` [PATCH 17/22] platform: generic: mips p8700: generic memranges init
` [PATCH 18/22] platform: generic: mips p8700: use SBI bitfield manipulator macros
` [PATCH 19/22] platform: generic: mips p8700: synchronize hi-res timers
` [PATCH 20/22] platform: generic: mips eyeq7h: synchronize timers across clusters
` [PATCH 21/22] platform: generic: mips eyeq7h: fix NCORE registers access from clusters 1..2
` [PATCH 22/22] platform: generic: mips p8700: dump MMIO regions
` [PATCH v2 00/20] Introduce MIPS p8700 based "eyeq7h" and "boston"
` [PATCH v2 01/20] lib: sbi: print hartid in hex
` [PATCH v2 02/20] platform: generic: mips p8700: improve CM access tracing
` [PATCH v2 03/20] platform: generic: mips p8700: reserve memory for M-mode peripherals
` [PATCH v2 04/20] platform: generic: mips p8700: fix powering up other cluster
` [PATCH v2 05/20] platform: generic: mips p8700: faster core boot
` [PATCH v2 06/20] platform: generic: mips p8700: use global CM addresses
` [PATCH v2 07/20] platform: generic: mips p8700: Add match data for CM info
` [PATCH v2 08/20] platform: generic: mips p8700: access CM registers via match data
` [PATCH v2 09/20] platform: generic: mips: add P8700 based "eyeq7h" and "boston"
` [PATCH v2 10/20] platform: generic: mips eyeq7h: power up clusters with OLB
` [PATCH v2 11/20] platform: generic: mips eyeq7h: detect accelerators cluster presence
` [PATCH v2 12/20] platform: generic: mips eyeq7h: deassert accelerator cluster resets
` [PATCH v2 13/20] platform: generic: mips p8700: cache geometry detection
` [PATCH v2 14/20] platform: generic: mips p8700: CPU clusters memranges
` [PATCH v2 15/20] platform: generic: mips p8700: use SBI bitfield manipulator macros
` [PATCH v2 16/20] platform: generic: mips p8700: synchronize hi-res timers
` [PATCH v2 17/20] platform: generic: mips eyeq7h: synchronize timers across clusters
` [PATCH v2 18/20] platform: generic: mips eyeq7h: fix NCORE registers access from clusters 1..2
` [PATCH v2 19/20] platform: generic: mips p8700: dump MMIO regions
` [PATCH v2 20/20] platform: generic: mips eyeq7h: prohibit accessing memory beyond DRAM
[PATCH] lib: sbi_pmu: Fix multiple FW counter start operations with custom PMU device
2026-01-16 16:53 UTC
[PATCH] lib : sbi: UBSan implementation for OpenSBI
2026-01-14 11:49 UTC
Hart isolation configuration failure (error -3) with OpenSBI 1.8 on QEMU 10.1.3 rva22s64/rva23s64 profiles
2026-01-09 16:06 UTC (9+ messages)
[PATCH] lib: sbi: warning when PMP is not present
2026-01-08 16:03 UTC
OpenSBI v1.8.1 Released
2026-01-08 13:30 UTC
Release cadence page for future OpenSBI versions
2026-01-08 12:59 UTC (2+ messages)
[PATCH v2] lib: sbi: Fix behavior on platform without HART protection
2026-01-08 8:53 UTC (3+ messages)
[PATCH 1/1] include: sbi_scratch: fix typo sbi_scratch -> HART id
2026-01-08 7:11 UTC (2+ messages)
[PATCH] lib: sbi: Fix behavior on platform without HART protection
2026-01-07 15:23 UTC (2+ messages)
[PATCH] lib: utils/serial: Add support for Altera JTAG UART
2026-01-04 6:55 UTC
[PATCH] firmware: generate __stack_chk_guard at compile time
2026-01-04 6:37 UTC
[PATCH v3 1/1] firmware: Initialize stack guard via Zkr
2026-01-04 5:25 UTC (2+ messages)
[PATCH v4 1/1] firmware: Initialize stack guard via Zkr
2026-01-04 5:18 UTC
[PATCH v2 1/1] firmware: Initialize stack guard via Zkr
2026-01-04 4:10 UTC (3+ messages)
OpenSBI v1.8 Released
2025-12-29 12:31 UTC
[PATCH] include: Fix LLVM compile error in sbi_utils/hsm/fdt_hsm_sifive_inst.h
2025-12-28 15:19 UTC (2+ messages)
[PATCH] atomics: fix AMO test macros
2025-12-28 15:16 UTC (5+ messages)
` [PATCH v2] "
[PATCH v3 0/3] Add trap-based ISA extension emulation
2025-12-27 12:18 UTC (4+ messages)
` [PATCH v3 1/3] lib: sbi: Workaround for FENCE(.I) errata on C906, C910
` [PATCH v3 2/3] lib: sbi: ISA extension emulation
` [PATCH v3 3/3] lib: sbi: ISA extension emulation (Zvbb)
[PATCH] lib: sbi: sbi_pmu: Fix multiple start and stop operations of FW counters
2025-12-27 9:09 UTC (2+ messages)
[PATCH] include: riscv_asm: Optimize csr_xyz() macros to reduce stack usage
2025-12-27 9:09 UTC (2+ messages)
[PATCH] lib/sbi: optimize domain memory regions copying
2025-12-27 5:23 UTC (3+ messages)
` [PATCH v2] "
[PATCH] lib: sbi: expected trap must always clear MPRV
2025-12-26 11:06 UTC (2+ messages)
[PATCH v6 0/7] Initial ESWIN/EIC7700 and Hifive P550 support
2025-12-21 15:38 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox