OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-06 07:46:22 to 2024-01-11 11:08:04 UTC [more...]

[RFC PATCH v2 0/4] Add support for Supervisor Software Events extension
 2024-01-11 11:08 UTC  (8+ messages)
` [RFC PATCH v2 1/4] lib: sbi: provides regs to sbi_ipi_process()
` [RFC PATCH v2 2/4] lib: sbi: add support for Supervisor Software Events extension
` [RFC PATCH v2 3/4] lib: sbi: trigger SSE PMU event on PMU overflow IRQ
` [RFC PATCH v2 4/4] lib: sbi: add SBI_EXT_PMU_IRQ_CLEAR

[PATCH] Makefile: don't pass -mstrict-align to clang
 2024-01-11  9:26 UTC 

[RFC PATCH v2 0/2] lib: sbi_pmu: Add PMU snapshot extension
 2024-01-11  0:35 UTC  (3+ messages)
` [RFC PATCH v2 1/2] lib: sbi: Add shared memory region support
` [RFC PATCH v2 2/2] lib: sbi_pmu: Add PMU snapshot implementation

[RFC PATCH 0/2] lib: sbi_pmu: Add PMU snapshot extension
 2024-01-11  0:32 UTC  (5+ messages)
` [RFC PATCH 1/2] lib: sbi: Add shared memory region support
` [RFC PATCH 2/2] lib: sbi_pmu: Add PMU snapshot implementation

[PATCH v3 0/8] Introduce support for SBI Debug Trigger Extension
 2024-01-10  5:41 UTC  (11+ messages)
` [PATCH v3 1/8] include: sbi: Introduce common endianess conversion macro
` [PATCH v3 2/8] include: sbi: Add TINFO debug trigger CSR
` [PATCH v3 3/8] include: sbi: Introduce debug trigger register encodings
` [PATCH v3 4/8] lib: sbi: Detect support of debug triggers
` [PATCH v3 5/8] lib: sbi: Introduce the SBI debug triggers extension support
` [PATCH v3 6/8] include: sbi: Add SBI debug trigger extension related defines
` [PATCH v3 7/8] lib: sbi: Implement SBI debug trigger extension
` [PATCH v3 8/8] lib: sbi: Print number of debug triggers found

[PATCH v2 0/7] Introduce support for SBI Debug Trigger Extension
 2024-01-09 15:44 UTC  (17+ messages)
` [PATCH v2 1/7] include: sbi: Introduce common endianess conversion macro
` [PATCH v2 2/7] include: sbi: Add TINFO debug trigger CSR
` [PATCH v2 3/7] include: sbi: Introduce debug trigger register encodings
` [PATCH v2 4/7] lib: sbi: Introduce the SBI debug triggers extension support
` [PATCH v2 5/7] include: sbi: Add SBI debug trigger extension related defines
` [PATCH v2 6/7] lib: sbi: Implement SBI debug trigger extension
` [PATCH v2 7/7] lib: sbi: Print number of debug triggers found

[PATCH v1 0/7] Introduce support for SBI Debug Trigger Extension
 2024-01-08  6:05 UTC  (15+ messages)
` [PATCH v1 1/7] include: sbi: Introduce common endianess conversion macro
` [PATCH v1 2/7] include: sbi: Add TINFO debug trigger CSR
` [PATCH v1 3/7] include: sbi: Introduce debug trigger register encodings
` [PATCH v1 4/7] lib: sbi: Introduce the SBI debug triggers extension support
` [PATCH v1 5/7] include: sbi: Introduce ecall mactros for SBI debug trigger extension
` [PATCH v1 6/7] lib: sbi: Introduce ecall handler "
` [PATCH v1 7/7] lib: sbi: Print number of debug triggers found

[PATCH v2] lib: sbi: Add initial domain context management support
 2024-01-05 16:52 UTC  (2+ messages)

[PATCH] lib: sbi: Use mask to check the free bit during trigger allocation
 2024-01-02 16:46 UTC 

