public inbox for opensbi@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-02-02 15:02:32 to 2026-03-13 05:20:47 UTC [more...]

[PATCH 00/18] dbtr: Fixes and heterogeneous trigger types
 2026-03-13  5:19 UTC  (8+ messages)
` [PATCH 01/18] dbtr: Add consistent range checks to trigger ecalls
` [PATCH 02/18] dbtr: Trigger update should set sbiret.value on failure
` [PATCH 03/18] dbtr: Fix endian conversion in trigger install handler
` [PATCH 04/18] dbtr: Return correct error on install not supported
` [PATCH 05/18] dbtr: Do not support chain bit
` [PATCH 06/18] dbtr: Improve trigger update error checking
` [PATCH 07/18] dbtr: Check for invalid and unsupported triggers in update

[kvm-unit-tests PATCH 1/2] riscv: sbi: dbtr: fix enable trigger return code check
 2026-03-13  5:08 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] riscv: dbtr: Add initial API corner case / error handling tests

[RFC] OpenSBI: Lazy floating-point and vector context switching
 2026-03-13  1:13 UTC  (6+ messages)

[RFC] OpenSBI: Lazy floating-point and vector context switching
 2026-03-12 12:25 UTC  (2+ messages)

[PATCH] FPU and Vector Lazy context switch implementation Test changes
 2026-03-11 17:38 UTC 

[PATCH] FPU and Vector Lazy context switch implementation
 2026-03-11 17:11 UTC 

[PATCH 1/2] include: sbi_bitmap: add bitmap_empty() function
 2026-03-11 12:51 UTC  (2+ messages)
` [PATCH 2/2] lib: sbi_bitmap_test: add tests for bitmap_empty()

[PATCH 0/7] Add RISC-V Smrnmi extension support
 2026-03-10 18:31 UTC  (8+ messages)
` [PATCH 1/7] include: sbi_scratch: Add tmp1 scratch space for RNMI context saving
` [PATCH 2/7] lib: sbi: Add Smrnmi extension macros for registers and bits
` [PATCH 3/7] firmware: Add RNMI/RNME handler infrastructure
` [PATCH 4/7] lib: sbi: Introduce smrnmi_handlers_init() callback for platform code
` [PATCH 5/7] lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detection
` [PATCH 6/7] platform: tenstorrent: ascalon: Introduce Smrnmi handlers init callback
` [PATCH 7/7] platform: tenstorrent: Add Smrnmi support for Atlantis

[PATCH] lib: sbi: fix sse_event_inject() status setting
 2026-03-10  7:56 UTC  (2+ messages)

[PATCH] lib: Use proper add opcode on RV32 with Zalrsc
 2026-03-10  5:20 UTC  (2+ messages)

[PATCH] platform: generic: mips boston: update "compatible"
 2026-03-10  5:07 UTC  (3+ messages)

[PATCH 0/3] Subject: [PATCH v3] lib: sbi: Add RISC-V Smrnmi extension support
 2026-03-10  4:53 UTC  (14+ 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 1/4] platform: generic: Tenstorrent Atlantis support
 2026-03-10  0:49 UTC  (4+ messages)
` [PATCH 2/4] lib: sbi: Move PMP encoding into a new file
` [PATCH 3/4] lib: sbi: Add hart_ prefix to PMP functions
` [PATCH 4/4] platform: generic: tenstorrent: Add RISC-V IOMMU support

[PATCH] lib: fdt_helper: Removed unnecessary dt parsing check
 2026-03-09  8:59 UTC  (2+ messages)

[PATCH] lib: sbi: fix undefined behavior in signed shifts in sbi_hart.c, sbi_ecall_interface.h
 2026-03-09  8:59 UTC  (2+ messages)

[PATCH] include: sbi: fix illegal shift in sbi_domain.h: sbi_domain_memregion_is_subset
 2026-03-09  8:59 UTC  (2+ messages)

[PATCH] lib: sbi: warning when PMP is not present
 2026-03-09  4:04 UTC  (2+ messages)

[PATCH 0/2] Add string test to SBI unit test suite
 2026-03-06  9:44 UTC  (3+ messages)
` [PATCH 1/2] lib: tests: Add test for string
` [PATCH 2/2] lib: Fix sbi_strchr to correctly handle null terminator search

Add eic770x_hsm and fix warm
 2026-03-04  7:52 UTC  (4+ messages)
` [PATCH 1/2] include: utils/hsm: Add __noreturn attribute for sifive_cease
` [PATCH 2/2] platform: generic: eswin: Add eic770x_hsm and fix warm reset issues

[PATCH v2 0/2] lib: sbi: Flush cache entries after writing PMP CSRs
 2026-02-27  1:21 UTC  (5+ messages)
` [PATCH v2 1/2] lib: sbi: Introduce sbi_hart_pmp_fence_vma
` [PATCH v2 2/2] lib: sbi: Flush cache entries after writing PMP CSRs

