opensbi.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[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 v3 0/6] Add RNMI handler infrastructure for Smrnmi extension
 2026-05-12 15:40 UTC  (16+ 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 0/6] Extend irqchip framework for MSIs and line sensing
 2026-05-12  4:28 UTC  (8+ messages)
` [PATCH 1/6] lib: sbi_irqchip: Check full range for existing handlers in sbi_irqchip_register_handler()
` [PATCH 2/6] lib: sbi_irqchip: Keep the handler list in sorted order for irqchip
` [PATCH 3/6] lib: sbi_irqchip: Allow interrupt client to specify line sensing
` [PATCH 4/6] lib: sbi_irqchip: Allow marking hardware interrupts as reserved
` [PATCH 5/6] lib: sbi_irqchip: Allow setting hardware interrupt affinity
` [PATCH 6/6] lib: sbi_irqchip: Add support for registering MSI handlers

[PATCH v4 0/3] Add eager FP and RISC-V vector context switching support
 2026-05-12  3:27 UTC  (7+ 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] lib: sbi_domain: reject zero-size and overflowing ranges in sbi_domain_check_addr_range
 2026-05-11 14:57 UTC  (2+ messages)

[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  (5+ messages)

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

[PATCH] lib/sbi_pmu: Don't fallback to fixed counters when sscofpmf && !smcntrpmf
 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  (8+ messages)
` [PATCH v2 1/4] include: sbi: Add sbi_scratch_hartindex() macro
` [PATCH v2 2/4] lib: sbi_timer: Introduce per-HART timer state
` [PATCH v2 3/4] lib: sbi_timer: Add support for timer events
` [PATCH v2 4/4] lib: sbi_timer: Introduce sbi_timer_compute_delta() and friends

[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  (10+ messages)
` [PATCH v2 1/5] include: sbi_scratch: Add tmp1 scratch space for RNMI context saving
` [PATCH v2 2/5] lib: sbi: Add Smrnmi extension macros for registers and bits
` [PATCH v2 3/5] firmware: Add RNMI handler infrastructure
` [PATCH v2 4/5] lib: sbi: Create a spot to place Smrnmi detection before traps and after DT is ready
` [PATCH v2 5/5] lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detection

[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

[PATCH 00/18] dbtr: Fixes and heterogeneous trigger types
 2026-05-04 15:23 UTC  (15+ messages)
` [PATCH 01/18] dbtr: Add consistent range checks to trigger ecalls
` [PATCH 02/18] dbtr: Trigger update should set sbiret.value on failure
` [PATCH 03/18] dbtr: Fix endian conversion in trigger install handler
` [PATCH 04/18] dbtr: Return correct error on install not supported
` [PATCH 05/18] dbtr: Do not support chain bit
` [PATCH 06/18] dbtr: Improve trigger update error checking

[RFC PATCH 0/3] Add QEMU virt WorldGuard support on top of HWISO
 2026-05-01 18:33 UTC  (4+ messages)
` [RFC PATCH 1/3] hart: add WorldGuard CSR IDs and hart extension flags
` [RFC PATCH 2/3] docs: document hwiso WorldGuard DT bindings and add QEMU overlay example
` [RFC PATCH 3/3] platform: virt: add QEMU virt WorldGuard hwiso mechanism

[PATCH 0/2] lib: sbi: sse: fix interrupted context corruption
 2026-05-01  4:57 UTC  (5+ messages)
` [PATCH 1/2] lib: sbi: sse: fix KVM "
` [PATCH 2/2] lib: sbi: sse: fix SSE handler sstatus leakage

[PATCH 0/7] Make PMP encoding usable for non-hart PMPs
 2026-04-30  4:55 UTC  (9+ messages)
` [PATCH 1/7] lib: sbi: Introduce pmp_t type
` [PATCH 2/7] lib: sbi: split PMP encoding and CSR access
` [PATCH 3/7] lib: sbi: Move RISC-V PMP encoding functions to sbi_pmp.c
` [PATCH 3/7] lib: sbi: Move non-HART PMP "
` [PATCH 4/7] lib: sbi: Add PMP CSR read and write accessors
` [PATCH 5/7] lib: sbi: Add pmp_is_enabled() helper
` [PATCH 6/7] lib: sbi: Add hart_ prefix to PMP functions
` [PATCH 7/7] lib: sbi: Move hart PMP functions to sbi_hart_pmp.c

[PATCH] lib: sbi_domain_context: Flush TLB after SATP mode switch
 2026-04-29 18:17 UTC 

[PATCH 0/7] Add RISC-V Smrnmi extension support
 2026-04-28  3:40 UTC  (17+ 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 v4 0/3] Add support for RISC-V Smrnmi extension
 2026-04-27 16:18 UTC  (3+ messages)
` [PATCH v4 3/3] firmware: fw_base.S: Add common NMI trap handler

[PATCH v2] platform: generic: Tenstorrent Atlantis support
 2026-04-24  4:17 UTC 

[PATCH 0/3] Timer events for OpenSBI
 2026-04-24  3:56 UTC  (12+ messages)
` [PATCH 1/3] include: sbi: Add sbi_scratch_hartindex() macro
` [PATCH 2/3] lib: sbi_timer: Introduce per-HART timer state
` [PATCH 3/3] lib: sbi_timer: Add support for timer events

[PATCH 1/4] platform: generic: Tenstorrent Atlantis support
 2026-04-23  1:01 UTC  (9+ 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

[SECURITY] lib: sbi_domain: integer overflow in sbi_domain_check_addr_range() bypasses domain isolation — M-mode arbitrary read/write/execute from S-mode
 2026-04-18  8:04 UTC 

[PATCH v2] riscv: smp: Align secondary_start_sbi to 4 bytes
 2026-04-17  2:48 UTC  (3+ messages)

[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 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: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] 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  (4+ messages)
` [RFC PATCH 3/3] sifive_dev_platform: Set default MMIO region when SmePMP is enabled

[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  (3+ messages)
` [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] 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  (6+ messages)
` [PATCH v3 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [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  (2+ messages)
` [PATCH 1/4] lib: utils: irqchip: aplic: Move register defines to public header


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).