OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-04 15:23:31 to 2026-06-09 06:02:49 UTC [more...]

[PATCH v2 0/4] Fixes for vector misaligned load/store handlers
 2026-06-09  6:00 UTC  (5+ messages)
` [PATCH v2 1/4] lib: sbi: cosmetic changes to reduce indentation
` [PATCH v2 2/4] lib: sbi: Rework and split sbi_misaligned(_v)_tinst_fixup
` [PATCH v2 3/4] lib: sbi: Add variable-length unprivilege access functions
` [PATCH v2 4/4] lib: sbi: Rework misaligned vector load/store

[PATCH] sbi_mpxy: Add Logging service group handlers
 2026-06-09  5:57 UTC 

[PATCH v2 0/8] Fixes for load/store misaligned and access faults
 2026-06-08 21:42 UTC  (11+ messages)
` [PATCH v2 1/8] include: sbi: Add more mstatus and instruction encoding
` [PATCH v2 2/8] include: sbi: Add sbi_regs_prev_xlen
` [PATCH v2 3/8] include: sbi: Add GET_RDS_NUM/SET(_FP32/_FP64)_RDS macros
` [PATCH v2 4/8] include: sbi: set FS dirty in vsstatus when V=1
` [PATCH v2 5/8] lib: sbi: Do not override emulator callback for vector load/store
` [PATCH v2 6/8] Makefile: define OPENSBI_DEBUG if DEBUG builds
` [PATCH v2 7/8] lib: sbi: Rework load/store emulator instruction decoding
` [PATCH v2 8/8] [NOT-FOR-UPSTREAM] Test program for misaligned load/store

[PATCH 0/4] Fixes for vector misaligned load/store handlers
 2026-06-08 21:17 UTC  (5+ messages)
` [PATCH 1/4] lib: sbi: cosmetic changes to reduce indentation
` [PATCH 2/4] lib: sbi: Rework and split sbi_misaligned(_v)_tinst_fixup
` [PATCH 3/4] lib: sbi: Add variable-length unprivilege access functions
` [PATCH 4/4] lib: sbi: Rework misaligned vector load/store

[PATCH v2 0/4] MPXY MSI availability and RPMI notification updates
 2026-06-08 12:52 UTC  (5+ messages)
` [PATCH v2 1/4] lib: sbi_irqchip: Allow irqchip drivers advertise capabilities
` [PATCH v2 2/4] lib: sbi_mpxy: Enable MPXY channel MSI availability determination
` [PATCH v2 3/4] include: mailbox: Update RPMI notification structs and add performance events
` [PATCH v2 4/4] include: sbi: Add SBI MPXY notification related defines

[PATCH 0/2] MPXY MSI availability and RPMI notification updates
 2026-06-08 12:34 UTC  (5+ messages)
` [PATCH 1/2] lib: sbi_mpxy: Enable MPXY channel MSI availability determination
` [PATCH 2/2] include: mailbox: Update RPMI notification structs and add Performance event definitions

[PATCH] lib: sbi_domain: reject zero-size and overflowing ranges in sbi_domain_check_addr_range
 2026-06-08  9:02 UTC  (3+ messages)

[PATCH 0/4] irqchip/rpmi: Expose APLIC/IMSIC interfaces for platform use
 2026-06-07 16:14 UTC  (4+ messages)