[PATCH v3 00/23] Introduce MIPS p8700 based "eyeq7h" and "boston"
 2026-02-26 14:53 UTC  (27+ messages)
` [PATCH v3 01/23] lib: sbi: print hartid in hex
` [PATCH v3 02/23] lib: sbi_hart_pmp: disable unconfigured PMP entries
` [PATCH v3 03/23] platform: generic: mips p8700: improve CM access tracing
` [PATCH v3 04/23] platform: generic: mips p8700: reserve memory for M-mode peripherals
` [PATCH v3 05/23] platform: generic: mips p8700: fix powering up other cluster
` [PATCH v3 06/23] platform: generic: mips p8700: faster core boot
` [PATCH v3 07/23] platform: generic: mips p8700: use global CM addresses
` [PATCH v3 08/23] platform: generic: mips p8700: Add match data for CM info
` [PATCH v3 09/23] platform: generic: mips p8700: access CM registers via match data
` [PATCH v3 10/23] platform: generic: mips: add P8700 based "eyeq7h" and "boston"
` [PATCH v3 11/23] platform: generic: mips eyeq7h: power up clusters with OLB
` [PATCH v3 12/23] platform: generic: mips eyeq7h: detect accelerators cluster presence
` [PATCH v3 13/23] platform: generic: mips eyeq7h: deassert accelerator cluster resets
` [PATCH v3 14/23] platform: generic: mips p8700: cache geometry detection
` [PATCH v3 15/23] platform: generic: mips p8700: CPU clusters memranges
` [PATCH v3 16/23] platform: generic: mips p8700: use SBI bitfield manipulator macros
` [PATCH v3 17/23] platform: generic: mips p8700: synchronize hi-res timers
` [PATCH v3 18/23] platform: generic: mips eyeq7h: synchronize timers across clusters
` [PATCH v3 19/23] platform: generic: mips eyeq7h: fix NCORE registers access from clusters 1..2
` [PATCH v3 20/23] platform: generic: mips p8700: dump MMIO regions
` [PATCH v3 21/23] platform: generic: mips eyeq7h: prohibit accessing memory beyond DRAM
` [PATCH v3 22/23] platform: generic: p8700: fix MIPS specific CSRs
` [PATCH v3 23/23] platform: generic: eyeq7h: enable ECC on L1 cache

[PATCH] lib: sbi: Use SBI_SSE_EVENT_LOCAL_UNKNOWN_NMI with unknown interrupts
 2026-02-26  0:37 UTC  (3+ messages)

[PATCH] lib: sbi_pmu: Track SBI_PMU_FW_PLATFORM started counter
 2026-02-26  0:35 UTC  (4+ messages)

[PATCH] platform: support starriver 9530
 2026-02-25  6:20 UTC  (3+ messages)

[PATCH] lib: utils: Add MPXY client driver for RPMI MM service group
 2026-02-25  6:13 UTC 

[RFC PATCH 1/3] platform: sifive: Add initial support for SiFive development platform
 2026-02-24  3:17 UTC  (3+ messages)
` [RFC PATCH 2/3] lib: sbi_init: Call hart init before platform early init
` [RFC PATCH 3/3] sifive_dev_platform: Set default MMIO region when SmePMP is enabled

[PATCH 00/22] Introduce MIPS p8700 based "eyeq7h" and "boston"
 2026-02-23 15:06 UTC  (9+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 09/20] platform: generic: mips: add P8700 "
  ` [PATCH v2 20/20] platform: generic: mips eyeq7h: prohibit accessing memory beyond DRAM

[PATCH 0/5] Add hart state management and system suspend support for AE350
 2026-02-23  3:53 UTC  (5+ messages)
` [PATCH 5/5] lib: utils/suspend: add Andes ATCSMU suspend driver

[PATCH v3] lib: sbi: add UBSan support
 2026-02-22 22:45 UTC 

[PATCH v2] lib: sbi: add UBSan support
 2026-02-22 22:40 UTC 

[PATCH v2] lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64
 2026-02-22 15:29 UTC  (2+ messages)

[PATCH v3] lib: sbi: Add KASAN support for OpenSBI
 2026-02-20 19:32 UTC 

[PATCH] lib: sbi_pmu: Fix multiple FW counter start operations with custom PMU device
 2026-02-20 12:01 UTC  (2+ messages)

[PATCH] lib: utils/serial: Add support for Altera JTAG UART
 2026-02-20 11:29 UTC  (2+ messages)

[PATCH v4 1/1] firmware: Initialize stack guard via Zkr
 2026-02-20 11:13 UTC  (2+ messages)

[PATCH] firmware: generate __stack_chk_guard at compile time
 2026-02-20  5:23 UTC  (2+ messages)

[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

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox