summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-04-05lib: utils/timer: Optimize current hart scratch accessSamuel Holland
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger
2024-04-05lib: sbi: Implement SBI SSE extensionClément Léger
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger
2024-03-19lib: sbi: Extend sbi_trap_error() to dump state in a nested trapAnup Patel
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel
2024-03-19lib: sbi: Simplify parameters of sbi_illegal_insn_handler()Anup Patel
2024-03-19lib: sbi: Simplify parameters of misaligned and access fault handlersAnup Patel
2024-03-19lib: sbi: Introduce trap contextAnup Patel
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland
2024-03-19lib: tests: Move tests to a separate directoryIvan Orlov
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan
2024-03-11lib: sbi: abstract out insn decoding to unify mem fault handlersBo Gan
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan
2024-03-11include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.hBo Gan
2024-03-11lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.cBo Gan
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang
2024-03-10lib: tests: Add sbi_console testIvan Orlov
2024-03-10lib: tests: Add a test for sbi_bitmapIvan Orlov
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra
2024-02-24lib: sbi_hsm: Restor hart state to stop when fails to startJoshua Yeong
2024-02-20lib: sbi_pmu: Before using we should ensure PMU init doneyang.zhang
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang
2024-02-05lib: sbi: Use mask to check the free bit during trigger allocationHimanshu Chauhan
2024-01-10lib: sbi: Print number of debug triggers foundHimanshu Chauhan
2024-01-10lib: sbi: Implement SBI debug trigger extensionHimanshu Chauhan
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan
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