messages from 2025-02-20 17:53:01 to 2025-04-13 15:06:59 UTC [more...]
[PATCH 0/5] Some updates about sbi_timer
2025-04-13 15:06 UTC (2+ messages)
` [PATCH 2/5] lib: sbi: Add error message for sbi_timer_event_start
[PATCH v3] lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen
2025-04-13 13:41 UTC (6+ messages)
vectored interrupt mode not an option for stvec
2025-04-13 0:17 UTC (5+ messages)
` [PATCH] lib: sbi_trap: Add support for vectored interrupts
[PATCH] platform: generic: mips: add P8700
2025-04-10 22:45 UTC (29+ messages)
` [PATCH v2 01/11] "
` [PATCH v2 02/11] platform: generic: mips: add header files
` [PATCH v2 03/11] platform: generic: mips: add mips-cm header file
` [PATCH v2 04/11] platform: generic: mips: add custom exception handler
` [PATCH v2 05/11] platform: generic: mips: add extra scratch space
` [PATCH v2 06/11] platform: generic: mips: add an entry function
` [PATCH v2 07/11] platform: generic: mips: add the platform file
` [PATCH v2 08/11] platform: generic: mips: add a dts file
` [PATCH v2 09/11] platform: generic: mips: add objects.mk
` [PATCH v2 10/11] Change to jump to mips_cps_core_entry
` [PATCH v2 11/11] Initialize MIPS custom PMA registers
` [PATCH v3 0/9] *** Add MIPS P8700 platform ***
` [PATCH v3 1/9] platform: generic: mips: add P8700
` [PATCH v3 2/9] platform: generic: mips: add header files
` [PATCH v3 3/9] platform: generic: mips: add an entry function
` [PATCH v3 4/9] platform: generic: add nanscent_init to platform_override
` [PATCH v3 5/9] platform: generic: mips: add the platform file
` [PATCH v3 6/9] lib: Emulate amo instructions
` [PATCH v3 7/9] platform: generic: mips: add a dts file
` [PATCH v3 8/9] platform: generic: mips: add objects.mk
` [PATCH v3 9/9] Initialize MIPS custom PMA registers
[PATCH v2 1/1] lib: sbi: Allow programmable counters to monitor cycle/instret events for Andes PMU
2025-03-31 22:45 UTC (2+ messages)
[PATCH] Add RISCV_ISA_ZALRSC_ONLY to rewrite amo instructions via lr and sc
2025-03-28 12:42 UTC (5+ messages)
` [PATCH v2] Emit lr and sc instructions based on -march flags
` [PATCH v3] "
OpenSBI Archive Now Available on lore.kernel.org
2025-03-27 17:44 UTC
[PATCH v2 0/7] lib: sbi: sse: spec update and fixes
2025-03-27 15:11 UTC (10+ messages)
` [PATCH v2 1/7] lib: sbi: sse: Update SSE event ids
` [PATCH v2 2/7] lib: sbi: sse: Remove printf from ssbi_sse_exit()
` [PATCH v2 3/7] lib: sbi: sse: Return SBI_EDENIED for read only parameters
` [PATCH v2 4/7] lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*
` [PATCH v2 5/7] lib: sbi: sse: Remove superfluous parenthesis around MSTATUS_* values
` [PATCH v2 6/7] lib: sbi: sse: Add support for SSTATUS.SPELP
` [PATCH v2 7/7] lib: sbi: sse: Add support for SSTATUS.SDT
[PATCH v2] lib: utils/serial: Add PXA UARTs support
2025-03-27 14:59 UTC (2+ messages)
[PATCH] lib: sbi: Fix location of sbi_domain_context_init
2025-03-26 9:53 UTC (2+ messages)
[PATCH] lib: sbi_domain: Reduce memory usage of per-domain hart context
2025-03-26 6:20 UTC
[PATCH v4] lib: sbi_mpxy: Change MPXY state as per-domain data
2025-03-26 2:02 UTC (2+ messages)
[PATCH 00/10] Refactor generic platform overrides from middleware to helpers
2025-03-25 23:43 UTC (11+ messages)
` [PATCH 01/10] platform: generic: andes: Remove inline definitions
` [PATCH 02/10] platform: rzfive: Call andes_pma_setup_regions() only during cold boot
` [PATCH 03/10] platform: generic: thead: Avoid casting away const
` [PATCH 04/10] platform: generic: Add an init hook matching fdt_driver
` [PATCH 05/10] platform: generic: Allow replacing platform operations
` [PATCH 06/10] platform: generic: Modify platform ops instead of using hooks
` [PATCH 07/10] platform: generic: Remove platform override hooks
` [PATCH 08/10] platform: generic: Initialize overrides with fdt_driver
` [PATCH 09/10] lib: utils/fdt: Remove fdt_match_node()
` [PATCH 10/10] lib: sbi_platform: Remove the vendor_ext_check hook
[PATCH] lib: utils/serial: Add PXA UARTs support
2025-03-25 11:35 UTC (3+ messages)
[PATCH 0/2] Register Zicntr in FDT when emulating is possible
2025-03-25 8:43 UTC (8+ messages)
` [PATCH 1/2] lib: sbi: hart: Detect existence of cycle and instret CSRs for Zicntr
` [PATCH 2/2] lib: utils: fdt: Claim Zicntr if time CSR emulation is possible
[PATCH v3] lib: sbi_mpxy: Change MPXY state as per-domain data
2025-03-25 7:18 UTC (5+ messages)
[PATCH v4] Set the scratch allocation to alignment to cacheline size
2025-03-25 2:46 UTC (7+ messages)
[PATCH 1/1] docs: pmu_support: fix example typos
2025-03-25 2:29 UTC (2+ messages)
[PATCH 1/1] lib: sbi: Allow programmable counters to monitor cycle/instret events for Andes PMU
2025-03-25 2:28 UTC (2+ messages)
[PATCH 0/6] lib: sbi: sse: spec update and fixes
2025-03-24 17:46 UTC (15+ messages)
` [PATCH 1/6] lib: sbi: sse: Update SSE event ids
` [PATCH 2/6] lib: sbi: sse: Fix format string for event invalid state
` [PATCH 3/6] lib: sbi: sse: Return SBI_EDENIED for read only parameters
` [PATCH 4/6] lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*
` [PATCH 5/6] lib: sbi: sse: Add support for SSTATUS.SPELP
` [PATCH 6/6] lib: sbi: sse: Add support for SSTATUS.SDT
[PATCH v2 0/5] Cache CPU information from the DT
2025-03-24 15:48 UTC (6+ messages)
` [PATCH v2 1/5] lib utils/fdt: Drop fdt_parse_max_enabled_hart_id()
` [PATCH v2 2/5] lib: utils/fdt: Cache CPU information from the DT
` [PATCH v2 3/5] lib: utils/fdt: Used cached CPU DT information
` [PATCH v2 4/5] lib: utils: Use fdt_cpu_intc_phandle_to_hartindex()
` [PATCH v2 5/5] lib: utils: Use fdt_cpu_get_timebase_frequency()
[PATCH v2 0/4] lib: sbi: fwft: Fix return error values according to the spec
2025-03-24 15:37 UTC (6+ messages)
` [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/4] Hart Count Enhancements
2025-03-24 12:56 UTC (12+ messages)
` [PATCH 1/4] lib: sbi_scratch: Apply bounds check to platform hart_count
` [PATCH 2/4] lib: sbi_scratch: Optimize hartid and scratch lookup
` [PATCH 3/4] lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()
` [PATCH 4/4] lib: sbi: Use "
[PATCH] lib: sbi: Avoid GOT indirection for global symbol references
2025-03-24 11:53 UTC (2+ messages)
[PATCH 1/2] lib: utils/fdt: Respect compatible string fallback priority
2025-03-24 11:30 UTC (4+ messages)
` [PATCH 2/2] Revert "lib: utils/irqchip: Match against more specific compatible strings first"
[PATCH] lib: sbi: Return SBI_EALREADY error code if SSE event is present
2025-03-23 15:49 UTC (2+ messages)
[PATCH] scripts: Fix firmware binaries compilation in create-binary-archive.sh
2025-03-23 15:48 UTC (2+ messages)
[PATCH] lib:tests: add bitwise operations unit tests
2025-03-23 15:43 UTC (2+ messages)
[PATCH] lib: sbi: Fix potential garbage data in string copy functions
2025-03-23 15:30 UTC (2+ messages)
[PATCH] lib: add tests for sbi_ecall functionality
2025-03-23 13:04 UTC (2+ messages)
[PATCH v2 0/4] lib: sbi: Introduce per-domain MPXY state
2025-03-23 7:50 UTC (9+ messages)
` [PATCH v2 1/4] lib: sbi_mpxy: Export MPXY data structures
` [PATCH v2 2/4] lib: sbi_domain: Introduce per-domain MPXY state data
` [PATCH v2 3/4] lib: sbi_mpxy: Convert MPXY state to per-domain data
` [PATCH v2 4/4] lib: sbi: sbi_init: Allocate MPXY state for each domain
[PATCH] lib: sbi: Handle length of extension name string exceed buffer size error
2025-03-21 0:14 UTC
[PATCH] Makefile: Avoid repeated evaluation of shell commands
2025-03-20 1:26 UTC (2+ messages)
[PATCH] lib: sbi: Remove unnecessary SBI_INIT_LIST_HEAD
2025-03-19 14:42 UTC (2+ messages)
[PATCH] lib: sbi: Simplify structure member offset checking
2025-03-19 12:39 UTC
[PATCH] lib: sbi: Fix SHMEM_PHYS_ADDR for RV64
2025-03-19 12:38 UTC
[PATCH] lib: sbi: sbi_mpxy_set_shmem adds parameter check
2025-03-19 12:37 UTC
[PATCH 0/2] lib: sbi_ipi: Return error for invalid hartids
2025-03-17 10:27 UTC (13+ messages)
` [PATCH 1/2] sbi: Introduce sbi_hartmask_weight
` [PATCH 2/2] lib: sbi_ipi: Return error for invalid hartids
[PATCH] lib: sbi: Disable hw a/d updating by default
2025-03-14 10:33 UTC
[PATCH v2] Work with hartid equal to or greater than SBI_HARTMASK_MAX_BITS
2025-03-14 1:31 UTC (9+ messages)
` [PATCH v3] New configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT
` [PATCH v4] Set the scratch allocation to alignment to cacheline size
[PATCH] lib: sbi: Fix typo CSR_CYCLE -> CSR_TIME
2025-02-26 13:35 UTC (3+ messages)
[PATCH v2] lib: utils: Make sure that hartid and the scratch are aligned
2025-02-25 22:57 UTC (9+ messages)
` [PATCH v3] "
[PATCH] lib: sbi: sse: return SBI_EINVAL for parameters > 32 bits
2025-02-25 10:06 UTC (7+ messages)
[PATCH 0/5] Cache CPU information from the DT
2025-02-21 0:09 UTC (6+ messages)
` [PATCH 1/5] lib utils/fdt: Drop fdt_parse_max_enabled_hart_id()
` [PATCH 2/5] lib: utils/fdt: Cache CPU information from the DT
` [PATCH 3/5] lib: utils/fdt: Used cached CPU DT information
` [PATCH 4/5] lib: utils: Use fdt_cpu_intc_phandle_to_hartindex()
` [PATCH 5/5] lib: utils: Use fdt_cpu_get_timebase_frequency()
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