` [PATCH 4/4] include: mailbox: rpmi_msgprot: Add RPMI performance domain flag defines

[PATCH] include: sbi_platform: Increase default stack size
 2026-06-05 18:59 UTC  (9+ messages)

[PATCH v2 0/2] Fix eic770x warm reset
 2026-06-05  7:57 UTC  (3+ messages)
` [PATCH v2 1/2] include: utils/hsm: Add __noreturn attribute for sifive_cease
` [PATCH v2 2/2] platform: generic: eswin: Add eic770x_hsm and fix warm reset issues

[PATCH] gitignore: Ignore python cache directories
 2026-06-02 11:24 UTC 

[PATCH] lib: sbi_trap_v_ldst: Redirect unhandled traps
 2026-05-29 14:42 UTC 

[PATCH] platform: Allow platforms to customize TLB operations
 2026-05-29  9:25 UTC  (4+ messages)

[PATCH] lib: utils/reset: Add litex SoC reset driver
 2026-05-29  8:52 UTC 

[PATCH] lib: sbi: Apply budget restriction when polling Zkr CSR state transition
 2026-05-27 17:19 UTC  (3+ messages)

[PATCH] lib: sbi: dbtr: do not unconditionally access tdata2/tdata3 CSRs
 2026-05-26 17:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/18] dbtr: Fixes and heterogeneous trigger types
 2026-05-26  4:38 UTC  (7+ messages)
` [PATCH 05/18] dbtr: Do not support chain bit
` [PATCH 06/18] dbtr: Improve trigger update error checking

[PATCH] lib: sbi: Drop fw_rw_offset alignment requirement for single fw region
 2026-05-22 22:54 UTC 

[PATCH] lib: sbi_pmu: Honor CLEAR_VALUE/AUTO_START for all hardware event types
 2026-05-22 14:46 UTC 

[PATCH] sbi: mpxy: define INVALID_ADDR using unsigned long width
 2026-05-22  4:59 UTC  (2+ messages)

[PATCH] lib: utils/reset: Remove unused match data
 2026-05-22  4:59 UTC  (2+ messages)

[PATCH v2] riscv: misaligned: Make enabling delegation depend on NONPORTABLE
 2026-05-21 12:18 UTC 

[PATCH 0/2] Minor improvement in FDT extension parsing
 2026-05-21  8:26 UTC  (3+ messages)
` [PATCH 1/2] lib: sbi_hart: No need to clear features in hart_detect_features()
` [PATCH 2/2] platform: generic: Optimize extensions_init() to parse ISA extensions once

[PATCH 0/7] Add WorldGuard hwiso support
 2026-05-19 20:33 UTC  (8+ messages)
` [PATCH 1/7] hart: add WorldGuard CSR IDs and hart extension flags
` [PATCH 2/7] docs: document hwiso WorldGuard DT bindings
` [PATCH 3/7] [NOT-FOR-UPSTREAM] platform: virt: add QEMU WorldGuard hwiso overlay
` [PATCH 4/7] platform: generic: add WorldGuard hwiso support with wgchecker2
` [PATCH 5/7] test: add generic hwiso SBI unit coverage
` [PATCH 6/7] platform: virt: add QEMU virt WorldGuard hwiso tests
` [PATCH 7/7] platform: virt: add WorldGuard HWISO failure-mode SBIUNIT test

lib: sbi: Make per-HART stack size configurable via Kconfig
 2026-05-19  8:58 UTC 

[PATCH v3 0/3] Add trap-based ISA extension emulation
 2026-05-19  0:33 UTC  (3+ messages)
` [PATCH v3 2/3] lib: sbi: "

[PATCH v3] lib: utils: fdt_domain: add root-regions-inheritance policy
 2026-05-18 12:55 UTC  (2+ messages)

[PATCH v8 0/3] Add eager FP and Vector context switching support
 2026-05-18  8:40 UTC  (6+ messages)
` [PATCH v8 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v8 2/3] lib: sbi: Add floating-point "
` [PATCH v8 3/3] lib: sbi: domain FP/Vector context support for context switch

[PATCH v7 0/3] Add eager FP and RISC-V vector context switching support
 2026-05-18  8:35 UTC  (9+ messages)
` [PATCH v7 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v7 2/3] lib: sbi: Add floating-point "
` [PATCH v7 3/3] lib: sbi: domain FP/Vector context support for context switch

[PATCH] lib/sbi_pmu: Don't fallback to fixed counters when sscofpmf && !smcntrpmf
 2026-05-18  1:13 UTC  (3+ messages)

[PATCH v6 0/3]i Add eager FP and RISC-V vector context switching support
 2026-05-17 15:37 UTC  (7+ messages)
` [PATCH v6 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v6 2/3] lib: sbi: Add floating-point "
` [PATCH v6 3/3] lib: sbi: domain FP/Vector context support for context switch

[PATCH v5 0/3] Add eager FP and RISC-V vector context switching support
 2026-05-16 17:17 UTC  (14+ messages)
` [PATCH v5 1/4] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v5 2/4] lib: sbi: Add floating-point "
` [PATCH v5 3/4] lib: sbi: domain FP/Vector context support for context switch
` [PATCH v5 4/4] lib: sbi: Conditionalize FP and Vector save/restore based on extensions

[PATCH v5 0/3] Add eager FP and RISC-V vector context switching support
 2026-05-16 10:07 UTC  (4+ messages)
` [PATCH v5 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v5 2/3] lib: sbi: Add floating-point "
` [PATCH v5 3/3] lib: sbi: domain FP/Vector context support for context switch

[PATCH v4] lib: sbi: add UBSan support
 2026-05-15 16:33 UTC 

[PATCH v2] lib: utils: fdt_domain: add root-regions-inheritance policy
 2026-05-15 11:12 UTC 

[PATCH 00/10] Introduce Virtual IRQ (VIRQ) framework
 2026-05-14 22:57 UTC  (11+ messages)
