summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2023-12-27lib: sbi: Detect Zicntr extension only based on trapsAnup Patel
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: 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: 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-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-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-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: 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: sbi: Correctly limit flushes to a single ASID/VMIDSamuel Holland
2023-11-14lib: sbi: simplify sanitize_domain()Heinrich Schuchardt
2023-10-09lib: sbi_misaligned_ldst: Fix handling of C.SWSP and C.SDSPAmanieu d'Antras
2023-10-06lib: sbi_pmu: check for index overflowsHeinrich Schuchardt
2023-10-06lib: sbi: fix sbi_domain_get_assigned_hartmask()Heinrich Schuchardt
2023-09-24lib: sbi: Populate M-only Smepmp entries before setting mseccfg.MMLAnup Patel
2023-09-24lib: sbi: Fix pmp_flags for Smepmp read-only shared regionAnup Patel
2023-09-24lib: sbi: Don't clear mseccfg.MML bit in sbi_hart_smepmp_configure()Anup Patel
2023-09-24lib: sbi: Factor-out Smepmp configuration as separate functionAnup Patel
2023-09-24include: sbi: Remove sbi_hartmask_for_each_hart() macroAnup Patel
2023-09-24lib: sbi: Maximize the use of HART index in sbi_domainAnup Patel
2023-09-24lib: sbi: Remove sbi_scratch_last_hartid() macroAnup Patel