summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
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
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel
2023-09-24lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managmentAnup Patel
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W
2023-09-24lib: sbi: Remove sbi_platform_hart_index/invalid() functionsAnup Patel
2023-09-24lib: sbi: Introduce HART index in sbi_scratchAnup Patel
2023-09-10lib: sbi: alloc tlb fifo by sbi_mallocXiang W
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W
2023-09-10lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabledInochi Amaoto
2023-09-10lib: sbi_pmu: ensure update hpm counter before starting countingInochi Amaoto
2023-09-06lib: sbi: improve the definition of SBI_IPI_EVENT_MAXXiang W
2023-08-22lib: sbi_pmu: remove mhpm_count field in hart featureInochi Amaoto
2023-08-18lib: sbi: Add support for smcntrpmfKaiwen Xue
2023-08-06lib: sbi: Fix typo for finding fixed event counterKaiwen Xue
2023-08-06lib: sbi_pmu: Enable noncontigous hpm event and countersMayuresh Chitale
2023-07-31lib: sbi: Update system suspend to specAndrew Jones
2023-07-13lib: sbi: Map/Unmap debug console shared memory buffersHimanshu Chauhan
2023-07-13lib: sbi: Add functions to map/unmap shared memoryHimanshu Chauhan
2023-07-13lib: sbi: Add support for SmepmpHimanshu Chauhan
2023-07-13lib: sbi: Change the order of PMP initializationHimanshu Chauhan