summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-27lib: sbi: Detect Zicntr extension only based on trapsAnup Patel
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto
2023-12-26lib: sbi: Fix shift bug in sbi_system_resetXiang W
2023-12-19lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1Anup Patel
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang
2023-12-19lib: sbi: Refactor the code for enable extensions in menvfg CSRYong-Xuan Wang
2023-12-19lib: sbi: Improve the code of privilege mode and extensions detectionYong-Xuan Wang
2023-12-18lib: sbi: Simplify the initialization of root_hmask in sbi_domain_initXiang W
2023-12-18lib: sbi_ipi: Drop unnecessary ipi_process checkSamuel Holland
2023-12-18lib: sbi_ipi: Process self-IPIs in sbi_ipi_send()Samuel Holland
2023-12-18lib: sbi_ipi: Do not ignore errors from sbi_ipi_send()Samuel Holland
2023-12-11lib: sbi_tlb: Check tlb_range_flush_limit only once per requestSamuel Holland
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto
2023-12-11lib: sbi: skip wait_for_coldboot when coolboot doneXiang W
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto
2023-12-10lib: sbi_hsm: Put the resume_pending hart in the interruptible hart maskNick Hu
2023-12-08lib: sbi_pmu: Fix the counter info functionAtish Patra
2023-12-08lib: sbi_pmu: Add PMU snapshot definitionsAtish Patra
2023-12-08lib: sbi_hart: Store PMP granularity as log base 2Samuel Holland
2023-12-08lib: sbi: Prevent redundant sbi_ipi_processXiang W
2023-12-08lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsicsAnup Patel
2023-12-08lib: sbi: Fix __atomic_op_bit_ord and commentsXiang W
2023-12-08lib: sbi: Remove xchg/cmpxchg implemented via lr/scXiang W
2023-12-06lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select tableYu Chien Peter Lin
2023-12-06lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variableYu Chien Peter Lin
2023-12-06lib: utils: fdt_fixup: Allow preserving PMU propertiesYu Chien Peter Lin
2023-12-06sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu deviceYu Chien Peter Lin
2023-12-06lib: sbi: Add XAndesPMU in hart extensionsYu Chien Peter Lin
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin
2023-12-06lib: ipi: Adjust Andes PLICSW to single-bit-per-hart schemeLeo Yu-Chi Liang
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callbackAnup Patel
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_send() callbackAnup Patel
2023-11-24lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE registerAnup Patel
2023-11-22lib: sbi_pmu: avoid buffer overflowHeinrich Schuchardt
2023-11-22lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()Anup Patel
2023-11-17lib: utils/serial: remove semihosting_putcXiang W
2023-11-17lib: sbi: Make console_puts/console_putc interchangeableXiang W
2023-11-17lib: sbi: change sbi_hart_features.extensions as an arrayXiang W
2023-11-17lib: sbi: enable seed access in S-modeHeinrich Schuchardt
2023-11-17lib: sbi: Add Zkr in hart extensionsHeinrich Schuchardt
2023-11-16lib: sbi: Add regions merging when sanitizing domain regionInochi Amaoto
2023-11-16lib: sbi: separate the swap operation of domain regionInochi Amaoto
2023-11-16lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatibleInochi Amaoto
2023-11-16lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatibleInochi Amaoto
2023-11-16lib: utils/timer: Allow ACLINT MTIMER driver to setup quirksInochi Amaoto