public inbox for opensbi@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-01-14 09:21:47 to 2026-02-26 00:37:53 UTC [more...]

[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 v3 00/23] Introduce MIPS p8700 based "eyeq7h" and "boston"
 2026-02-25 16:10 UTC  (26+ 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] 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  (48+ messages)
` [PATCH 03/22] platform: generic: mips p8700: reserve memory for M-mode peripherals
` [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 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] lib: sbi: fix undefined behavior in signed shifts in sbi_hart.c, sbi_ecall_interface.h
 2026-02-23  0:11 UTC 

[PATCH] include: sbi: fix illegal shift in sbi_domain.h: sbi_domain_memregion_is_subset
 2026-02-22 23:51 UTC 

[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] lib: fdt_helper: Removed unnecessary dt parsing check
 2026-02-19  8:34 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

[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

[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] 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] lib : sbi: UBSan implementation for OpenSBI
 2026-01-14 11:49 UTC 


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