OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 03:40:14 to 2026-07-31 09:10:03 UTC [more...]

[PATCH v3 0/2] Introduce Metanoia MT2824 SoC support
 2026-07-31  9:09 UTC  (4+ messages)
` [PATCH v3 1/2] platform: generic: Add Metanoia MT2824 initial support
` [PATCH v3 2/2] lib: utils/reset: Add Metanoia MT2824 system reset driver

[PATCH] platform: generic/andes: fix 32-bit shift overflow in decode_pmaaddrx()
 2026-07-31  8:47 UTC  (2+ messages)

[PATCH] lib: sbi: sse: clear SPV for non-virtualized events
 2026-07-31  7:18 UTC 

[PATCH] lib: sbi_pmu: fix integer overflow and zero-address in event_get_info
 2026-07-31  5:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] lib: sbi_dbtr: use range check for shared memory domain validation
 2026-07-30 16:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] lib: sbi_sse: fix shared memory double-fetch in sse_write_attrs
 2026-07-30 16:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] lib: sbi_dbtr: fix shared memory double-fetch in install_trig
 2026-07-30 16:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 00/14] Add clang Thread Safety Analysis (TSA) support
 2026-07-29 16:35 UTC  (15+ messages)
` [PATCH 01/14] include: sbi: add thread safety analysis macros
` [PATCH 02/14] lib: sbi_locks: annotate spinlock APIs for TSA
` [PATCH 03/14] lib: sbi_fifo: add TSA annotations
` [PATCH 04/14] lib: sbi_heap: "
` [PATCH 05/14] lib: sbi_scratch: "
` [PATCH 06/14] lib: rpmi: "
` [PATCH 07/14] lib: sbi_timer: "
` [PATCH 08/14] lib: htif: "
` [PATCH 09/14] lib: sbi_domain: "
` [PATCH 10/14] lib: sbi_sse: inline enable event locking
` [PATCH 11/14] lib: sbi_sse: pass SSE hart state explicitly
` [PATCH 12/14] lib: sbi_sse: add TSA annotations
` [PATCH 13/14] lib: test: disable TSA for spinlock tests
` [PATCH 14/14] Makefile: enable Thread Safety Analysis

[PATCH] lib: sbi_dbtr: fix integer overflow in read_trig bounds check
 2026-07-29  7:27 UTC 

[PATCH] lib: sbi_mpxy: fix integer overflow in attribute range endpoint
 2026-07-29  6:42 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH v2 0/5] Add Smsdid and Smmpt supervisor domain protection
 2026-07-29  2:37 UTC  (9+ messages)
` [RFC PATCH v2 1/5] riscv: Add Smsdid and Smmpt hart extensions
` [RFC PATCH v2 2/5] mpt: Add Smsdid and Smmpt supervisor domain core
` [RFC PATCH v2 3/5] platform/generic: Initialise MPT at boot
` [RFC PATCH v2 4/5] sbi: hsm: Activate MPT for domain on hart start/resume
` [RFC PATCH v2 5/5] sbi: init: Print supervisor domains at boot

[PATCH 0/7] Fix and improve the Andes ATCSMU and LLC drivers
 2026-07-28  8:10 UTC  (8+ messages)
` [PATCH 1/7] lib: utils/cache: fix andes_llcache_enable() return value
` [PATCH 2/7] lib: utils/andes: add the SMU and LLC registers to the root domain
` [PATCH 3/7] platform: generic/andes: pair non-retentive CSR save/restore with a flag
` [PATCH 4/7] lib: utils/suspend: restore Andes CSRs on system-suspend resume
` [PATCH 5/7] lib: utils/hsm: wake sleeping Andes harts with an IPI
` [PATCH 6/7] lib: utils/suspend: wait for the secondary Andes harts to sleep
` [PATCH 7/7] lib: utils/andes: arm the SMU sleep command last

[PATCH 0/3] lib: sbi: dbtr: per-slot trigger capability detection
 2026-07-27 18:30 UTC  (4+ messages)
