public inbox for opensbi@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-21 04:52:46 to 2026-04-10 19:15:48 UTC [more...]

[PATCH 0/7] Add RISC-V Smrnmi extension support
 2026-04-10 19:15 UTC  (13+ messages)
` [PATCH 1/7] include: sbi_scratch: Add tmp1 scratch space for RNMI context saving
` [PATCH 2/7] lib: sbi: Add Smrnmi extension macros for registers and bits
` [PATCH 3/7] firmware: Add RNMI/RNME handler infrastructure

[PATCH 0/2] MPXY MSI availability and RPMI notification updates
 2026-04-09 14:57 UTC  (3+ 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] platform: Remove kendryte/k210 platform
 2026-04-09  4:53 UTC 

[PATCH 1/2] include: sbi_bitmap: add bitmap_empty() function
 2026-04-08 12:37 UTC  (4+ messages)
` [PATCH 2/2] lib: sbi_bitmap_test: add tests for bitmap_empty()

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

[PATCH v4 0/3] Add eager FP and RISC-V vector context switching support
 2026-04-08  7:18 UTC  (8+ 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

[RFC PATCH] sbi: add hardware isolation abstraction framework
 2026-04-07 15:46 UTC  (3+ messages)

[PATCH 0/3] APLIC hwirq implementation for irqchip
 2026-04-07 12:11 UTC  (6+ 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 00/18] dbtr: Fixes and heterogeneous trigger types
 2026-04-07  5:22 UTC  (3+ messages)
` [PATCH 01/18] dbtr: Add consistent range checks to trigger ecalls

[PATCH] lib: utils: Add MPXY client driver for RPMI MM service group
 2026-04-06 12:55 UTC  (2+ messages)

[PATCH v3] lib: sbi: add UBSan support
 2026-04-06 12:45 UTC  (2+ messages)

[PATCH 0/2] Add string test to SBI unit test suite
 2026-04-06 12:29 UTC  (2+ messages)

Add eic770x_hsm and fix warm
 2026-04-06 11:05 UTC  (4+ messages)
` [PATCH 2/2] platform: generic: eswin: Add eic770x_hsm and fix warm reset issues

[RFC PATCH 1/3] platform: sifive: Add initial support for SiFive development platform
 2026-04-06  5:40 UTC  (6+ 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] lib: utils/regmap: Fix reg_stride calculation in syscon regmap
 2026-04-03 20:29 UTC 

[PATCH] lib: sbi: Fix hw a/d updating defaults
 2026-04-02 18:33 UTC  (4+ messages)

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

[PATCH 0/7] Fixes for load/store misaligned and access faults
 2026-04-02  0:02 UTC  (6+ messages)
` [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] lib: sbi: Disable hw a/d updating by default
 2026-04-01 22:12 UTC  (2+ messages)

[PATCH 1/4] platform: generic: Tenstorrent Atlantis support
 2026-04-01 12:51 UTC  (7+ messages)
` [PATCH 2/4] lib: sbi: Move PMP encoding into a new file
` [PATCH 3/4] lib: sbi: Add hart_ prefix to PMP functions
` [PATCH 4/4] platform: generic: tenstorrent: Add RISC-V IOMMU support

[PATCH] firmware: fw_base: make stack guard setup conditional on Zkr
 2026-04-01  2:07 UTC  (2+ messages)

[PATCH v3 0/3] Add eager FP and RISC-V vector context switching support
 2026-03-31  5:49 UTC  (7+ messages)
` [PATCH v3 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v3 2/3] lib: sbi: Add floating-point "
` [PATCH v3 3/3] lib: sbi: domain FP/Vector context support for context switch

[PATCH 0/4] irqchip/rpmi: Expose APLIC/IMSIC interfaces for platform use
 2026-03-28  5:43 UTC  (5+ messages)
` [PATCH 1/4] lib: utils: irqchip: aplic: Move register defines to public header
` [PATCH 2/4] lib: utils: irqchip: aplic: Add aplic_get_list() accessor
` [PATCH 3/4] lib: utils: irqchip: imsic: Dispatch non-IPI interrupts via irqchip framework
` [PATCH 4/4] include: mailbox: rpmi_msgprot: Add RPMI performance domain flag defines

[PATCH] lib: fdt_domain: Default boot-hart to coldboot HART for multi-domain boot
 2026-03-27  5:49 UTC 

[PATCH] lib: utils: fdt_domain: add support for root domain region inheritance
 2026-03-27  4:33 UTC 

[PATCH] lib: sbi_domain: reject overflowing address range in check_addr_range()
 2026-03-27  3:48 UTC  (3+ messages)

[PATCH v2 0/3] Add eager FP and RISC-V vector context switching support
 2026-03-26 14:41 UTC  (7+ messages)
` [PATCH v2 1/3] lib: sbi: Add RISC-V vector context save/restore support (eager switching)
` [PATCH v2 2/3] lib: sbi: Add floating-point context save/restore support
` [PATCH v2 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-03-24 12:29 UTC 

[PATCH v1 0/4] Add eager FP and RISC-V vector context switching support
 2026-03-23 10:05 UTC  (6+ messages)
` [PATCH 1/4] lib: sbi: Add RISC-V vector context save/restore support (eager switching)
` [PATCH 4/4] lib: sbi: trap: Save/restore FP and vector state on trap entry/exit

[PATCH v2 0/8] Extend irqchip framework for M-mode interrupts
 2026-03-22  5:21 UTC  (2+ messages)


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