messages from 2025-09-02 16:07:26 to 2025-10-27 15:28:11 UTC [more...]
[PATCH] Add trap-based ISA extension emulation
2025-10-27 11:18 UTC (10+ messages)
` [PATCH 1/5] include: sbi: Fix tab alignment
` [PATCH 2/5] lib: sbi: Workaround for FENCE(.I) errata on C906, C910
` [PATCH 3/5] include: sbi: Make "s8" actually signed
` [PATCH 4/5] lib: sbi: ISA extension emulation
` [PATCH 5/5] doc: Add isa-ext-emu documentation block to README
[PATCH v2 0/2] Add MIPS P8700 compatibles for ACLINT MSWI and MTIMER
2025-10-27 13:12 UTC (3+ messages)
` [PATCH v2 1/2] lib: utils/ipi: mswi: add MIPS P8700 compatible
` [PATCH v2 2/2] lib: utils/timer: mtimer: "
[PATCH 0/3] Restore hw counters after deep hart suspend
2025-10-27 11:37 UTC (7+ messages)
` [PATCH 1/3] lib: sbi: sbi_pmu: fixed hw counters start for hart
` [PATCH 2/3] lib: sbi: sbi_pmu: fixed alignment
` [PATCH 3/3] lib: sbi: sbi_pmu: added checks for ctr_idx in match
[RFC PATCH v2 0/7] Extend the reserved PMP entries
2025-10-25 9:18 UTC (8+ messages)
` [RFC PATCH v2 1/7] lib: utils: fdt_helper: add fdt_has_isa_extension() helper
` [RFC PATCH v2 2/7] include: sbi: sbi_platform: add reserved_pmp_count field
` [RFC PATCH v2 3/7] platform: generic: introduce fw_platform_get_reserved_pmp_count()
` [RFC PATCH v2 4/7] lib: sbi_init: print total and reserved PMP counts
` [RFC PATCH v2 5/7] lib: sbi: riscv_asm: support reserved PMP allocator
` [RFC PATCH v2 6/7] lib: sbi: sbi_hart: extend PMP handling to support multiple reserved entries
` [RFC PATCH v2 7/7] docs: opensbi_config: add description for reserved-pmp-count
CONGRATULATIONS ON YOUR AMBASSADORIAL APPOINTMENT
2025-10-23 18:28 UTC
[PATCH v2] platform: ariane: Move ariane platform from fpga to generic
2025-10-23 9:03 UTC
[PATCH] lib: Allow custom CSRs in csr_read_num() and csr_write_num()
2025-10-21 14:12 UTC (3+ messages)
[PATCH 1/1] lib: utils/timer: mtimer: Add SiFive CLINT v2 support
2025-10-21 14:12 UTC (2+ messages)
[PATCH] platform: ariane: Move ariane platform from fpga to generic
2025-10-20 15:23 UTC
[PATCH 1/3] lib: sbi: Print error message during warm boot
2025-10-20 13:29 UTC (10+ messages)
` [PATCH 2/3] platform: generic: Extra memory for housekeeping
` [PATCH 3/3] include: sbi: Lift the maximum harts to 1024
[PATCH v7 00/12] Add SiFive TMC0 and SMC0 driver
2025-10-20 6:34 UTC (13+ messages)
` [PATCH v7 01/12] lib: utils: Add cache flush library
` [PATCH v7 02/12] lib: utils: Add FDT cache library
` [PATCH v7 03/12] utils: cache: Add SiFive ccache controller
` [PATCH v7 04/12] lib: utils/cache: Add fdt cmo helpers
` [PATCH v7 05/12] lib: sbi: Add SiFive proprietary xsfcflushdlone
` [PATCH v7 06/12] lib: sbi: Add SiFive proprietary xsfcease
` [PATCH v7 07/12] lib: utils/irqchip: Add APLIC restore function
` [PATCH v7 08/12] lib: sbi: Extends sbi_ipi_raw_send() to use all available IPI devices
` [PATCH v7 09/12] lib: utils/hsm: Add SiFive TMC0 driver
` [PATCH v7 10/12] lib: utils/timer: Expose timer update function
` [PATCH v7 11/12] lib: sbi: Add system_resume callback for restoring the system
` [PATCH v7 12/12] lib: utils/suspend: Add SiFive SMC0 driver
[PATCH v3 0/3] platform: generic: spacemit: add K1
2025-10-20 5:29 UTC (10+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] platform: spacemit: Add HSM driver
` [PATCH v3 3/3] platform: generic: Add SpacemiT K1 platform support
[PATCH] lib: sbi: Flush cache entries after writing PMP CSRs
2025-10-20 4:36 UTC (2+ messages)
[PATCH] platform: starfive: jh7110: fix wrong pmic i2c address
2025-10-17 12:06 UTC (2+ messages)
[PATCH 0/3] Add RPMI/MPXY voltage, device power and performance service
2025-10-16 15:19 UTC (5+ messages)
` [PATCH 1/3] lib: utils: Add MPXY RPMI mailbox driver for voltage
` [PATCH 2/3] lib: utils: Add MPXY RPMI mailbox driver for device power
` [PATCH 3/3] lib: utils: Add MPXY RPMI mailbox driver for performance
[PATCH] lib: sbi: sse: add local unknown nmi event
2025-10-15 14:18 UTC (2+ messages)
[PATCH 0/2] Add MIPS P8700 compatibles for ACLINT MSWI and MTIMER
2025-10-09 15:09 UTC (3+ messages)
` [PATCH 1/2] lib: utils/ipi: mswi: add MIPS P8700 compatible
` [PATCH 2/2] lib: utils/timer: mtimer: "
回复:Re: [PATCH v3 1/3] platform: generic: spacemit: add K1
2025-10-09 1:07 UTC
[PATCH v2 0/8] SmePMP bugfixes and improvement
2025-10-08 8:44 UTC (9+ messages)
` [PATCH v2 1/8] lib: sbi_hart: move sbi_hart_get_smepmp_flags() to sbi_domain
` [PATCH v2 2/8] lib: sbi_domain: allow specifying inaccessible region
` [PATCH v2 3/8] lib: sbi_domain: print unsupported SmePMP permissions
` [PATCH v2 4/8] lib: sbi_hart: return error when insufficient PMP entries available
` [PATCH v2 5/8] lib: sbi_domain: add SBI_DOMAIN_MEMREGION_FW memregion flag
` [PATCH v2 6/8] lib: sbi_domain: ensure consistent firmware PMP entries
` [PATCH v2 7/8] lib: sbi: sbi_hart: track firmware PMP entries when configuring SmePMP
` [PATCH v2 8/8] lib: sbi_domain_context: preserve firmware PMP entries during domain context switch
[PATCH 0/8] SmePMP bugfixes and improvement
2025-10-08 1:30 UTC (3+ messages)
[PATCH 0/3] Some updates about domain context
2025-10-06 9:07 UTC (5+ messages)
` [PATCH 1/3] lib: sbi: Add error handling to switch_to_next_domain_context
` [PATCH 2/3] lib: sbi: Add hart context init when first call enter
` [PATCH 3/3] lib: sbi: Prevent target domain same as the current
[PATCH] lib: serial: sifive-uart: add shared memory region for SiFive UART
2025-10-06 8:54 UTC (2+ messages)
[PATCH] lib: sbi: Detect support of entropy source
2025-10-06 8:03 UTC (2+ messages)
` firmware: Initialize stack guard via Zkr
[RFC PATCH 0/7] Extend the reserved PMP entries
2025-10-06 5:21 UTC (2+ messages)
[PATCH 1/1] platform: starfive: jh7110: Add starfive,jh7110s compatible
2025-09-30 15:16 UTC (3+ messages)
[PATCH] platform: generic: andes: add QiLai SoC
2025-09-30 12:21 UTC (2+ messages)
[PATCH] aplic: fix lock machanism in xmsiaddrcfg(h)
2025-09-30 11:53 UTC (2+ messages)
[PATCH] lib: sbi: Enable Ssqosid Ext using mstateen0
2025-09-23 9:58 UTC
[PATCH v2] platform: generic: spacemit: add K1
2025-09-22 6:39 UTC (12+ messages)
[PATCH] Makefile: Separate libsbi objects for each platform
2025-09-18 3:27 UTC (4+ messages)
Invalid build with change in PLATFORM and no clean
2025-09-17 16:40 UTC (2+ messages)
[PATCH] platform: generic: spacemit: add K1
2025-09-17 1:23 UTC (4+ messages)
[PATCH 1/3] lib: sbi_hsm: Save mideleg across non-retentive suspend
2025-09-16 4:41 UTC (6+ messages)
` [PATCH 2/3] lib: sbi_hart: Do not call delegate_traps() in the resume flow
` [PATCH 3/3] lib: sbi_hsm: Use 64-bit CSR macro for menvcfg
[PATCH v3 0/3] OpenSBI IPI device rating
2025-09-16 4:27 UTC (5+ messages)
` [PATCH v3 1/3] lib: sbi: Introduce "
` [PATCH v3 2/3] include: sbi: Remove platform specific IPI init
` [PATCH v3 3/3] lib: utils/ipi: Convert IPI drivers as early drivers
[PATCH] lib: utils/reset: Hang the hart after RPMI system reset message
2025-09-16 4:24 UTC (4+ messages)
[PATCH v2] lib: utils: fdt_helper: simplify fdt_parse_isa_extensions() helper
2025-09-12 9:09 UTC (9+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v6 00/11] Add SiFive TMC0 and SMC0 driver
2025-09-12 2:17 UTC (24+ messages)
` [PATCH v6 01/11] lib: utils: Add cache flush library
` [PATCH v6 02/11] lib: utils: Add FDT cache library
` [PATCH v6 03/11] utils: cache: Add SiFive ccache controller
` [PATCH v6 04/11] lib: utils/cache: Add fdt cmo helpers
` [PATCH v6 05/11] lib: sbi: Add SiFive proprietary xsfcflushdlone
` [PATCH v6 06/11] lib: sbi: Add SiFive proprietary xsfcease
` [PATCH v6 07/11] lib: utils/ipi: Exposing the ACLINT IPI device
` [PATCH v6 08/11] lib: utils/irqchip: Add APLIC restore function
` [PATCH v6 09/11] platform: sifive: Add SiFive TMC0 driver
` [PATCH v6 10/11] lib: utils/timer: Expose timer update function
` [PATCH v6 11/11] platform: sifive: Add SiFive SMC0 driver
[PATCH] lib: utils: fdt_helper: simplify fdt_parse_isa_extensions() helper
2025-09-04 9:54 UTC (4+ messages)
[PATCH v2 0/3] OpenSBI IPI device rating
2025-09-03 15:08 UTC (8+ messages)
` [PATCH v2 1/3] lib: sbi: Introduce "
` [PATCH v2 2/3] include: sbi: Remove platform specific IPI init
` [PATCH v2 3/3] lib: utils/ipi: Convert IPI drivers as early drivers
[PATCH 0/3] OpenSBI IPI device rating
2025-09-03 10:36 UTC (14+ messages)
` [PATCH 1/3] lib: sbi: Introduce "
` [PATCH 2/3] include: sbi: Remove platform specific IPI init
` [PATCH 3/3] lib: utils/ipi: Convert IPI drivers as early drivers
[PATCH v5 00/11] Add SiFive TMC0 and SMC0 driver
2025-09-03 6:54 UTC (4+ messages)
` [PATCH v5 09/11] platform: sifive: Add SiFive TMC0 driver
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