messages from 2023-09-20 17:54:22 to 2023-11-09 00:02:51 UTC [more...]
[PATCH] lib: sbi_illegal_insn: Emulate 'MZ'/c.li s4,-13 instruction
2023-11-09 0:02 UTC (3+ 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)
[RFC 0/3] Enable access to seed CSR in S-mode
2023-10-30 16:41 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] lib: sbi: change sbi_hart_features.extensions as an array
2023-10-30 16:39 UTC
[PATCH 1/1] include: sbi: macros for mseccfg.sseed and .useed
2023-10-28 22:31 UTC
[PATCH 1/2] lib: sbi: Make console_puts/console_putc interchangeable
2023-10-25 7:51 UTC (6+ messages)
` [PATCH 2/2] lib: utils/serial: remove semihosting_putc
[PATCH v2 0/5] Add Svadu extension support
2023-10-24 10:11 UTC (6+ messages)
` [PATCH v2 1/5] lib: sbi: Improve the code of privilege mode and extensions detection
` [PATCH v2 2/5] lib: sbi: Refactor the code for enable extensions in menvfg CSR
` [PATCH v2 3/5] lib: sbi: Using one array to define the name of extensions
` [PATCH v2 4/5] lib: sbi: Detect extensions from the ISA string in DT
` [PATCH v2 5/5] lib: sbi: Add support for Svadu extension
[PATCH v2] lib: utils/serial: Optimize semihosting_putc implementation
2023-10-23 8:57 UTC (5+ messages)
[PATCH v2 00/11] Add Andes PMU extension support
2023-10-22 6:50 UTC (14+ 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 10/11] platform: andes: Implement andes_fdt_add_pmu_mappings platform override
` [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 11/11] docs: pmu: Add Andes PMU node example
[PATCH v4] platform: generic: Add Sophgo sg2042 platform support
2023-10-19 23:57 UTC
[PATCH] fw_base.S: Fix boot hart status synchronization
2023-10-19 23:33 UTC (2+ messages)
[PATCH] include: sbi: Change spec version to 2.0
2023-10-19 11:51 UTC (3+ messages)
[PATCH] lib: sbi: Correctly limit flushes to a single ASID/VMID
2023-10-17 22:20 UTC
[PATCH] lib: utils/serial: Optimize semihosting_putc implementation
2023-10-17 16:57 UTC (2+ messages)
[PATCH v2 0/3] lib: utils: Add T-HEAD C900 ACLINT
2023-10-13 6:47 UTC (4+ messages)
` [PATCH v2 1/3] lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
` [PATCH v2 2/3] lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
` [PATCH v2 3/3] lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
[PATCH 0/3] lib: utils: Add T-HEAD C900 ACLINT
2023-10-13 6:45 UTC (10+ messages)
` [PATCH 1/3] lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
` [PATCH 2/3] lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
` [PATCH 3/3] lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
[PATCH v2] platform: Uses hart count as the default size of tlb info
2023-10-12 13:15 UTC (3+ messages)
[PATCH v2] lib: utils/fdt: Allow zero length mtime when parsing ACLINT
2023-10-12 9:46 UTC (2+ messages)
[PATCH v3] platform: generic: Add Sophgo sg2042 platform support
2023-10-12 9:11 UTC (2+ messages)
[PATCH] utils/reset: Remove fdt_reset_thead
2023-10-12 8:59 UTC
[PATCH] lib: utils/fdt: Allow zero length mtime when parsing ACLINT
2023-10-12 8:23 UTC (3+ messages)
[PATCH] platform: generic: thead: improve tlb flush errata
2023-10-12 6:23 UTC (2+ messages)
[PATCH] platform: Uses hart count as the default size of tlb info
2023-10-12 3:59 UTC (2+ messages)
[PATCH 0/6] Add Andes PMU extension support
2023-10-10 6:09 UTC (3+ messages)
[PATCH v2 0/3] lib: sbi: Add sub-regions check for sanitizing domain
2023-10-10 1:00 UTC (4+ 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 0/3] Sparse HART id improvements
2023-10-09 9:25 UTC (8+ messages)
` [PATCH 1/3] lib: sbi: Refactor sbi_scratch_last_hartindex as a function
` [PATCH 2/3] lib: sbi: Refactor sbi_hartindex_to_hartid "
` [PATCH 3/3] lib: sbi: Refactor sbi_hartindex_to_scratch "
[PATCH] lib: sbi: Improve hartindex_to_hartid_table
2023-10-09 9:22 UTC
[PATCH] lib: sbi: Add sub-regions check for sanitizing domain
2023-10-09 8:53 UTC (2+ messages)
[PATCH] lib: sbi_misaligned_ldst: Fix handling of C.SWSP and C.SDSP
2023-10-09 8:25 UTC (2+ messages)
[PATCH v2 0/4] platform: generic: Add Sophgo sg2042 support
2023-10-09 0:36 UTC (13+ messages)
` [PATCH v2 1/4] lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
` [PATCH v2 2/4] lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
` [PATCH v2 3/4] platform: Allow platform uses hart count as the size of tlb info
` [PATCH v2 4/4] platform: generic: Add Sophgo sg2042 platform support
[PATCH 0/3] platform: generic Add Sophgo sg2042 support
2023-10-08 8:45 UTC (8+ messages)
` [PATCH 1/3] lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
` [PATCH 2/3] lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
` [PATCH 3/3] platform: generic: Add Sophgo sg2042 soc support
[PATCH 0/6] Add Andes PMU extension support
2023-10-07 6:04 UTC (7+ messages)
` [PATCH 3/6] platform: andes: Add Andes custom PMU support
[PATCH v3 0/4] platform: generic: add T-HEAD th1520 soc support
2023-10-07 3:06 UTC (5+ 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
Public Review: Advanced Configuration and Power Interface - Functional Fixed Hardware
2023-10-06 22:44 UTC
Public Review: Supervisor Binary Interface(SBI) v2.0
2023-10-06 22:44 UTC
[PATCH 1/1] lib: sbi: simplify sanitize_domain()
2023-10-06 20:59 UTC
[PATCH] lib: sbi: Add support for mconfigptr
2023-10-06 12:35 UTC (2+ messages)
[PATCH] docs: platform: update platform_requirements.md
2023-10-06 12:26 UTC (2+ messages)
[PATCH 0/4] Add Svadu extension support
2023-10-06 12:21 UTC (11+ messages)
` [PATCH 1/4] lib: sbi: refactor the code for enable extensions in menvfg CSR
` [PATCH 2/4] lib: sbi: Add support for Svadu extension
` [PATCH 3/4] lib: sbi: Improve the code of privilege mode and extensions detection
` [PATCH 4/4] lib: sbi: detect extensions from menvcfg
[PATCH 1/1] gpio/starfive: redundant readl() call
2023-10-06 12:04 UTC (2+ messages)
[PATCH v2] lib: sbi_pmu: check for index overflows
2023-10-06 12:02 UTC (3+ messages)
[PATCH v2 1/1] lib: utils: Simplify SET_ISA_EXT_MAP()
2023-10-06 12:02 UTC (3+ messages)
[PATCH 1/1] lib: utils/fdt: simplify dt_parse_isa_extensions
2023-10-06 11:43 UTC (3+ messages)
[PATCH 1/1] lib: sbi: fix sbi_domain_get_assigned_hartmask()
2023-10-06 11:36 UTC (3+ messages)
[PATCH] lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
2023-10-06 11:29 UTC (2+ messages)
[PATCH] lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
2023-10-06 11:29 UTC (2+ messages)
[PATCH] doc: Fix fw_payload.md
2023-10-06 4:38 UTC (3+ messages)
[PATCH 0/3] Relocation-related fixes
2023-10-06 4:18 UTC (8+ messages)
` [PATCH 1/3] firmware: Remove ALIGN in .rela.dyn in linker script
` [PATCH 2/3] firmware: Remove handling of R_RISCV_{32,64}
` [PATCH 3/3] Makefile: Add --exclude-libs ALL to avoid .dynsym
[PATCH v2 0/4] platform: generic: add T-HEAD th1520 soc support
2023-10-05 6:58 UTC (5+ 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 v2] platform: generic: thead: fix stale TLB entries for th1520/sg2042
2023-10-04 14:57 UTC (2+ messages)
[PATCH 1/1] lib: utils: Simplify SET_ISA_EXT_MAP()
2023-09-27 16:47 UTC (4+ messages)
[PATCH 1/1] lib: sbi_pmu: check for index overflows
2023-09-27 16:29 UTC (4+ messages)
[PATCH v1 0/7] Smepmp fixes and improvements
2023-09-24 12:54 UTC (2+ messages)
[PATCH 0/8] OpenSBI sparse HART id support
2023-09-24 6:34 UTC (10+ messages)
` [PATCH 1/8] lib: sbi: Introduce HART index in sbi_scratch
[PATCH] lib: sbi: Implement SET_FS_DIRTY() to make sure the mstatus FS dirty is set
2023-09-22 6:48 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