[PATCH] firmware: fw_base.S: Improve loading u32
 2024-01-02 15:14 UTC 

[PATCH] firmware: fw_base.S: remove _runtime_offset
 2024-01-02 13:35 UTC 

OpenSBI v1.4 Released
 2023-12-27 16:26 UTC 

[PATCH] lib: utils/timer: mtimer: only use regname for aclint
 2023-12-27  6:49 UTC  (2+ messages)

[PATCH] lib: sbi: Fix shift bug in sbi_system_reset
 2023-12-27  5:46 UTC  (10+ messages)

Help: commit 6112d58 breaks my kernel boot
 2023-12-27  0:50 UTC  (10+ messages)

ACPI
 2023-12-20  5:57 UTC  (2+ messages)

Upcoming OpenSBI v1.4 release
 2023-12-19 14:10 UTC 

[PATCH v2 0/6] Assorted improvements
 2023-12-19 13:54 UTC  (8+ messages)
` [PATCH v2 1/6] lib: sbi_tlb: Reduce size of struct sbi_tlb_info
` [PATCH v2 2/6] platform: generic: Fine tune fw_platform_calculate_heap_size()
` [PATCH v2 3/6] lib: utils/irqchip: Add shared MMIO region for PLIC in root domain
` [PATCH v2 4/6] lib: sbi: Allow ecall handlers to directly update register state
` [PATCH v2 5/6] lib: sbi: Remove the SBI_ETRAP error code
` [PATCH v2 6/6] lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1

[PATCH v3 0/4] Add some programming improvements
 2023-12-19 10:21 UTC  (9+ messages)
` [PATCH v3 1/4] lib: sbi: Improve the code of privilege mode and extensions detection
` [PATCH v3 2/4] lib: sbi: Refactor the code for enable extensions in menvfg CSR
` [PATCH v3 3/4] lib: sbi: Using one array to define the name of extensions
` [PATCH v3 4/4] lib: sbi: Detect extensions from the ISA string in DT

[PATCH] lib: sbi: Optimize ipi_send/ipi_clear
 2023-12-19  4:21 UTC  (4+ messages)

[PATCH] Makefile: Remove unused code and data
 2023-12-19  3:31 UTC 

[PATCH] lib: sbi: Simplify the initialization of root_hmask in sbi_domain_init
 2023-12-18 17:15 UTC  (2+ messages)

[PATCH 0/3] sbi_ipi bug fixes and optimizations
 2023-12-18 17:15 UTC  (13+ 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 v4 00/15] Add Andes PMU extension support
 2023-12-18  7:32 UTC  (27+ messages)
` [PATCH v4 01/15] lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
` [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 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 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] fw_base.S: Fix comment errors
 2023-12-17 13:48 UTC 

[PATCH] lib: sbi: add initial context management component
 2023-12-12 12:07 UTC  (2+ messages)

[PATCH 0/7] lib: sbi: Probe PMP locked entries and adjust first usable PMP index
 2023-12-12 10:44 UTC  (16+ 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 0/5] Assorted improvements
 2023-12-12  8:58 UTC  (8+ messages)
` [PATCH 1/5] lib: sbi_tlb: Reduce size of struct sbi_tlb_info
` [PATCH 2/5] platform: generic: Fine tune fw_platform_calculate_heap_size()
` [PATCH 3/5] lib: utils/irqchip: Add shared MMIO region for PLIC in root domain
` [PATCH 4/5] lib: sbi: Allow ecall handlers to directly update register state
` [PATCH 5/5] lib: sbi: Remove the SBI_ETRAP error code

[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  (2+ 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  (3+ messages)

[PATCH] lib: sbi_hsm: Put the resume_pending hart in the interruptible hart mask
 2023-12-10  8:10 UTC  (2+ 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  (2+ 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  (2+ 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  (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: sbi: Remove xchg/cmpxchg implemented via lr/sc
 2023-12-08 10:59 UTC  (2+ messages)

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox