OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-04 16:29:44 to 2026-09-13 10:05:15 UTC [more...]

[PATCH] lib: sbi: Clear all IPI devices when processing an IPI
 2026-09-13 10:04 UTC  (4+ messages)

[PATCH] lib: sbi: Refactor sbi_ipi_raw_send/clear interface
 2026-09-13 10:01 UTC 

[PATCH 0/2] lib: sbi: Fix stale trap_context/prev_context linking
 2026-09-11 17:19 UTC  (4+ messages)

[PATCH v2 0/3] lib: sbi: Fix Smrnmi resume init and optional platform callback
 2026-09-11 17:11 UTC  (7+ messages)
` [PATCH v2 2/3] lib: sbi: report smrnmi_handlers_init failures instead of ignoring them

[Question] Possible tlb_sync hang when remote SFENCE.VMA races with HSM hart_stop
 2026-09-11  3:44 UTC 

[PATCH] lib: sbi: dbtr: validate complete shared memory range
 2026-09-11  1:59 UTC  (2+ messages)

[PATCH v4 0/3] MPXY interdomain bridge driver
 2026-09-10 21:08 UTC  (4+ messages)
` [PATCH v4 1/3] lib: sbi: domain: add domain registration notifier infrastructure
` [PATCH v4 2/3] sbi_utils: mailbox: add RPMI REQUEST_FORWARD service group definitions
` [PATCH v4 3/3] sbi_utils: mpxy: add FDT-based MPXY bridge driver

[RFC PATCH] lib: sbi_hart: Retrun zero lenght of mhpmcounter when probing failed
 2026-09-10 18:20 UTC 

[PATCH] lib: sbi_hart: Reset mhpmcounter after probing its bits
 2026-09-10 18:02 UTC 

[PATCH 0/3] Makefile: fix support checks that use grep
 2026-09-10 14:43 UTC  (4+ messages)
` [PATCH 1/3] Makefile: don't grep when setting CC_SUPPORT_ZICSR_ZIFENCEI
` [PATCH 2/3] Makefile: don't grep when setting CC_SUPPORT_STRICT_ALIGN
` [PATCH 3/3] Makefile: don't grep when setting CC_SUPPORT_SAVE_RESTORE

[PATCH v4 0/6] platform: generic: spacemit: add K3 platform support
 2026-09-10 14:00 UTC  (7+ messages)
` [PATCH v4 1/6] lib: sbi: select expected trap handler per hart
` [PATCH v4 2/6] platform: generic: spacemit: k1: rename cache flush operation
` [PATCH v4 3/6] platform: generic: spacemit: k1: move hart init to nascent hook
` [PATCH v4 4/6] platform: generic: spacemit: k1: refactor platform support
` [PATCH v4 5/6] platform: generic: spacemit: k3: add "
` [PATCH v4 6/6] platform: generic: spacemit: k3: override cold_boot_allowed for hart 0 only

[PATCH v3 0/3] lib: sbi: fix shared memory double-fetch in DBTR and SSE
 2026-09-10  5:29 UTC  (4+ messages)
` [PATCH v3 1/3] lib: sbi: dbtr: fix shared memory double-fetch in install_trig
` [PATCH v3 2/3] lib: sbi: dbtr: fix shared memory double-fetch in update_trig
` [PATCH v3 3/3] lib: sbi: sse: fix shared memory double-fetch in sse_write_attrs

[PATCH v3 0/4] lib: sbi: fix integer overflows in shared memory bounds checks
 2026-09-10  5:26 UTC  (5+ messages)
` [PATCH v3 1/4] lib: sbi: dbtr: fix integer overflow in read_trig bounds check
` [PATCH v3 2/4] lib: sbi_pmu: fix integer overflow and zero-address in event_get_info
` [PATCH v3 3/4] lib: sbi_pmu: unmap shared memory on the reserved event_idx path
` [PATCH v3 4/4] lib: sbi_mpxy: fix integer overflow in attribute range endpoint

[PATCH v3 0/3] MPXY interdomain bridge driver
 2026-09-09 21:04 UTC  (4+ messages)
` [PATCH v3 1/3] lib: sbi: domain: add domain registration notifier infrastructure
` [PATCH v3 2/3] sbi_utils: mailbox: add RPMI REQUEST_FORWARD service group definitions
` [PATCH v3 3/3] sbi_utils: mpxy: add FDT-based MPXY bridge driver

[PATCH v2 0/3] MPXY interdomain bridge driver
 2026-09-09 17:08 UTC  (2+ messages)

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

[PATCH v3 0/3] OpenSBI domain initialization order
 2026-09-08  8:46 UTC  (6+ messages)
` [PATCH v3 1/3] lib: sbi_domain: Check possible harts in sbi_domain_context_enter/exit()
` [PATCH v3 2/3] lib: sbi_domain: Re-work boot-time assignment of HARTs to non-ROOT domains
` [PATCH v3 3/3] lib: sbi_domain: Introduce domain intialization order

[PATCH] lib: sbi: Fix DBTR error codes and semantics as per SBI v3.0 spec
 2026-09-08  4:18 UTC  (2+ messages)

[PATCH 0/5] RPMI REQUEST_FORWARD service group in OpenSBI
 2026-09-07 11:59 UTC  (6+ messages)
` [PATCH 1/5] lib: utils: Add RPMI REQUEST_FORWARD service group defines
` [PATCH 2/5] lib: utils/mpxy: Split RPMI message protocol attributes out of the mailbox header
` [PATCH 3/5] lib: utils/mpxy: Add queue of forwarded RPMI messages
` [PATCH 4/5] lib: utils/mpxy: Add RPMI REQUEST_FORWARD channel driver
` [PATCH 5/5] lib: utils/mpxy: Add RPMI MANAGEMENT_MODE channel over request forward

[PATCH v2 0/3] OpenSBI domain initialization order
 2026-09-05 13:13 UTC  (7+ messages)
` [PATCH v2 2/3] lib: sbi_domain: Re-work boot-time assignment of HARTs to non-ROOT domains
` [PATCH v2 3/3] lib: sbi_domain: Introduce domain intialization order

[PATCH 0/2] Rename sbi_domain functions and per-domain data
 2026-09-05  7:27 UTC  (5+ messages)
` [PATCH 1/2] lib: sbi: Rename map_range/unmap_range functions
` [PATCH 2/2] lib: sbi_domain: Rename per-domain data to per-domain state

[PATCH] lib: sbi: Fix FP state enable in sbi_fp_save
 2026-09-05  7:04 UTC  (2+ messages)

[PATCH] lib: Fix MSTATUS_FS bit usage in sbi_fp_save()
 2026-09-05  7:00 UTC  (2+ messages)

[PATCH v3 0/5] Add WorldGuard support with SiFive WG checker
 2026-09-04 16:29 UTC  (3+ messages)
` [PATCH v3 4/5] platform: generic: add WorldGuard checker support
` [PATCH v3 5/5] [NOT-FOR-UPSTREAM] platform: virt: add QEMU WorldGuard overlay


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