` [PATCH 01/10] lib: irqchip: add S-mode notification helpers
` [PATCH 02/10] lib: sbi: domain: adaptation for supporting VIRQ couriering domain context switch
` [PATCH 03/10] lib: sbi: Add Virtual IRQ (VIRQ) subsystem
` [PATCH 04/10] lib: sbi: Add VIRQ ecall extension
` [PATCH 05/10] lib: sbi: domain: add domain lookup by name
` [PATCH 06/10] lib: utils: fdt: parse sysirq routing from DT
` [PATCH 07/10] lib: utils: irqchip: derive APLIC targets from sysirq nodes
` [PATCH 08/10] lib: irqchip: support deferred completion and per-HWIRQ APLIC targets
` [PATCH 09/10] lib: sbi: domain: ensure boot_hartid is assigned
` [PATCH 10/10] docs: domain: document sysirq VIRQ mapping and routing rules

[PATCH v3 0/6] Add RNMI handler infrastructure for Smrnmi extension
 2026-05-14 20:27 UTC  (17+ messages)
` [PATCH v3 1/6] include: sbi_scratch: Add tmp1 scratch space for RNMI context saving
` [PATCH v3 2/6] lib: sbi: Add Smrnmi extension macros for registers and bits
` [PATCH v3 3/6] firmware: Add RNMI handler infrastructure
` [PATCH v3 4/6] lib: sbi: hart: Move device tree features detection before trap-based checks
` [PATCH v3 5/6] lib: sbi: Move Zkr entropy initialization from fw_base.S to init_coldboot
` [PATCH v3 6/6] lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detection

[PATCH v4 0/3] Add eager FP and RISC-V vector context switching support
 2026-05-13  8:12 UTC  (12+ messages)
` [PATCH v4 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v4 2/3] lib: sbi: Add floating-point "
` [PATCH v4 3/3] lib: sbi: domain FP/Vector context support for context switch

[PATCH] lib: utils: fdt_domain: add support for root domain region inheritance
 2026-05-12 16:04 UTC  (5+ messages)

[PATCH 0/6] Extend irqchip framework for MSIs and line sensing
 2026-05-12  4:28 UTC  (2+ messages)

[PATCH v4 0/3] Add eager FP and RISC-V vector context switching support
 2026-05-12  3:27 UTC  (5+ messages)
` [PATCH 1/3] lib: sbi: Add RISC-V vector context save/restore support

[PATCH 0/2] Add reboot support for SpacemiT K1 platforms
 2026-05-11 13:56 UTC  (7+ messages)
` [PATCH 1/2] lib: utils/i2c: add minimal SpacemiT I2C driver
` [PATCH 2/2] lib: utils/reset: add SpacemiT P1 PMIC support

[PATCH] lib: sbi: Fix hw a/d updating defaults
 2026-05-11 13:48 UTC  (2+ messages)

[PATCH] lib: utils/regmap: Fix reg_stride calculation in syscon regmap
 2026-05-11  7:52 UTC  (2+ messages)

[PATCH] lib: sbi_domain: reject overflowing address range in check_addr_range()
 2026-05-11  5:24 UTC  (4+ messages)

[PATCH] docs: platform: update qemu_virt.md
 2026-05-11  4:57 UTC  (2+ messages)

[PATCH] lib: utils: Fix LLVM compile error in MPXY client driver for RPMI MM
 2026-05-11  4:53 UTC  (3+ messages)

[PATCH] lib: fdt_domain: Default boot-hart to coldboot HART for multi-domain boot
 2026-05-11  4:51 UTC  (3+ messages)

[PATCH v3] platform: generic: Tenstorrent Atlantis support
 2026-05-09 15:57 UTC  (2+ messages)

[PATCH v2 0/4] Timer events for OpenSBI
 2026-05-09  7:46 UTC  (2+ messages)

[PATCH] platform: Remove kendryte/k210 platform
 2026-05-09  7:37 UTC  (2+ messages)

[PATCH] platform: Fix payload alignment when FW_TEXT_START isn't 2M/4M aligned
 2026-05-08 16:32 UTC 

[PATCH v2 0/5] Add RISC-V Smrnmi extension support
 2026-05-06 14:38 UTC  (5+ messages)
` [PATCH v2 4/5] lib: sbi: Create a spot to place Smrnmi detection before traps and after DT is ready

[PATCH 1/2] sbi: add hardware isolation abstraction framework
 2026-05-04 17:39 UTC  (2+ messages)
` [PATCH 2/2] sbi: route domain lifecycle transitions through hwiso hooks

[PATCH v2 1/3] lib: utils: irqchip: implement APLIC hwirq operation hooks
 2026-05-04 17:13 UTC  (3+ messages)
` [PATCH v2 2/3] [NOT-FOR-UPSTREAM] lib: utils: irqchip: add QEMU virt test for APLIC wired IRQs
` [PATCH v2 3/3] [NOT-FOR-UPSTREAM] platform: generic: virt: add APLIC M-mode IRQ test overlay


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