messages from 2026-06-26 10:16:51 to 2026-07-22 11:22:53 UTC [more...]
[PATCH 0/5] Extend hart protection abstraction for ID configuration
2026-07-22 11:22 UTC (14+ messages)
` [PATCH 1/5] lib: sbi: Fix typos related to hart protection
` [PATCH 2/5] lib: sbi: Introduce sbi_hart_protection_reconfigure() function
` [PATCH 3/5] lib: sbi: Add domain parameter to hart protection (un)configure()
` [PATCH 4/5] lib: sbi: Extend hart protection abstraction to allow ID configuration
` [PATCH 5/5] lib: sbi: Print list of all hart protection mechanisms at boot time
[PATCH v3] lib: utils/mpxy: bind channel access to owning domain
2026-07-22 8:32 UTC (2+ messages)
[PATCH v5 0/6] ISC-V AIA: APLIC and IMSIC irqchip framework integration
2026-07-22 6:45 UTC (10+ messages)
` [PATCH v5 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v5 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v5 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v5 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v5 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v5 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi
[PATCH 0/2] Fix Enable Notification
2026-07-22 5:54 UTC (5+ messages)
` [PATCH 1/2] lib: utils/mpxy: mm: Add missing RPMI_MM_SRV_ENABLE_NOTIFICATION entry
` [PATCH 2/2] lib: utils/mpxy: logging: Use correct enum for enable notification
[RFC PATCH 0/5] Add Smsdid and Smmpt supervisor domain protection
2026-07-22 5:07 UTC (7+ messages)
` [RFC PATCH 1/5] riscv: Add Smsdid and Smmpt hart extensions
` [RFC PATCH 2/5] mpt: Add Smsdid and Smmpt supervisor domain core
` [RFC PATCH 3/5] platform/generic: Initialise MPT at boot
` [RFC PATCH 4/5] sbi: hsm: Activate MPT for domain on hart start/resume
` [RFC PATCH 5/5] sbi: init: Print supervisor domains at boot
[PATCH 0/7] firmware: add FW_DYNAMIC_APPEND firmware type
2026-07-22 3:56 UTC (9+ messages)
` [PATCH 1/7] firmware: fw_dynamic: add boot_dtb field to struct fw_dynamic_info
` [PATCH 2/7] firmware: fw_base.ldS: add .fw_dynamic_info output section before .bss
` [PATCH 3/7] firmware: add fw_dynamic_append firmware type
` [PATCH 4/7] firmware: fw_base.S: call fw_dynamic_append_boot_args on cold boot
` [PATCH 5/7] firmware: build and enable the FW_DYNAMIC_APPEND firmware type
` [PATCH 6/7] docs: firmware: document "
` [PATCH 7/7] docs: firmware: list FW_DYNAMIC_APPEND in fw.md
[PATCH 1/2] sbi: add hardware isolation abstraction framework
2026-07-21 15:20 UTC (4+ messages)
[PATCH] platform: generic: sophgo: Move SG2042 timer memregion workaround
2026-07-21 15:08 UTC
[PATCH 0/7] Add WorldGuard hwiso support
2026-07-21 15:06 UTC (4+ messages)
[PATCH v4 0/6] RISC-V AIA: APLIC and IMSIC irqchip framework integration
2026-07-21 8:37 UTC (10+ messages)
` [PATCH v4 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v4 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v4 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v4 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v4 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v4 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi
[PATCH 0/2] Address vector misalgined load/store stack issues
2026-07-21 6:36 UTC (5+ messages)
` [PATCH 1/2] lib: sbi: Move trap delegation setup to sbi_trap.c
` [PATCH 2/2] lib: sbi: Reduce stack usage of vector misaligned load/store emulation
[RFC PATCH 00/12] Add RISC-V Worlds ISA support to OpenSBI
2026-07-21 6:24 UTC (36+ messages)
` [RFC PATCH 01/12] lib: sbi_hart: detect RISC-V Worlds ISA extensions
` [RFC PATCH 02/12] lib: utils: fdt_helper: parse RISC-V Worlds DT properties
` [RFC PATCH 03/12] lib: sbi_hart: enforce riscv,pmwid for Worlds ISA
` [RFC PATCH 04/12] lib: sbi_hart: lock mwid CSR for RoT immutability
` [RFC PATCH 05/12] include: sbi_domain: add Worlds WID fields
` [RFC PATCH 06/12] include: sbi_types: add PRIx64 format macro
` [RFC PATCH 07/12] lib: sbi_domain: print World ID config at boot
` [RFC PATCH 08/12] lib: sbi_init: print M-mode World ID "
` [RFC PATCH 09/12] platform: generic: parse root domain WID config from DT
` [RFC PATCH 10/12] lib: utils: fdt_domain: parse per-domain WID properties
` [RFC PATCH 11/12] lib: sbi_domain: add Worlds CSR config on domain entry
` [RFC PATCH 12/12] docs: add RISC-V Worlds next-wid/next-widlist DT properties
[PATCH] lib: sbi_ipi: Validate hartids against domain, not HSM state
2026-07-21 6:04 UTC (3+ messages)
[PATCH 00/10] Introduce Virtual IRQ (VIRQ) framework
2026-07-20 15:27 UTC (4+ messages)
[PATCH] lib: sbi: clamp sbi_ecall_get_extensions_str buffer offset
2026-07-19 10:11 UTC
[PATCH v3 0/6] RISC-V AIA: APLIC and IMSIC irqchip framework integration
2026-07-17 8:46 UTC (13+ messages)
` [PATCH v3 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v3 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v3 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v3 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v3 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v3 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi
[PATCH] lib: sbi_irqchip: fix device lookup by caps when first is NULL
2026-07-16 5:59 UTC (2+ messages)
[PATCH v2 0/6] RISC-V AIA: APLIC and IMSIC irqchip framework integration
2026-07-11 19:32 UTC (16+ messages)
` [PATCH v2 1/6] lib: utils/irqchip/aplic: implement direct mode irqchip callbacks
` [PATCH v2 2/6] lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
` [PATCH v2 3/6] lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
` [PATCH v2 4/6] lib: utils/irqchip/imsic:migrate to irqchip framework
` [PATCH v2 5/6] lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
` [PATCH v2 6/6] lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msi
[PATCH v2] lib: utils/mpxy: bind channel access to owning domain
2026-07-11 8:32 UTC (2+ messages)
[PATCH] lib: utils/mpxy: bind channel access to owning domain
2026-07-07 20:42 UTC (3+ messages)
[PATCH] lib/utils/fdt: Reserve enough FDT space for fdt_cpu_fixup
2026-07-07 13:01 UTC (3+ messages)
[PATCH 1/1] sbi: make SBI_HARTMASK_MAX_BITS customizable, default 256
2026-07-06 16:05 UTC
CFP for Plumbers RISC-V MC
2026-07-06 14:46 UTC
[PATCH 3/3] include: sbi: Lift the maximum harts to 1024
2026-07-06 14:11 UTC (6+ messages)
[PATCH] lib: sbi_dbtr: use range check for shared memory domain validation
2026-07-06 6:53 UTC
[Question] Possible tlb_sync hang when remote SFENCE.VMA races with HSM hart_stop
2026-07-03 12:03 UTC
[PATCH 0/2] Improve CPPC counter scalability via local emulation
2026-07-03 5:05 UTC (3+ messages)
` [PATCH 1/2] lib/sbi/sbi_timer: Add sbi_timer_frequency() function
` [PATCH 2/2] lib/utils/cppc: Emulate REFERENCE_CTR and DELIVERED_CTR locally
[PATCH] lib: sbi_mpxy: fix integer overflow in attribute range endpoint
2026-07-02 15:12 UTC (2+ messages)
[PATCH v5] lib: utils: Add Logging service group handlers
2026-07-01 16:05 UTC (2+ messages)
OpenSBI v1.9 Released
2026-07-01 12:27 UTC
[PATCH] lib: sbi_sse: fix shared memory double-fetch in sse_write_attrs
2026-06-28 13:46 UTC
[PATCH] lib: sbi_dbtr: fix shared memory double-fetch in install_trig
2026-06-28 9:29 UTC (2+ messages)
` [PATCH v2] "
[PATCH] lib: sbi_sse: fix shared memory double-fetch in sse_write_attrs
2026-06-28 9:21 UTC
[PATCH] lib: sbi_pmu: fix integer overflow and zero-address in event_get_info
2026-06-28 9:04 UTC
[PATCH] firmware: Fix comment after relocation completion
2026-06-28 8:42 UTC (2+ messages)
[PATCH] lib: sbi_pmu: fix integer overflow in pmu_ctr_idx_validate and cfg_match skip path
2026-06-28 8:34 UTC (2+ messages)
[PATCH] platform: generic: spacemit: k1: fix wrong address definitions
2026-06-28 5:48 UTC (2+ messages)
[PATCH] platform: generic: mips eyeq7h: fix boot with JTAG
2026-06-28 5:41 UTC (2+ messages)
Upcoming OpenSBI v1.9 release
2026-06-27 20:19 UTC (3+ messages)
page: | 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