messages from 2025-01-10 00:34:50 to 2025-02-20 17:53:01 UTC [more...]
[PATCH] lib: sbi: Avoid GOT indirection for global symbol references
2025-02-20 17:53 UTC
[PATCH] lib: sbi: Return SBI_EALREADY error code if SSE event is present
2025-02-20 16:24 UTC (2+ messages)
[PATCH 1/2] lib: utils/fdt: Respect compatible string fallback priority
2025-02-20 6:00 UTC (4+ messages)
` [PATCH 2/2] Revert "lib: utils/irqchip: Match against more specific compatible strings first"
[PATCH] scripts: Fix firmware binaries compilation in create-binary-archive.sh
2025-02-20 5:46 UTC
[PATCH] lib: utils/irqchip: Match against more specific compatible strings first
2025-02-19 16:56 UTC (3+ messages)
[PATCH v2 0/4] lib: sbi: fwft: Fix return error values according to the spec
2025-02-19 16:49 UTC (12+ messages)
` [PATCH v2 1/4] include: sbi: Add SBI_ERR_DENIED_LOCKED
` [PATCH v2 2/4] lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked feature
` [PATCH v2 3/4] lib: sbi: fwft: Fix error return value for feature > 32 bits
` [PATCH v2 4/4] lib: sbi: Clear lock only for local events
[PATCH 0/3] lib: sbi: fwft: Fix return error values according to the spec
2025-02-19 16:45 UTC (7+ messages)
` [PATCH 1/3] include: sbi: Add SBI_ERR_DENIED_LOCKED
` [PATCH 2/3] lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked feature
` [PATCH 3/3] lib: sbi: fwft: Fix error return value for feature > 32 bits
[PATCH 1/2] lib: utils/fdt: Remove redundant PMU property length checks
2025-02-19 12:58 UTC (4+ messages)
` [PATCH 2/2] lib: utils/fdt: Allocate fdt_pmu_evt_select on the heap
[PATCH] lib: utils: Constify FDT driver definitions
2025-02-19 12:38 UTC (2+ messages)
[PATCH] lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()
2025-02-19 11:45 UTC (3+ messages)
[PATCH] lib: sbi: Fix non-root domain startup
2025-02-19 11:42 UTC (2+ messages)
[PATCH] lib: sbi: Fix potential garbage data in string copy functions
2025-02-19 3:31 UTC (2+ messages)
[PATCH] lib:tests: add bitwise operations unit tests
2025-02-19 1:57 UTC
[PATCH] lib: add tests for sbi_ecall functionality
2025-02-18 18:27 UTC
[PATCH 0/3] README: Updates to toolchain section
2025-02-18 10:50 UTC (7+ messages)
` [PATCH 1/3] README: Any arch host can be used to cross compile
` [PATCH 2/3] README: Update toolchain section to mention PIE requirement
` [PATCH 3/3] README: Remove comment about boolin toolchains being 64-bit only
[PATCH 0/4] lib: sbi: Introduce per-domain MPXY state
2025-02-18 5:48 UTC (5+ messages)
` [PATCH 1/4] lib: sbi_mpxy: Export MPXY data structures
` [PATCH 2/4] lib: sbi_domain: Introduce per-domain MPXY state data
` [PATCH 3/4] lib: sbi_mpxy: Convert MPXY state to per-domain data
` [PATCH 4/4] lib: sbi: sbi_init: Allocate MPXY state for each domain
[PATCH] lib: sbi: sse: return SBI_EINVAL for parameters > 32 bits
2025-02-17 14:35 UTC (7+ messages)
[PATCH v2] lib: utils: Make sure that hartid and the scratch are aligned
2025-02-14 6:01 UTC (3+ messages)
[PATCH v2 00/13] More RPMI and MPXY updates
2025-02-13 5:48 UTC (15+ messages)
` [PATCH v2 01/13] lib: utils: Split the FDT MPXY RPMI mailbox client into two parts
` [PATCH v2 02/13] lib: utils: Constantify mpxy_rpmi_mbox_data in mpxy_rpmi_mbox
` [PATCH v2 03/13] lib: utils: Introduce optional MPXY RPMI service group operations
` [PATCH v2 04/13] lib: sbi: Fix capability bit assignment in MPXY framework
` [PATCH v2 05/13] lib: sbi: Improve local variable declarations "
` [PATCH v2 06/13] lib: utils: Drop notifications from MPXY RPMI mailbox client
` [PATCH v2 07/13] lib: utils: Improve variable declarations in "
` [PATCH v2 08/13] include: sbi_utils: Include mailbox.h in rpmi_mailbox.h header
` [PATCH v2 09/13] lib: utils: Implement get_attribute() for the RPMI shared memory mailbox
` [PATCH v2 10/13] lib: utils: Populate MPXY channel attributes from RPMI channel attributes
` [PATCH v2 11/13] include: sbi_utils: Update RPMI service group IDs and BASE service group
` [PATCH v2 12/13] lib: utils: Add MPXY RPMI mailbox driver for System MSI "
` [PATCH v2 13/13] lib: sbi: Update MPXY framework and SBI extension as per latest spec
[PATCH] lib: sbi: increase the size of the string used for extension display
2025-02-13 5:37 UTC (2+ messages)
[PATCH 0/3] Finish fdt_driver conversion
2025-02-12 16:54 UTC (7+ messages)
` [PATCH 1/3] lib: utils/irqchip: Use fdt_driver for initialization
` [PATCH 2/3] lib: utils/fdt: Remove fdt_find_match()
` [PATCH 3/3] lib: utils: Initialize miscellaneous drivers in one pass
[PATCH] platform: generic: thead: add Sophgo SG2044
2025-02-12 12:40 UTC (2+ messages)
[PATCH] platform: generic: mips: add P8700
2025-02-12 12:27 UTC (2+ messages)
[PATCH] Add RISCV_ISA_ZALRSC_ONLY to rewrite amo instructions via lr and sc
2025-02-12 12:26 UTC (4+ messages)
[PATCH] firmware: fw_base.S: Fix comments for _wait_for_boot_hart
2025-02-12 4:05 UTC (2+ messages)
[PATCH] Work with hartid equal to or greater than SBI_HARTMASK_MAX_BITS
2025-02-12 4:01 UTC (18+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v3] New configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT
` [PATCH v3] Check that hartid is within the SBI_HARTMASK_MAX_BITS
` [PATCH v3] lib: utils:Check that hartid is valid
[PATCH] Add a dummy register to sbi_trap_regs
2025-02-12 4:00 UTC (11+ messages)
` [PATCH v2] Align SBI trap registers to a nice boundary for performance reasons
` [EXTERNAL]Re: "
` [PATCH v2] include: sbi: Align SBI trap registers to a nice boundary
[PATCH] lib: utils: Make the enforce permission bit configurable from DT
2025-02-11 14:05 UTC (2+ messages)
[PATCH] lib: utils/fdt: update fdt_parse_aplic_node()
2025-02-11 11:41 UTC (2+ messages)
RFC: big endian support for riscv64/opensbi
2025-02-11 10:59 UTC (11+ messages)
` [RFC 1/7] opensbi: use .insn for instrcutions to fix endian
` [RFC 2/7] opensbi: add build config for building big-endian
` [RFC 3/7] opensbi: add option to set big-endian mode at run-time
` [RFC 4/7] opensbi: make io little-endian for big endian build
` [RFC 5/7] internal: add big/little endian to boot print
[PATCH v2 0/2] Enable Ssctr Ext using mstateen and add FWFT support for CTR
2025-02-08 5:50 UTC (5+ messages)
` [PATCH v2 1/2] lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen
` [PATCH v2 2/2] lib: sbi: fwft: Add FWFT support for Control transfer records ext
[PATCH] Convert hartid to hart index to get scratch
2025-02-07 23:47 UTC (4+ messages)
[PATCH 1/1] fdt: fdt_helper: fix typo har't'id
2025-01-30 5:47 UTC (2+ messages)
[PATCH v6 0/7] lib: sbi: sse: rework event availability
2025-01-30 5:37 UTC (11+ messages)
` [PATCH v6 1/7] lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
` [PATCH v6 2/7] lib: sbi: move sbi_double_trap_handler() to a dedicated header
` [PATCH v6 3/7] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v6 4/7] include: lib: add a simple simply linked list implementation
` [PATCH v6 5/7] lib: sbi: sse: allow adding new events
` [PATCH v6 6/7] lib: sbi: sse: return SBI_ENOTSUPP for unsupported events
` [PATCH v6 7/7] lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supported
[PATCH] Align the scratch allocation to 64 bytes
2025-01-24 23:26 UTC (10+ messages)
` [PATCH v2] We add a new configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT as an int
` [EXTERNAL]Re: "
` [PATCH v3] New configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT
[PATCH] ext-sse: Handle landing pads SSTATUS.SPELP bit
2025-01-20 10:08 UTC (2+ messages)
[PATCH 00/12] More RPMI and MPXY updates
2025-01-20 9:16 UTC (28+ messages)
` [PATCH 01/12] lib: utils: Split the FDT MPXY RPMI mailbox client into two parts
` [PATCH 02/12] lib: utils: Constantify mpxy_rpmi_mbox_data in mpxy_rpmi_mbox
` [PATCH 03/12] lib: utils: Introduce optional MPXY RPMI service group operations
` [PATCH 04/12] lib: sbi: Fix capability bit assignment in MPXY framework
` [PATCH 05/12] lib: sbi: Improve local variable declarations "
` [PATCH 06/12] lib: utils: Drop notifications from MPXY RPMI mailbox client
` [PATCH 07/12] lib: utils: Improve variable declarations in "
` [PATCH 08/12] include: sbi_utils: Include mailbox.h in rpmi_mailbox.h header
` [PATCH 09/12] lib: utils: Implement get_attribute() for the RPMI shared memory mailbox
` [PATCH 10/12] lib: utils: Populate MPXY channel attributes from RPMI channel attributes
` [PATCH 11/12] include: sbi_utils: Update RPMI service group IDs and BASE service group
` [PATCH 12/12] lib: utils: Add MPXY RPMI mailbox driver for System MSI "
[PATCH] Add a counter and debug printf to change the latency inside tlb_sync
2025-01-10 19:12 UTC (8+ messages)
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