` [PATCH 1/3] lib: sbi: dbtr: add platform device for per-slot trigger capabilities
` [PATCH 2/3] lib: sbi: dbtr: return SBI_ERR_BAD_RANGE for invalid trigger index range
` [PATCH 3/3] lib: sbi: dbtr: return SBI_ERR_INVALID_PARAM for invalid trigger configuration

[PATCH v2 0/5] Extend hart protection abstraction for ID configuration
 2026-07-27 13:08 UTC  (9+ messages)
` [PATCH v2 1/5] lib: sbi: Fix typos related to hart protection
` [PATCH v2 2/5] lib: sbi: Introduce sbi_hart_protection_reconfigure() function
` [PATCH v2 3/5] lib: sbi: Add domain parameter to hart protection (un)configure()
` [PATCH v2 4/5] lib: sbi: Extend hart protection abstraction to allow ID configuration
` [PATCH v2 5/5] lib: sbi: Print list of all hart protection mechanisms at boot time

[PATCH 0/3] platform: generic: spacemit: add K3 platform support
 2026-07-26  1:14 UTC  (5+ messages)
` [PATCH 1/3] platform: generic: spacemit: k1: rename cache flush operation
` [PATCH 2/3] platform: generic: spacemit: k1: refactor platform support
` [PATCH 3/3] platform: generic: spacemit: k3: add "

[PATCH 0/7] Add WorldGuard hwiso support
 2026-07-25  2:52 UTC  (5+ messages)

[PATCH 1/2] sbi: add hardware isolation abstraction framework
 2026-07-25  2:46 UTC  (7+ messages)

[PATCH v2 0/4] Add WorldGuard support with wgchecker2
 2026-07-25  2:38 UTC  (5+ messages)
` [PATCH v2 1/4] lib: utils: fdt: add generic domain and property parsing helpers
` [PATCH v2 2/4] hart: add WorldGuard CSR IDs and hart extension flags
` [PATCH v2 3/4] docs: document WorldGuard DT bindings
` [PATCH v2 4/4] platform: generic: add WorldGuard support with wgchecker2

[RFC PATCH 0/5] Add Smsdid and Smmpt supervisor domain protection
 2026-07-24 15:08 UTC  (10+ messages)
` [RFC PATCH 1/5] riscv: Add Smsdid and Smmpt hart extensions
` [RFC PATCH 2/5] mpt: Add Smsdid and Smmpt supervisor domain core
` [RFC PATCH 3/5] platform/generic: Initialise MPT at boot
` [RFC PATCH 4/5] sbi: hsm: Activate MPT for domain on hart start/resume
` [RFC PATCH 5/5] sbi: init: Print supervisor domains at boot

[PATCH 0/5] Extend hart protection abstraction for ID configuration
 2026-07-24 15:04 UTC  (17+ messages)
