summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2023-07-13lib: sbi: Grant SU R/W/X permissions to whole memoryHimanshu Chauhan
2023-07-13lib: sbi: Add smepmp in hart extensionsHimanshu Chauhan
2023-07-13lib: sbi: Add functions to manipulate PMP entriesHimanshu Chauhan
2023-07-12lib: sbi: Fix missing '\0' when buffer szie equal 1Xiang W
2023-07-12lib: sbi: Fix timing of clearing tbufXiang W
2023-07-12lib: sbi: Fix printcXiang W
2023-07-12lib: sbi: Simplify printsXiang W
2023-07-12lib: sbi: Fix printiXiang W
2023-07-12lib: sbi: print add 'o' typeXiang W
2023-07-12lib: sbi: implifying the parameters of printiXiang W
2023-07-12lib: sbi: Add ' ' '\'' flags for printXiang W
2023-07-12lib: sbi: Add '+' flags for printXiang W
2023-07-12lib: sbi: print not fill '0' when left-alignedXiang W
2023-07-12lib: sbi: Fix how print gets flagsXiang W
2023-07-09lib: sbi: Fix Priv spec version for [m|s]counteren and mcountinhibit CSRsLey Foon Tan
2023-07-09lib: sbi: Rename hart_pmu_get_allowed_bits() functionAnup Patel
2023-07-09lib: sbi: Alphabetically sort HART ISA extensionsAnup Patel
2023-07-09lib: sbi: Add Zihpm as a HART ISA extensionAnup Patel
2023-07-09lib: sbi: Add Zicntr as a HART ISA extensionAnup Patel
2023-07-05lib: sbi_pmu: Avoid out of bounds accessHeinrich Schuchardt
2023-07-05lib: sbi: fix comment indentGianluca Guida
2023-06-23lib: sbi: check A2 register in ecall_dbcn_handler.Gianluca Guida
2023-06-05lib: sbi: Use scratch space to save per-HART domain pointerAnup Patel
2023-06-05lib: sbi: Use heap for root domain creationAnup Patel
2023-06-05lib: sbi_pmu: Use heap for per-HART PMU stateAnup Patel
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel
2023-06-04lib: sbi: Align system suspend errors with specAndrew Jones
2023-05-26lib: sbi: Fix return of sbi_console_initXiang W
2023-05-21lib: sbi: Remove 0/1 probe implementationsAndrew Jones
2023-05-21lib: sbi: Optimize probe of srst/suspXiang W
2023-05-21lib: sbi: Only register available extensionsAndrew Jones
2023-05-21lib: sbi: pmu: Remove unnecessary probe functionAndrew Jones
2023-05-21lib: sbi: Narrow vendor extension rangeAndrew Jones
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones
2023-05-11lib: sbi: Simplify sbi_ipi_process remove gotoXiang W
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W
2023-04-20lib: sbi: Add debug print when sbi_pmu_init failsTan En De
2023-04-17lib: sbi: Don't check SBI error range for legacy console getcharAnup Patel
2023-04-17lib: sbi: Fix counter index calculation for SBI_PMU_CFG_FLAG_SKIP_MATCHAlexandre Ghiti
2023-04-17lib: sbi: Do not clear active_events for cycle/instret when stoppingAlexandre Ghiti
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W
2023-04-13sbi: tlb: Simplify to tlb_process_count/tlb_process functionXiang W
2023-04-13lib: sbi: Optimize sbi_ipiXiang W
2023-04-13lib: sbi: Optimize sbi_tlbXiang W
2023-04-07lib: sbi_pmu: Align the event type offset as per SBI specificationYu Chien Peter Lin
2023-04-07lib: sbi: Print the CPPC device nameSunil V L
2023-04-07lib: sbi: Implement SBI CPPC extensionSunil V L
2023-04-06lib: sbi_hart: clear mip csr during hart initMayuresh Chitale
2023-04-06lib: sbi_hsm: Fix sbi_hsm_hart_start() for platform with hart hotplugAnup Patel