OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 08:59:26 to 2026-04-24 01:09:37 UTC [more...]

[PATCH 0/3] Timer events for OpenSBI
 2026-04-24  1:09 UTC  (11+ 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 0/7] Add RISC-V Smrnmi extension support
 2026-04-23  5:24 UTC  (19+ 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 4/7] lib: sbi: Introduce smrnmi_handlers_init() callback for platform code
` [PATCH 5/7] lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detection
` [PATCH 6/7] platform: tenstorrent: ascalon: Introduce Smrnmi handlers init callback
` [PATCH 7/7] platform: tenstorrent: Add Smrnmi support for Atlantis

[PATCH 0/6] Extend irqchip framework for MSIs and line sensing
 2026-04-23  5:23 UTC  (7+ 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 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

[PATCH] lib: sbi_domain: reject zero-size and overflowing ranges in sbi_domain_check_addr_range
 2026-04-22 15:17 UTC 

[PATCH 0/2] Add reboot support for SpacemiT K1 platforms
 2026-04-19 14:49 UTC  (3+ messages)
` [PATCH 1/2] lib: utils/i2c: add minimal SpacemiT I2C driver
` [PATCH 2/2] lib: utils/reset: add SpacemiT P1 PMIC 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] 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  (21+ 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
` [PATCH 07/18] dbtr: Check for invalid and unsupported triggers in update
` [PATCH 08/18] dbtr: Improve error handling for trigger enable, disable, uninstall
` [PATCH 09/18] dbtr: Read triggers should not read HW trigger if not mapped
` [PATCH 10/18] dbtr: Avoid crash in sbi_debug_read_triggers
` [PATCH 11/18] dbtr: Succeed operations with no triggers in mask
` [PATCH 12/18] dbtr: Move hardware trigger probing to a function
` [PATCH 13/18] dbtr: Rework install and update error handling
` [PATCH 14/18] dbtr: Decouple dbtr trigger index from hardware trigger number
` [PATCH 15/18] dbtr: Move trigger feature support test into a function
` [PATCH 16/18] dbtr: Heterogeneous trigger type support
` [PATCH 17/18] dbtr: Heterogeneous access type matching for mcontrol triggers
` [PATCH 18/18] dbtr: Work around specification bug in range checks

[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  (3+ 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  (14+ messages)
` [PATCH 1/7] include: sbi: Add more mstatus and instruction encoding
` [PATCH 2/7] include: sbi: Add sbi_regs_prev_xlen
` [PATCH 3/7] include: sbi: Add GET_RDS_NUM/SET(_FP32/_FP64)_RDS macros
` [PATCH 4/7] include: sbi: set FS dirty in vsstatus when V=1
` [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] 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  (8+ messages)
` [PATCH 1/4] lib: sbi: Add RISC-V vector context save/restore support (eager switching)
` [PATCH 2/4] lib: sbi: Add floating-point context save/restore support
` [PATCH 3/4] include: sbi: scratch: Add per-hart FP and vector context pointers in scratch
` [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)

[PATCH v1 0/4] Add eager FP and RISC-V vector context switching support
 2026-03-20 14:23 UTC  (5+ messages)
` [PATCH 1/4] lib: sbi: domain: ensure boot_hartid is assigned
` [PATCH 2/4] lib: sbi: Add RISC-V vector context save/restore support (eager switching)
` [PATCH 3/4] lib: sbi: Add floating-point context save/restore support
` [PATCH 4/4] include: sbi: scratch: Add per-hart FP and vector context pointers in scratch

[PATCH] docs: platform: update qemu_virt.md
 2026-03-19 12:56 UTC 

[PATCH v3] lib: sbi: Add KASAN support for OpenSBI
 2026-03-18 14:02 UTC  (2+ messages)

[PATCH v4 0/3] Add support for RISC-V Smrnmi extension
 2026-03-13 16:03 UTC  (5+ messages)
` [PATCH v4 1/3] lib: sbi: Add Smrnmi extension detection
` [PATCH v4 2/3] lib: sbi: Enable Smrnmi extension handler
` [PATCH v4 3/3] firmware: fw_base.S: Add common NMI trap handler

[RFC] OpenSBI: Lazy floating-point and vector context switching
 2026-03-13 12:42 UTC  (8+ messages)

[kvm-unit-tests PATCH 1/2] riscv: sbi: dbtr: fix enable trigger return code check
 2026-03-13  5:08 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] riscv: dbtr: Add initial API corner case / error handling tests

[RFC] OpenSBI: Lazy floating-point and vector context switching
 2026-03-12 12:25 UTC  (2+ messages)

[PATCH] FPU and Vector Lazy context switch implementation Test changes
 2026-03-11 17:38 UTC 

[PATCH] FPU and Vector Lazy context switch implementation
 2026-03-11 17:11 UTC 

[PATCH] lib: sbi: fix sse_event_inject() status setting
 2026-03-10  7:56 UTC  (2+ messages)

[PATCH] lib: Use proper add opcode on RV32 with Zalrsc
 2026-03-10  5:20 UTC  (2+ messages)

[PATCH] platform: generic: mips boston: update "compatible"
 2026-03-10  5:07 UTC  (2+ messages)

[PATCH 0/3] Subject: [PATCH v3] lib: sbi: Add RISC-V Smrnmi extension support
 2026-03-10  4:53 UTC  (6+ messages)
` [PATCH 2/3] lib: sbi: Enable Smrnmi extension handler

[PATCH] lib: fdt_helper: Removed unnecessary dt parsing check
 2026-03-09  8:59 UTC  (2+ messages)

[PATCH] lib: sbi: fix undefined behavior in signed shifts in sbi_hart.c, sbi_ecall_interface.h
 2026-03-09  8:59 UTC  (2+ messages)

[PATCH] include: sbi: fix illegal shift in sbi_domain.h: sbi_domain_memregion_is_subset
 2026-03-09  8:59 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