aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang1-0/+3
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger1-12/+12
2024-05-07lib: tests: Add test suite init functionIvan Orlov1-0/+2
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel1-1/+5
2024-04-05include: sbi: Support byteorder macros in assemblyVivian Wang1-25/+30
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger1-0/+3
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger3-1/+173
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel1-2/+2
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel1-0/+2
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel1-3/+2
2024-03-19lib: sbi: Simplify parameters of sbi_illegal_insn_handler()Anup Patel1-2/+2
2024-03-19lib: sbi: Simplify parameters of misaligned and access fault handlersAnup Patel1-8/+4
2024-03-19lib: sbi: Introduce trap contextAnup Patel1-1/+28
2024-03-19include: sbi: Add trap_context pointer in struct sbi_scratchAnup Patel1-3/+12
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel2-14/+3
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland1-10/+6
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan1-0/+45
2024-03-11include: sbi: add emulate_load/store handler to platform opsBo Gan1-0/+8
2024-03-11lib: sbi: abstract out insn decoding to unify mem fault handlersBo Gan1-1/+12
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan1-4/+5
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan1-1/+1
2024-03-11include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.hBo Gan1-2/+2
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang2-0/+83
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov1-0/+71
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen1-0/+7
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra2-3/+30
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-0/+5
2024-01-10include: sbi: Add SBI debug trigger extension related definesHimanshu Chauhan1-0/+11
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan1-0/+125
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan1-0/+2
2024-01-10include: sbi: Introduce debug trigger register encodingsHimanshu Chauhan1-0/+249
2024-01-10include: sbi: Add TINFO debug trigger CSRHimanshu Chauhan1-0/+1
2024-01-10include: sbi: Introduce common endianess conversion macroHimanshu Chauhan1-0/+10
2023-12-27include: Bump-up version to 1.4v1.4Anup Patel1-1/+1
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto1-1/+2
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel1-3/+2
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel2-15/+16
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel1-0/+1
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel1-13/+16
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang1-0/+6
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang1-0/+7
2023-12-19lib: sbi: Refactor the code for enable extensions in menvfg CSRYong-Xuan Wang1-5/+0
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto1-0/+3
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto2-0/+4
2023-12-08lib: sbi_pmu: Fix the counter info functionAtish Patra1-0/+1
2023-12-08lib: sbi_pmu: Add PMU snapshot definitionsAtish Patra2-1/+6
2023-12-08lib: sbi_hart: Store PMP granularity as log base 2Samuel Holland1-2/+2
2023-12-08lib: sbi: Fix __atomic_op_bit_ord and commentsXiang W1-4/+4
2023-12-06lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variableYu Chien Peter Lin1-1/+23
2023-12-06sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu deviceYu Chien Peter Lin1-0/+6