Show patches with: Archived = No       |   2425 patches
« 1 2 ... 3 4 524 25 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2] platform: recalculate heap size to support new tlb entry number [v2] platform: recalculate heap size to support new tlb entry number - 1 1 - --- 2023-12-10 Inochi Amaoto Accepted
[3/3] lib: sbi_ipi: Drop unnecessary ipi_process check sbi_ipi bug fixes and optimizations - - 2 - --- 2023-12-08 Samuel Holland Accepted
[2/3] lib: sbi_ipi: Process self-IPIs in sbi_ipi_send() sbi_ipi bug fixes and optimizations - - 2 - --- 2023-12-08 Samuel Holland Accepted
[1/3] lib: sbi_ipi: Do not ignore errors from sbi_ipi_send() sbi_ipi bug fixes and optimizations - - - - --- 2023-12-08 Samuel Holland Accepted
lib: sbi_tlb: Check tlb_range_flush_limit only once per request lib: sbi_tlb: Check tlb_range_flush_limit only once per request - - 1 - --- 2023-12-08 Samuel Holland Accepted
[v2,2/2] lib: sbi_pmu: Fix the counter info function SBI PMU improvements - 1 2 - --- 2023-12-07 Atish Patra Accepted
[v2,1/2] lib: sbi_pmu: Add PMU snapshot definitions SBI PMU improvements - - 1 - --- 2023-12-07 Atish Patra Accepted
[7/7] lib: sbi: show the number of PMP Reserved lib: sbi: Probe PMP locked entries and adjust first usable PMP index - - 1 - --- 2023-12-07 Yangyu Chen Changes Requested
[6/7] lib: sbi: Not use smepmp if has pmp reserved and MSECCFG.MML=1 lib: sbi: Probe PMP locked entries and adjust first usable PMP index - - - - --- 2023-12-07 Yangyu Chen Changes Requested
[5/7] lib: sbi: adjust first usable PMP index to sbi_hart_pmp_reserved lib: sbi: Probe PMP locked entries and adjust first usable PMP index - - 1 - --- 2023-12-07 Yangyu Chen Changes Requested
[4/7] lib: sbi: probe PMP allowed addr from first usable PMP lib: sbi: Probe PMP locked entries and adjust first usable PMP index - - - - --- 2023-12-07 Yangyu Chen Changes Requested
[3/7] lib: sbi: Probe reserved PMP regions before OpenSBI start lib: sbi: Probe PMP locked entries and adjust first usable PMP index - - - - --- 2023-12-07 Yangyu Chen Changes Requested
[2/7] lib: sbi: detect the number of PMP entries first lib: sbi: Probe PMP locked entries and adjust first usable PMP index - - 1 - --- 2023-12-07 Yangyu Chen Changes Requested
[1/7] lib: sbi: Probe pmp_count in read-only lib: sbi: Probe PMP locked entries and adjust first usable PMP index - - 1 - --- 2023-12-07 Yangyu Chen Changes Requested
lib: sbi: add initial context management component lib: sbi: add initial context management component - - - - --- 2023-12-07 Qingyu Shang Changes Requested
[v1,2/2] lib: sbi_pmu: Fix the counter info function SBI PMU improvements - 1 - - --- 2023-12-06 Atish Patra Superseded
[v1,1/2] lib: sbi_pmu: Add PMU snapshot definitions SBI PMU improvements - - 1 - --- 2023-12-06 Atish Patra Superseded
[v3] firmware: fix section types [v3] firmware: fix section types - - 2 - --- 2023-12-05 Matt Waltz Accepted
[v2] firmware: fix section types [v2] firmware: fix section types - - - - --- 2023-12-05 Matt Waltz Superseded
firmware: fix section type for firmware dynamic firmware: fix section type for firmware dynamic - - - - --- 2023-12-05 Matt Waltz Superseded
lib: sbi_hsm: Put the resume_pending hart in the interruptible hart mask lib: sbi_hsm: Put the resume_pending hart in the interruptible hart mask - - 2 - --- 2023-12-01 Nick Hu Accepted
[v4,15/15] docs: pmu: Add Andes PMU node example Add Andes PMU extension support - - 4 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,14/15] platform: andes: Add Andes default PMU mapping support Add Andes PMU extension support - - - 1 --- 2023-11-30 Yu Chien Peter Lin Changes Requested
[v4,13/15] lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table Add Andes PMU extension support - - 2 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,12/15] lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable Add Andes PMU extension support - - 2 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,11/15] platform: andes: Factor out is_andes() helper Add Andes PMU extension support - - 1 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,10/15] lib: utils: fdt_fixup: Allow preserving PMU properties Add Andes PMU extension support - - 2 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,09/15] platform: rzfive: Enable Andes PMU for RZ/Five Add Andes PMU extension support - - 4 1 --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,08/15] platform: andes: Enable Andes PMU for AE350 Add Andes PMU extension support - - 4 1 --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,07/15] platform: andes: Add Andes custom PMU support Add Andes PMU extension support - - 2 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,06/15] platform: generic: Introduce pmu_init() platform override Add Andes PMU extension support - - 3 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,05/15] platform: include: andes45: Add PMU related CSR defines Add Andes PMU extension support - - 4 1 --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,04/15] sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device Add Andes PMU extension support - - 3 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,03/15] lib: sbi: Add XAndesPMU in hart extensions Add Andes PMU extension support - - 3 1 --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,02/15] sbi: sbi_pmu: Improve sbi_pmu_init() error handling Add Andes PMU extension support - - 3 - --- 2023-11-30 Yu Chien Peter Lin Accepted
[v4,01/15] lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme Add Andes PMU extension support - 1 4 1 --- 2023-11-30 Yu Chien Peter Lin Accepted
[RFC,2/2] lib: sbi: add support for Supervisor Software Events extension Add support for Supervisor Software Events extension - - - - --- 2023-11-30 Clément Léger Changes Requested
[RFC,1/2] lib: sbi: provides regs to sbi_ipi_process() Add support for Supervisor Software Events extension - - - - --- 2023-11-30 Clément Léger Changes Requested
lib: sbi: skip wait_for_coldboot when coolboot done lib: sbi: skip wait_for_coldboot when coolboot done - - - - --- 2023-11-29 Xiang W Changes Requested
lib: sbi: Improve sbi_hsm_hart_interruptible_mask lib: sbi: Improve sbi_hsm_hart_interruptible_mask - - - - --- 2023-11-27 Xiang W Not Applicable
[RFC] lib: sbi_hart: Store PMP granularity as log base 2 [RFC] lib: sbi_hart: Store PMP granularity as log base 2 - - - - --- 2023-11-22 Samuel Holland Accepted
lib: sbi: Prevent redundant sbi_ipi_process lib: sbi: Prevent redundant sbi_ipi_process - - 1 - --- 2023-11-22 Xiang W Accepted
[v3,15/15] docs: pmu: Add Andes PMU node example Add Andes PMU extension support - - 4 - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,14/15] platform: andes: Add Andes default PMU mapping support Add Andes PMU extension support - - - 1 --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,13/15] lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table Add Andes PMU extension support - - - - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,12/15] lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable Add Andes PMU extension support - - - - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,11/15] platform: andes: Factor out is_andes() helper Add Andes PMU extension support - - 1 - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,10/15] lib: utils: fdt_fixup: Allow preserving PMU properties Add Andes PMU extension support - - 3 - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,09/15] platform: rzfive: Enable Andes PMU for RZ/Five Add Andes PMU extension support - - 3 1 --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,08/15] platform: andes: Enable Andes PMU for AE350 Add Andes PMU extension support - - 3 1 --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,07/15] platform: andes: Add Andes custom PMU support Add Andes PMU extension support - - 1 - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,06/15] platform: generic: Introduce pmu_init() platform override Add Andes PMU extension support - - 2 - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,05/15] platform: include: andes45: Add PMU related CSR defines Add Andes PMU extension support - - 4 1 --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,04/15] sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device Add Andes PMU extension support - - 1 - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,03/15] lib: sbi: Add Xandespmu in hart extensions Add Andes PMU extension support - - 2 1 --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,02/15] sbi: sbi_pmu: Improve sbi_pmu_init() error handling Add Andes PMU extension support - - 2 - --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[v3,01/15] lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme Add Andes PMU extension support - 1 3 1 --- 2023-11-22 Yu Chien Peter Lin Changes Requested
[2/2] lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback Allow relaxed MMIO writes in device IPI callbacks - - - - --- 2023-11-21 Anup Patel Accepted
[1/2] lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback Allow relaxed MMIO writes in device IPI callbacks - - - - --- 2023-11-21 Anup Patel Accepted
lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register - 1 1 - --- 2023-11-21 Anup Patel Accepted
lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() - 1 1 - --- 2023-11-20 Anup Patel Accepted
lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() - 1 - - --- 2023-11-20 Anup Patel Superseded
[2/2] lib: sbi: Make ipi send/clear and access ipi_type non-reentrant [1/2] lib: sbi: simplify sbi_ipi_send/sbi_ipi_process - - - - --- 2023-11-20 Xiang W Not Applicable
[1/2] lib: sbi: simplify sbi_ipi_send/sbi_ipi_process [1/2] lib: sbi: simplify sbi_ipi_send/sbi_ipi_process - - - - --- 2023-11-20 Xiang W Not Applicable
[1/1] lib: sbi_pmu: avoid buffer overflow [1/1] lib: sbi_pmu: avoid buffer overflow - - 1 - --- 2023-11-17 Heinrich Schuchardt Accepted
[v2] lib: utils/fdt: Allow to use reg-names when parsing ACLINT [v2] lib: utils/fdt: Allow to use reg-names when parsing ACLINT - - 1 - --- 2023-11-17 Inochi Amaoto Accepted
platform: recalculate heap size to support new tlb entry number platform: recalculate heap size to support new tlb entry number - 1 1 - --- 2023-11-17 Inochi Amaoto Changes Requested
lib: utils/fdt: Allow to use reg-names when parsing ACLINT lib: utils/fdt: Allow to use reg-names when parsing ACLINT - - - - --- 2023-11-17 Inochi Amaoto Changes Requested
[2/2] lib: utils/serial: remove semihosting_putc [1/2] lib: sbi: Make console_puts/console_putc interchangeable - - 2 - --- 2023-11-17 Xiang W Accepted
[1/2] lib: sbi: Make console_puts/console_putc interchangeable [1/2] lib: sbi: Make console_puts/console_putc interchangeable - - 2 - --- 2023-11-17 Xiang W Accepted
[v4,2/2] lib: sbi: Add regions merging when sanitizing domain region lib: sbi: Add sub-regions check for sanitizing domain - - 1 - --- 2023-11-16 Inochi Amaoto Accepted
[v4,1/2] lib: sbi: separate the swap operation of domain region lib: sbi: Add sub-regions check for sanitizing domain - - 1 - --- 2023-11-16 Inochi Amaoto Accepted
[v3,3/3] lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible lib: utils: Add T-HEAD C900 ACLINT - - 2 - --- 2023-11-16 Inochi Amaoto Accepted
[v3,2/3] lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible lib: utils: Add T-HEAD C900 ACLINT - - 2 - --- 2023-11-16 Inochi Amaoto Accepted
[v3,1/3] lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks lib: utils: Add T-HEAD C900 ACLINT - - 1 - --- 2023-11-16 Inochi Amaoto Accepted
[v2,2/2] lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsics lib: sbi: Improved atomic bit operations - - 1 - --- 2023-11-15 Xiang W Accepted
[v2,1/2] lib: sbi: Fix __atomic_op_bit_ord and comments lib: sbi: Improved atomic bit operations - - 1 - --- 2023-11-15 Xiang W Accepted
[v3,2/2] lib: sbi: Add regions merging when sanitizing domain region lib: sbi: Add sub-regions check for sanitizing domain - - 1 - --- 2023-11-15 Inochi Amaoto Changes Requested
[v3,1/2] lib: sbi: separate the swap operation of domain region lib: sbi: Add sub-regions check for sanitizing domain - - 1 - --- 2023-11-15 Inochi Amaoto Changes Requested
lib: sbi: Improved atomic bit operations lib: sbi: Improved atomic bit operations - - - - --- 2023-11-15 Xiang W Superseded
lib: sbi_pmu: disable IR and CY counter in SBI initialization lib: sbi_pmu: disable IR and CY counter in SBI initialization - - - - --- 2023-11-11 Inochi Amaoto Not Applicable
[1/1] lib: fix access to hfeatures->extensions [1/1] lib: fix access to hfeatures->extensions - 1 - - --- 2023-11-11 Heinrich Schuchardt Handled Elsewhere
lib: sbi_illegal_insn: Emulate c.li lib: sbi_illegal_insn: Emulate c.li - - - - --- 2023-11-09 Xiang W Not Applicable
lib: sbi_illegal_insn: Emulate 'MZ'/c.li s4,-13 instruction lib: sbi_illegal_insn: Emulate 'MZ'/c.li s4,-13 instruction - - - - --- 2023-11-08 Björn Töpel Not Applicable
lib: sbi: Remove xchg/cmpxchg implemented via lr/sc lib: sbi: Remove xchg/cmpxchg implemented via lr/sc - - 1 - --- 2023-11-08 Xiang W Accepted
lib: sbi: change sbi_hart_features.extensions as an array lib: sbi: change sbi_hart_features.extensions as an array - 1 2 - --- 2023-10-30 Xiang W Accepted
[RFC,3/3] lib: sbi: enable seed access in S-mode Enable access to seed CSR in S-mode - - 1 - --- 2023-10-28 Heinrich Schuchardt Accepted
[RFC,2/3] lib: sbi: Add Zkr in hart extensions Enable access to seed CSR in S-mode - - 1 - --- 2023-10-28 Heinrich Schuchardt Accepted
[1/3] include: sbi: macros for mseccfg.sseed and .useed Enable access to seed CSR in S-mode - - 2 - --- 2023-10-28 Heinrich Schuchardt Accepted
[1/1] include: sbi: macros for mseccfg.sseed and .useed [1/1] include: sbi: macros for mseccfg.sseed and .useed - - - - --- 2023-10-28 Heinrich Schuchardt Superseded
[2/2] lib: utils/serial: remove semihosting_putc [1/2] lib: sbi: Make console_puts/console_putc interchangeable - - 1 - --- 2023-10-25 Xiang W Changes Requested
[1/2] lib: sbi: Make console_puts/console_putc interchangeable [1/2] lib: sbi: Make console_puts/console_putc interchangeable - - 1 - --- 2023-10-25 Xiang W Changes Requested
[v2,5/5] lib: sbi: Add support for Svadu extension Add Svadu extension support - - - - --- 2023-10-24 Yong-Xuan Wang Changes Requested
[v2,4/5] lib: sbi: Detect extensions from the ISA string in DT Add Svadu extension support - - - - --- 2023-10-24 Yong-Xuan Wang Changes Requested
[v2,3/5] lib: sbi: Using one array to define the name of extensions Add Svadu extension support - - - - --- 2023-10-24 Yong-Xuan Wang Changes Requested
[v2,2/5] lib: sbi: Refactor the code for enable extensions in menvfg CSR Add Svadu extension support - - 1 - --- 2023-10-24 Yong-Xuan Wang Changes Requested
[v2,1/5] lib: sbi: Improve the code of privilege mode and extensions detection Add Svadu extension support - - 1 - --- 2023-10-24 Yong-Xuan Wang Changes Requested
[v4] platform: generic: Add Sophgo sg2042 platform support [v4] platform: generic: Add Sophgo sg2042 platform support - - 2 - --- 2023-10-19 Inochi Amaoto Accepted
[v2,11/11] docs: pmu: Add Andes PMU node example Add Andes PMU extension support - - 3 - --- 2023-10-19 Yu Chien Peter Lin Changes Requested
[v2,10/11] platform: andes: Implement andes_fdt_add_pmu_mappings platform override Add Andes PMU extension support - - - - --- 2023-10-19 Yu Chien Peter Lin Changes Requested
« 1 2 ... 3 4 524 25 »