messages from 2026-07-29 16:44:53 to 2026-09-03 21:20:39 UTC [more...]
[PATCH v2 0/9] Add RISC-V Worlds ISA support to OpenSBI
2026-09-03 21:20 UTC (15+ messages)
` [PATCH v2 1/9] lib: sbi_hart: detect RISC-V Worlds ISA extensions
` [PATCH v2 2/9] lib: utils: fdt_helper: parse RISC-V Worlds per-hart WID properties
` [PATCH v2 3/9] lib: fdt_domain: parse domain "
` [PATCH v2 4/9] lib: sbi_hart: lock mwid CSR for RoT immutability
` [PATCH v2 5/9] lib: sbi_hart: add WID protection mechanism
` [PATCH v2 6/9] lib: sbi_domain_context: add slwid to per-domain S-mode context
` [PATCH v2 7/9] include: sbi_types: add PRIx64 format macro
` [PATCH v2 8/9] lib: sbi: display World ID configuration at boot
` [PATCH v2 9/9] docs: document WID DT properties
[PATCH v2 0/6] Fix input validation issues in SBI ecall handlers
2026-09-03 9:07 UTC (11+ messages)
` [PATCH v2 1/6] lib: sbi_dbtr: fix integer overflow in read_trig bounds check
` [PATCH v2 2/6] lib: sbi_dbtr: fix shared memory double-fetch in install_trig
` [PATCH v2 3/6] lib: sbi_dbtr: use range check for shared memory domain validation
` [PATCH v2 4/6] lib: sbi_pmu: fix integer overflow and zero-address in event_get_info
` [PATCH v2 5/6] lib: sbi_sse: fix shared memory double-fetch in sse_write_attrs
` [PATCH v2 6/6] lib: sbi_mpxy: fix integer overflow in attribute range endpoint
[PATCH] lib: sbi: dbtr: validate complete shared memory range
2026-09-03 3:36 UTC (2+ messages)
[PATCH 0/2] lib: sbi: Fix Smrnmi/RNMI trap handling issues
2026-09-03 2:36 UTC (7+ messages)
` [PATCH 1/2] lib: sbi: Fix Smrnmi init and non-retentive suspend handling
` [PATCH 2/2] lib: sbi: Fix stale prev_context in RNMI handler
[PATCH] platform: generic: metanoia/mt2824: configure PMA for DSP memory regions
2026-09-02 15:04 UTC
[PATCH v3 0/5] platform: generic: spacemit: add K3 platform support
2026-09-02 11:42 UTC (20+ messages)
` [PATCH v3 1/5] lib: sbi: select expected trap handler per hart
` [PATCH v3 2/5] platform: generic: spacemit: k1: rename cache flush operation
` [PATCH v3 3/5] platform: generic: spacemit: k1: move hart init to nascent hook
` [PATCH v3 4/5] platform: generic: spacemit: k1: refactor platform support
` [PATCH v3 5/5] platform: generic: spacemit: k3: add "
` [PATCH 1/3] platform: generic: spacemit: k3: de-vote cluster power-downs and ungate DMASYS before CCI enable
` [PATCH 2/3] platform: generic: spacemit: k3: override cold_boot_allowed for hart 0 only
` [PATCH 3/3] platform: generic: spacemit: k3: wake A100 core 8 for ESOS/RPMI services
` [PATCH 0/3] platform: generic: spacemit: k3: follow-up fixes
[PATCH 00/14] Add clang Thread Safety Analysis (TSA) support
2026-09-02 8:39 UTC (7+ messages)
` [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: sse: clear SPV for non-virtualized events
2026-09-01 7:28 UTC (3+ messages)
[PATCH] platform: generic/andes: fix 32-bit shift overflow in decode_pmaaddrx()
2026-09-01 5:31 UTC (3+ messages)
[PATCH 0/7] Fix and improve the Andes ATCSMU and LLC drivers
2026-09-01 5:19 UTC (2+ messages)
[PATCH 0/3] lib: sbi: dbtr: per-slot trigger capability detection
2026-09-01 5:05 UTC (7+ 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 0/3] Support OpenSBI firmware header
2026-09-01 2:22 UTC (4+ messages)
` [PATCH 1/3] firmware: fw_base.S: add a formatted "
` [PATCH 2/3] firmware: fw_base.S: override a0, a1 and a2 from the "
` [PATCH 3/3] docs: firmware: document the OpenSBI "
[PATCH] lib: sbi_hsm: Validate state before updating start context
2026-08-31 13:08 UTC
[PATCH] lib: sbi_timer: Restart events from the restart list
2026-08-31 13:06 UTC
[PATCH] lib: utils/mailbox: Reject invalid RPMI queue indices
2026-08-31 13:04 UTC
[PATCH] lib: sbi: clamp sbi_ecall_get_extensions_str buffer offset
2026-08-31 12:39 UTC (2+ messages)
[PATCH] platform: generic: andes: validate PMAADDR decoding
2026-08-31 2:59 UTC (2+ messages)
[PATCH] lib: sbi: Fix FP state enable in sbi_fp_save
2026-08-28 21:31 UTC
[Question] HSM START_PENDING when hart_start request never completes
2026-08-28 17:27 UTC
[PATCH] lib: utils/mailbox: reject undersized RPMI shmem queues
2026-08-28 14:25 UTC
[PATCH] lib: sbi: use unsigned masks for HPM counter 31
2026-08-28 14:22 UTC
[PATCH v2 0/3] OpenSBI domain initialization order
2026-08-28 12:45 UTC (8+ messages)
` [PATCH v2 1/3] lib: sbi_domain: Check possible harts in sbi_domain_context_enter/exit()
` [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] lib: sbi: reject PMU skip-match counter class mismatches
2026-08-27 11:57 UTC
[PATCH] lib: utils: irqchip: handle IMSIC mask boundaries
2026-08-27 11:55 UTC
[PATCH v2 0/5] platform: generic: spacemit: add K3 platform support
2026-08-27 3:21 UTC (18+ messages)
` [PATCH v2 1/5] lib: sbi: select expected trap handler per hart
` [PATCH v2 2/5] platform: generic: spacemit: k1: rename cache flush operation
` [PATCH v2 3/5] platform: generic: spacemit: k1: move hart init to nascent hook
` [PATCH v2 4/5] platform: generic: spacemit: k1: refactor platform support
` [PATCH v2 5/5] platform: generic: spacemit: k3: add "
[RFC PATCH v4 0/4] Add Smsdid and Smmpt supervisor domain protection
2026-08-25 16:19 UTC (8+ messages)
` [RFC PATCH v4 1/4] lib: sbi_domain: Add finalize callback for per-domain state
` [RFC PATCH v4 2/4] riscv: Add Smsdid and Smmpt hart extensions
` [RFC PATCH v4 3/4] mpt: Add Smsdid and Smmpt supervisor domain core
` [RFC PATCH v4 4/4] lib: sbi: Initialize SMMPT during coldboot
[PATCH 0/2] Rename sbi_domain functions and per-domain data
2026-08-25 7:56 UTC (4+ 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
[RFC PATCH v3 0/5] Add Smsdid and Smmpt supervisor domain protection
2026-08-22 12:21 UTC (13+ messages)
` [RFC PATCH v3 1/5] lib: sbi: Rename map_range/unmap_range functions
` [RFC PATCH v3 2/5] riscv: Add Smsdid and Smmpt hart extensions
` [RFC PATCH v3 3/5] mpt: Add Smsdid and Smmpt supervisor domain core
` [RFC PATCH v3 4/5] platform/generic: Initialise MPT at boot
` [RFC PATCH v3 5/5] sbi: init: Print supervisor domains "
[RFC PATCH v2 0/5] Add Smsdid and Smmpt supervisor domain protection
2026-08-22 12:18 UTC (4+ messages)
` [RFC PATCH v2 2/5] mpt: Add Smsdid and Smmpt supervisor domain core
[PATCH 0/7] firmware: add FW_DYNAMIC_APPEND firmware type
2026-08-21 11:07 UTC (6+ messages)
[PATCH] firmware: payload: test: Relocate GOT entries before calling C code
2026-08-21 10:13 UTC
[PATCH] platform: generic: sophgo: Move SG2042 timer memregion workaround
2026-08-20 15:19 UTC (2+ messages)
[PATCH v2] lib: sbi: Allow platforms to override local TLB operations
2026-08-20 15:11 UTC (2+ messages)
[PATCH] Makefile: Support make -s to silence the build
2026-08-20 14:48 UTC (2+ messages)
[PATCH 1/1] lib: sbi_irqchip: error handling in sbi_irqchip_raw_handler_default()
2026-08-20 13:44 UTC
[PATCH 0/2] Improve CPPC counter scalability via local emulation
2026-08-20 12:24 UTC (2+ messages)
[PATCH 1/1] sbi: make SBI_HARTMASK_MAX_BITS customizable, default 256
2026-08-20 7:46 UTC (2+ messages)
[PATCH v2 0/2] Fix Enable Notification
2026-08-20 7:42 UTC (2+ messages)
[PATCH v3 0/2] Introduce Metanoia MT2824 SoC support
2026-08-20 7:35 UTC (6+ 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 1/2] lib: sbi_domain: introduce atomic hart assignment helper
2026-08-19 7:51 UTC (2+ messages)
` [PATCH 2/2] lib: sbi: serialize HSM hart_start ownership check with assignment lock
[PATCH 0/2] Fix domain assignment TOCTOU races
2026-08-19 7:51 UTC
[PATCH v2 0/3] MPXY interdomain bridge driver
2026-08-18 21:32 UTC (4+ messages)
` [PATCH v2 1/3] lib: sbi: domain: add domain registration notifier infrastructure
` [PATCH v2 2/3] sbi_utils: mailbox: add RPMI REQUEST_FORWARD service group definitions
` [PATCH v2 3/3] sbi_utils: mpxy: add FDT-based MPXY bridge driver
[PATCH] lib: sbi_pmu: Match raw event selector only against raw event map entries
2026-08-18 21:00 UTC (5+ messages)
` [PATCH v2 0/3] lib: sbi_pmu: SBI v3.0 PMU error code fixes
` [PATCH v2 1/3] lib: sbi_pmu: Return invalid param error for reserved event_idx bits
` [PATCH v2 2/3] lib: sbi_pmu: Match raw event selector only against raw event map entries
` [PATCH v2 3/3] lib: sbi_pmu: Fix counter and event info error codes as per SBI v3.0 spec
[PATCH 0/3] MPXY interdomain bridge driver
2026-08-17 19:46 UTC (4+ messages)
` [PATCH 1/3] lib: sbi: domain: add domain registration notifier infrastructure
` [PATCH 2/3] sbi_utils: mailbox: add RPMI REQUEST_FORWARD service group definitions
` [PATCH 3/3] sbi_utils: mpxy: add FDT-based MPXY bridge driver
[PATCH] lib: sbi_ecall_hsm: Reject oversized hart IDs
2026-08-17 18:12 UTC
[RFC PATCH 0/1] RISC-V Sspesa: OpenSBI firmware support
2026-08-17 16:00 UTC (2+ messages)
` [RFC PATCH 1/1] lib/sbi: Enable menvcfg.CDE for Sspesa
[PATCH] lib: sbi_mpxy: Fix shared memory size rounding
2026-08-17 15:55 UTC
[PATCH v2] lib/utils/fdt: Reserve exactly enough FDT space for fdt_cpu_fixup
2026-08-17 8:43 UTC
[PATCH 0/3] OpenSBI domain initialization order
2026-08-14 18:22 UTC (6+ messages)
` [PATCH 1/3] lib: sbi_domain: Check possible harts in sbi_domain_context_enter/exit()
` [PATCH 2/3] lib: sbi_domain: Re-work boot-time assignment of HARTs to non-ROOT domains
` [PATCH 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-08-14 17:23 UTC
[PATCH] lib: Fix MSTATUS_FS bit usage in sbi_fp_save()
2026-08-11 3:17 UTC
[PATCH v2 0/4] Add WorldGuard support with wgchecker2
2026-08-10 13:45 UTC (3+ messages)
[PATCH 0/5] Extend hart protection abstraction for ID configuration
2026-08-05 12:14 UTC (6+ messages)
` [PATCH 4/5] lib: sbi: Extend hart protection abstraction to allow "
[PATCH] lib: sbi: respect scounteren when emulating timeh
2026-08-05 9:33 UTC
[PATCH] lib: sbi_pmu: Return invalid param error for reserved event_idx bits
2026-08-04 22:38 UTC
[PATCH 0/3] platform: generic: spacemit: add K3 platform support
2026-08-03 23:44 UTC (4+ messages)
` [PATCH 3/3] platform: generic: spacemit: k3: add "
[PATCH] lib/utils/fdt: Reserve enough FDT space for fdt_cpu_fixup
2026-08-03 13:31 UTC (2+ messages)
[RFC PATCH 00/12] Add RISC-V Worlds ISA support to OpenSBI
2026-08-03 7:19 UTC (3+ messages)
` [RFC PATCH 02/12] lib: utils: fdt_helper: parse RISC-V Worlds DT properties
[PATCH v2 0/5] Extend hart protection abstraction for ID configuration
2026-08-02 9:53 UTC (2+ messages)
[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] "
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