messages from 2023-10-30 16:41:52 to 2023-11-24 09:36:07 UTC [more...]
[QUESTION] Usage of negative number notations on unsigned numbers
2023-11-24 9:36 UTC
[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 v3 00/15] Add Andes PMU extension support
2023-11-23 16:56 UTC (27+ 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
[PATCH] platform: recalculate heap size to support new tlb entry number
2023-11-23 11:28 UTC (3+ messages)
[RFC PATCH] lib: sbi_hart: Store PMP granularity as log base 2
2023-11-22 19:44 UTC
[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 0/2] Allow relaxed MMIO writes in device IPI callbacks
2023-11-22 12:59 UTC (7+ 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: sbi: Prevent redundant sbi_ipi_process
2023-11-22 12:57 UTC (2+ messages)
[PATCH v2 00/11] Add Andes PMU extension support
2023-11-21 7:44 UTC (25+ messages)
` [PATCH v2 01/11] sbi: sbi_pmu: Improve sbi_pmu_init() error handling
` [PATCH v2 02/11] sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
` [PATCH v2 03/11] platform: include: andes45: Add PMU related CSR defines
` [PATCH v2 04/11] platform: andes: Add Andes custom PMU support
` [PATCH v2 05/11] platform: andes: Enable Andes PMU for AE350
` [PATCH v2 06/11] platform: rzfive: Enable Andes PMU for RZ/Five
` [PATCH v2 07/11] lib: utils: fdt_fixup: Add fdt_add_pmu_mappings() helper function
` [PATCH v2 08/11] lib: utils: fdt_fixup: Allow preserving PMU properties
` [PATCH v2 09/11] platform: andes: Factor out is_andes() helper
` [PATCH v2 10/11] platform: andes: Implement andes_fdt_add_pmu_mappings platform override
` [PATCH v2 11/11] docs: pmu: Add Andes PMU node example
Question about potential missed IPI events
2023-11-21 5:31 UTC (13+ messages)
[PATCH] lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()
2023-11-20 17:47 UTC
[PATCH v2] lib: utils/fdt: Allow to use reg-names when parsing ACLINT
2023-11-18 12:31 UTC (3+ messages)
[PATCH v2 0/2] lib: sbi: Improved atomic bit operations
2023-11-17 10:53 UTC (5+ 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: 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 (8+ messages)
[PATCH] lib: sbi: change sbi_hart_features.extensions as an array
2023-11-17 7:59 UTC (3+ messages)
[RFC 0/3] Enable access to seed CSR in S-mode
2023-11-17 7:40 UTC (8+ messages)
` [PATCH 1/3] include: sbi: macros for mseccfg.sseed and .useed
` [RFC 2/3] lib: sbi: Add Zkr in hart extensions
` [RFC 3/3] lib: sbi: enable seed access in S-mode
[PATCH v2] lib: utils/serial: Optimize semihosting_putc implementation
2023-11-17 1:06 UTC (5+ messages)
[PATCH v4] platform: generic: Add Sophgo sg2042 platform support
2023-11-16 15:56 UTC (2+ messages)
[PATCH v4 0/2] lib: sbi: Add sub-regions check for sanitizing domain
2023-11-16 15:44 UTC (5+ messages)
` [PATCH v4 1/2] lib: sbi: separate the swap operation of domain region
` [PATCH v4 2/2] lib: sbi: Add regions merging when sanitizing "
[PATCH] lib: sbi: Correctly limit flushes to a single ASID/VMID
2023-11-16 15:18 UTC (4+ messages)
[PATCH v3 0/3] lib: utils: Add T-HEAD C900 ACLINT
2023-11-16 12:35 UTC (9+ messages)
` [PATCH v3 1/3] lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
` [PATCH v3 2/3] lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
` [PATCH v3 3/3] lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
[PATCH] utils/reset: Remove fdt_reset_thead
2023-11-16 11:02 UTC (2+ messages)
[PATCH] fw_base.S: Fix boot hart status synchronization
2023-11-16 10:52 UTC (2+ messages)
[PATCH v2 0/3] lib: utils: Add T-HEAD C900 ACLINT
2023-11-16 8:32 UTC (4+ messages)
` [PATCH v2 1/3] lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
[PATCH v3 0/2] lib: sbi: Add sub-regions check for sanitizing domain
2023-11-16 8:19 UTC (7+ messages)
` [PATCH v3 1/2] lib: sbi: separate the swap operation of domain region
` [PATCH v3 2/2] lib: sbi: Add regions merging when sanitizing "
[PATCH v2] platform: Uses hart count as the default size of tlb info
2023-11-16 5:26 UTC (2+ messages)
[PATCH] platform: generic: thead: improve tlb flush errata
2023-11-16 4:15 UTC (2+ messages)
[PATCH] lib: sbi: Improved atomic bit operations
2023-11-15 14:23 UTC (3+ messages)
[PATCH v2 0/3] lib: sbi: Add sub-regions check for sanitizing domain
2023-11-15 7:28 UTC (9+ messages)
` [PATCH v2 1/3] lib: sbi: separate the swap operation of domain region
` [PATCH v2 2/3] lib: sbi: add more restriction to domain region subset check
` [PATCH v2 3/3] lib: sbi: Add regions merging when sanitizing domain region
[PATCH v2 0/4] platform: generic: Add Sophgo sg2042 support
2023-11-15 3:33 UTC (4+ messages)
[PATCH v2] lib: utils/fdt: Allow zero length mtime when parsing ACLINT
2023-11-14 23:30 UTC (2+ messages)
[PATCH] lib: sbi: Improve hartindex_to_hartid_table
2023-11-14 16:39 UTC (2+ messages)
[PATCH v3 0/4] platform: generic: add T-HEAD th1520 soc support
2023-11-14 16:25 UTC (9+ messages)
` [PATCH v3 1/4] platform: generic: thead: move to thead c9xx header to vendor specific postion
` [PATCH v3 2/4] platform: generic: thead: separate implement of T-HEAD c9xx pmu
` [PATCH v3 3/4] platform: generic: thead: separate implement of T-HEAD c9xx errata
` [PATCH v3 4/4] platform: generic: thead: initialize PMU by default in thead generic platform
[PATCH v2 0/4] platform: generic: add T-HEAD th1520 soc support
2023-11-14 15:46 UTC (9+ messages)
` [PATCH v2 1/4] platform: generic: thead: move to thead c9xx header to vendor specific postion
` [PATCH v2 2/4] platform: generic: thead: separate implement of T-HEAD c9xx pmu
` [PATCH v2 3/4] platform: generic: thead: separate implement of T-HEAD c9xx errata
` [PATCH v2 4/4] platform: generic: thead: initialize PMU by default in thead generic platform
[PATCH 1/1] lib: sbi: simplify sanitize_domain()
2023-11-14 15:29 UTC (2+ messages)
[PATCH 1/1] lib: fix access to hfeatures->extensions
2023-11-11 15:10 UTC (3+ messages)
[PATCH] lib: sbi_pmu: disable IR and CY counter in SBI initialization
2023-11-11 8:21 UTC (3+ messages)
[PATCH] lib: sbi_illegal_insn: Emulate c.li
2023-11-09 15:22 UTC (7+ messages)
[PATCH] lib: sbi_illegal_insn: Emulate 'MZ'/c.li s4,-13 instruction
2023-11-09 7:54 UTC (12+ messages)
[PATCH] lib: sbi: Remove xchg/cmpxchg implemented via lr/sc
2023-11-08 10:26 UTC (4+ messages)
issue about lr/sc and __riscv_atomic
2023-11-07 15:41 UTC (3+ 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