` [PATCH 1/5] lib: sbi: Fix typos related to hart protection
` [PATCH 2/5] lib: sbi: Introduce sbi_hart_protection_reconfigure() function
` [PATCH 3/5] lib: sbi: Add domain parameter to hart protection (un)configure()
` [PATCH 4/5] lib: sbi: Extend hart protection abstraction to allow ID configuration
` [PATCH 5/5] lib: sbi: Print list of all hart protection mechanisms at boot time

[PATCH v2 0/2] Fix Enable Notification
 2026-07-24  8:09 UTC  (3+ messages)
` [PATCH v2 1/2] lib: utils/mpxy: mm: Add missing RPMI_MM_SRV_ENABLE_NOTIFICATION entry
` [PATCH v2 2/2] lib: utils/mpxy: logging: Use correct enum for enable notification

[PATCH v3] lib: utils/mpxy: bind channel access to owning domain
 2026-07-22  8:32 UTC  (2+ messages)

[PATCH v5 0/6] ISC-V AIA: APLIC and IMSIC irqchip framework integration
 2026-07-22  6:45 UTC  (10+ messages)
` [PATCH v5 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v5 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v5 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v5 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v5 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v5 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi

[PATCH 0/2] Fix Enable Notification
 2026-07-22  5:54 UTC  (5+ messages)
` [PATCH 1/2] lib: utils/mpxy: mm: Add missing RPMI_MM_SRV_ENABLE_NOTIFICATION entry
` [PATCH 2/2] lib: utils/mpxy: logging: Use correct enum for enable notification

[PATCH 0/7] firmware: add FW_DYNAMIC_APPEND firmware type
 2026-07-22  3:56 UTC  (5+ messages)
` [PATCH 4/7] firmware: fw_base.S: call fw_dynamic_append_boot_args on cold boot
` [PATCH 6/7] docs: firmware: document the FW_DYNAMIC_APPEND firmware type
` [PATCH 7/7] docs: firmware: list FW_DYNAMIC_APPEND in fw.md

[PATCH] platform: generic: sophgo: Move SG2042 timer memregion workaround
 2026-07-21 15:08 UTC 

[PATCH v4 0/6] RISC-V AIA: APLIC and IMSIC irqchip framework integration
 2026-07-21  8:37 UTC  (10+ messages)
` [PATCH v4 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v4 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v4 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v4 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v4 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v4 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi

[PATCH 0/2] Address vector misalgined load/store stack issues
 2026-07-21  6:36 UTC  (5+ messages)
` [PATCH 1/2] lib: sbi: Move trap delegation setup to sbi_trap.c
` [PATCH 2/2] lib: sbi: Reduce stack usage of vector misaligned load/store emulation

[RFC PATCH 00/12] Add RISC-V Worlds ISA support to OpenSBI
 2026-07-21  6:24 UTC  (31+ messages)
` [RFC PATCH 01/12] lib: sbi_hart: detect RISC-V Worlds ISA extensions
` [RFC PATCH 02/12] lib: utils: fdt_helper: parse RISC-V Worlds DT properties
` [RFC PATCH 03/12] lib: sbi_hart: enforce riscv,pmwid for Worlds ISA
` [RFC PATCH 04/12] lib: sbi_hart: lock mwid CSR for RoT immutability
` [RFC PATCH 05/12] include: sbi_domain: add Worlds WID fields
` [RFC PATCH 07/12] lib: sbi_domain: print World ID config at boot
` [RFC PATCH 09/12] platform: generic: parse root domain WID config from DT

[PATCH] lib: sbi_ipi: Validate hartids against domain, not HSM state
 2026-07-21  6:04 UTC  (3+ messages)

[PATCH 00/10] Introduce Virtual IRQ (VIRQ) framework
 2026-07-20 15:27 UTC  (4+ messages)

[PATCH] lib: sbi: clamp sbi_ecall_get_extensions_str buffer offset
 2026-07-19 10:11 UTC 

[PATCH v3 0/6] RISC-V AIA: APLIC and IMSIC irqchip framework integration
 2026-07-17  8:46 UTC  (13+ messages)
` [PATCH v3 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v3 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v3 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v3 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v3 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v3 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi

[PATCH] lib: sbi_irqchip: fix device lookup by caps when first is NULL
 2026-07-16  5:59 UTC  (2+ messages)

[PATCH v2 0/6] RISC-V AIA: APLIC and IMSIC irqchip framework integration
 2026-07-11 19:32 UTC  (16+ messages)
` [PATCH v2 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v2 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v2 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v2 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v2 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v2 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi

[PATCH v2] lib: utils/mpxy: bind channel access to owning domain
 2026-07-11  8:32 UTC  (2+ messages)

[PATCH] lib: utils/mpxy: bind channel access to owning domain
 2026-07-07 20:42 UTC  (3+ messages)

[PATCH] lib/utils/fdt: Reserve enough FDT space for fdt_cpu_fixup
 2026-07-07 13:01 UTC  (3+ messages)


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