messages from 2026-04-23 05:24:18 to 2026-05-26 03:02:39 UTC [more...]
[PATCH] lib: sbi: dbtr: do not unconditionally access tdata2/tdata3 CSRs
2026-05-26 3:02 UTC (2+ messages)
[PATCH] include: sbi_platform: Increase default stack size
2026-05-25 13:23 UTC (2+ messages)
[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] lib: sbi: Apply budget restriction when polling Zkr CSR state transition
2026-05-19 22:50 UTC
[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 (4+ messages)
` [PATCH 3/6] lib: sbi_irqchip: Allow interrupt client to specify "
` [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 (5+ messages)
` [PATCH 1/3] lib: sbi: Add RISC-V vector context save/restore support
[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 (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 (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 (14+ 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 (9+ messages)
` [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
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