messages from 2023-11-17 07:40:57 to 2023-12-11 14:07:26 UTC [more...]
[PATCH] lib: sbi: Optimize ipi_send/ipi_clear
2023-12-11 14:07 UTC
[PATCH] lib: sbi: Simplify the initialization of root_hmask in sbi_domain_init
2023-12-11 13:29 UTC
[PATCH 0/3] sbi_ipi bug fixes and optimizations
2023-12-11 7:34 UTC (10+ messages)
` [PATCH 1/3] lib: sbi_ipi: Do not ignore errors from sbi_ipi_send()
` [PATCH 2/3] lib: sbi_ipi: Process self-IPIs in sbi_ipi_send()
` [PATCH 3/3] lib: sbi_ipi: Drop unnecessary ipi_process check
[PATCH] lib: sbi_tlb: Check tlb_range_flush_limit only once per request
2023-12-11 5:19 UTC (3+ messages)
[PATCH v2] lib: utils/fdt: Allow to use reg-names when parsing ACLINT
2023-12-11 5:07 UTC (4+ messages)
[PATCH v2] lib: sbi: skip wait_for_coldboot when coolboot done
2023-12-11 4:22 UTC (3+ messages)
[PATCH v2] platform: recalculate heap size to support new tlb entry number
2023-12-11 4:06 UTC (2+ messages)
[PATCH] platform: recalculate heap size to support new tlb entry number
2023-12-10 8:18 UTC (5+ messages)
[PATCH] lib: sbi_hsm: Put the resume_pending hart in the interruptible hart mask
2023-12-10 8:10 UTC (3+ messages)
[PATCH] lib: sbi: skip wait_for_coldboot when coolboot done
2023-12-10 6:19 UTC (2+ messages)
[PATCH] lib: sbi: Improve sbi_hsm_hart_interruptible_mask
2023-12-10 6:11 UTC (2+ messages)
[PATCH v3] firmware: fix section types
2023-12-09 9:05 UTC (3+ messages)
[v2 0/2] SBI PMU improvements
2023-12-08 17:30 UTC (6+ messages)
` [v2 1/2] lib: sbi_pmu: Add PMU snapshot definitions
` [v2 2/2] lib: sbi_pmu: Fix the counter info function
[RFC PATCH] lib: sbi_hart: Store PMP granularity as log base 2
2023-12-08 17:09 UTC (2+ messages)
[PATCH] lib: sbi: Prevent redundant sbi_ipi_process
2023-12-08 11:35 UTC (3+ messages)
[PATCH v2] lib: utils/fdt: Allow to use reg-names when parsing ACLINT
2023-12-08 11:18 UTC
[PATCH v2 0/2] lib: sbi: Improved atomic bit operations
2023-12-08 11:02 UTC (7+ messages)
` [PATCH v2 1/2] lib: sbi: Fix __atomic_op_bit_ord and comments
` [PATCH v2 2/2] lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsics
[PATCH] lib: sbi: Remove xchg/cmpxchg implemented via lr/sc
2023-12-08 10:59 UTC (2+ messages)
[PATCH 0/7] lib: sbi: Probe PMP locked entries and adjust first usable PMP index
2023-12-07 22:04 UTC (8+ messages)
` [PATCH 1/7] lib: sbi: Probe pmp_count in read-only
` [PATCH 2/7] lib: sbi: detect the number of PMP entries first
` [PATCH 3/7] lib: sbi: Probe reserved PMP regions before OpenSBI start
` [PATCH 4/7] lib: sbi: probe PMP allowed addr from first usable PMP
` [PATCH 5/7] lib: sbi: adjust first usable PMP index to sbi_hart_pmp_reserved
` [PATCH 6/7] lib: sbi: Not use smepmp if has pmp reserved and MSECCFG.MML=1
` [PATCH 7/7] lib: sbi: show the number of PMP Reserved
[PATCH] lib: sbi: add initial context management component
2023-12-07 11:11 UTC
[v1 0/2] SBI PMU improvements
2023-12-07 3:32 UTC (7+ messages)
` [v1 1/2] lib: sbi_pmu: Add PMU snapshot definitions
` [v1 2/2] lib: sbi_pmu: Fix the counter info function
[PATCH v4 00/15] Add Andes PMU extension support
2023-12-06 14:23 UTC (33+ messages)
` [PATCH v4 01/15] lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
` [PATCH v4 02/15] sbi: sbi_pmu: Improve sbi_pmu_init() error handling
` [PATCH v4 03/15] lib: sbi: Add XAndesPMU in hart extensions
` [PATCH v4 04/15] sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
` [PATCH v4 05/15] platform: include: andes45: Add PMU related CSR defines
` [PATCH v4 06/15] platform: generic: Introduce pmu_init() platform override
` [PATCH v4 07/15] platform: andes: Add Andes custom PMU support
` [PATCH v4 08/15] platform: andes: Enable Andes PMU for AE350
` [PATCH v4 09/15] platform: rzfive: Enable Andes PMU for RZ/Five
` [PATCH v4 10/15] lib: utils: fdt_fixup: Allow preserving PMU properties
` [PATCH v4 11/15] platform: andes: Factor out is_andes() helper
` [PATCH v4 12/15] lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable
` [PATCH v4 13/15] lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table
` [PATCH v4 14/15] platform: andes: Add Andes default PMU mapping support
` [PATCH v4 15/15] docs: pmu: Add Andes PMU node example
[PATCH v2] firmware: fix section types
2023-12-05 15:04 UTC (2+ messages)
[PATCH] firmware: fix section type for firmware dynamic
2023-12-05 8:58 UTC (2+ messages)
[RFC PATCH 0/2] Add support for Supervisor Software Events extension
2023-12-05 5:19 UTC (6+ messages)
` [RFC PATCH 1/2] lib: sbi: provides regs to sbi_ipi_process()
` [RFC PATCH 2/2] lib: sbi: add support for Supervisor Software Events extension
[PATCH v3 00/15] Add Andes PMU extension support
2023-11-28 11:02 UTC (43+ messages)
` [PATCH v3 01/15] lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
` [PATCH v3 02/15] sbi: sbi_pmu: Improve sbi_pmu_init() error handling
` [PATCH v3 03/15] lib: sbi: Add Xandespmu in hart extensions
` [PATCH v3 04/15] sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
` [PATCH v3 05/15] platform: include: andes45: Add PMU related CSR defines
` [PATCH v3 06/15] platform: generic: Introduce pmu_init() platform override
` [PATCH v3 07/15] platform: andes: Add Andes custom PMU support
` [PATCH v3 08/15] platform: andes: Enable Andes PMU for AE350
` [PATCH v3 09/15] platform: rzfive: Enable Andes PMU for RZ/Five
` [PATCH v3 10/15] lib: utils: fdt_fixup: Allow preserving PMU properties
` [PATCH v3 11/15] platform: andes: Factor out is_andes() helper
` [PATCH v3 12/15] lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable
` [PATCH v3 13/15] lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table
` [PATCH v3 14/15] platform: andes: Add Andes default PMU mapping support
` [PATCH v3 15/15] docs: pmu: Add Andes PMU node example
[QUESTION] Usage of negative number notations on unsigned numbers
2023-11-28 6:01 UTC (8+ messages)
[PATCH 0/2] Allow relaxed MMIO writes in device IPI callbacks
2023-11-26 13:18 UTC (9+ messages)
` [PATCH 1/2] lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
` [PATCH 2/2] lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback
[PATCH] lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register
2023-11-24 7:19 UTC (3+ messages)
[PATCH v2 0/5] Add Svadu extension support
2023-11-24 4:55 UTC (3+ messages)
[PATCH 1/1] lib: sbi_pmu: avoid buffer overflow
2023-11-22 15:29 UTC (2+ messages)
[PATCH] lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()
2023-11-22 15:14 UTC (3+ messages)
[PATCH 1/2] lib: sbi: simplify sbi_ipi_send/sbi_ipi_process
2023-11-22 13:03 UTC (5+ messages)
` [PATCH 2/2] lib: sbi: Make ipi send/clear and access ipi_type non-reentrant
[PATCH v2 00/11] Add Andes PMU extension support
2023-11-21 7:44 UTC (3+ messages)
Question about potential missed IPI events
2023-11-21 5:31 UTC (4+ messages)
[PATCH] lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()
2023-11-20 17:47 UTC
[PATCH] lib: utils/fdt: Allow to use reg-names when parsing ACLINT
2023-11-17 10:38 UTC (2+ messages)
[PATCH 1/2] lib: sbi: Make console_puts/console_putc interchangeable
2023-11-17 10:30 UTC (4+ messages)
` [PATCH 2/2] lib: utils/serial: remove semihosting_putc
Security and correctness issues around captured FDT pointers
2023-11-17 9:58 UTC (4+ messages)
[PATCH] lib: sbi: change sbi_hart_features.extensions as an array
2023-11-17 7:59 UTC (2+ messages)
[RFC 0/3] Enable access to seed CSR in S-mode
2023-11-17 7:40 UTC (3+ messages)
` [RFC 3/3] lib: sbi: enable seed access "
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