aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-15lib: sbi: pmu: Remove MIP clearing from pmu_sse_enable()Clément Léger1-1/+0
2025-06-15lib: sbi: pmu: Add SSE register/unregister() callbacksClément Léger1-6/+18
2025-06-15Makefile: Add flag for reprodubility compiler flagsKhem Raj1-0/+7
2025-06-14platform: generic: mips: add P8700Chao-ying Fu7-0/+517
2025-06-14lib: utils: hsm: Do not fail on EALREADY in rpmi-hsm fixup.Ziang Wang1-1/+1
2025-06-14Makefile: Make $(LLVM) more flexibleCharlie Jenkins2-4/+22
2025-05-20lib: sbi: pmu: Return SBI_EINVAL if cidx_mask is 0James Raphael Tiovalen1-5/+10
2025-05-20include: sbi: Change SBI spec version to 3.0Anup Patel5-5/+1
2025-05-20lib: utils: fdt: Claim Zicntr if time CSR emulation is possibleYao Zi1-1/+32
2025-05-20lib: sbi: hart: Detect existence of cycle and instret CSRs for ZicntrYao Zi3-8/+39
2025-05-20lib: utils: Fix fdt_mpxy_init() not returning error codeAlvin Chang3-10/+5
2025-05-20lib: utils/mpxy: Remove p2a_db_index from RPMI system MSI attributesAnup Patel2-5/+9
2025-05-20lib: utils/mailbox: Parse A2P doorbell value from DTAnup Patel1-4/+10
2025-05-20lib: utils/mailbox: Parse P2A doorbell system MSI index from DTAnup Patel2-4/+13
2025-05-20lib: utils/mailbox: Update DT register name of A2P doorbellAnup Patel1-2/+2
2025-05-20lib: Emulate AMO instructions when Zaamo is not availableChao-ying Fu6-18/+709
2025-05-15Makefile: fix missing .debug_frame DWARF section for GCCParshintsev Anatoly1-0/+1
2025-05-15lib: sbi: Use hsm stop for hsm waitNick Hu1-0/+9
2025-04-30lib: sbi_hart: properly reset SsstateenRadim Krčmář1-3/+12
2025-04-30lib: sbi_hart: add Ssstateen extensionRadim Krčmář2-1/+7
2025-04-30lib: sbi_hart: reset mstateen0Radim Krčmář1-1/+1
2025-04-30lib: sbi_hart: fix sstateen emulationRadim Krčmář1-0/+3
2025-04-30lib: sbi_hart: reset sstateen and hstateenRadim Krčmář1-0/+6
2025-04-30lib: sbi_hart: reset hstatusRadim Krčmář1-0/+3
2025-04-30lib: sbi: use 64 bit csr macrosRadim Krčmář2-22/+5
2025-04-30lib: sbi: add 64 bit csr macrosRadim Krčmář1-0/+20
2025-04-24lib: sbi: Set the scratch allocation to alignment to cacheline sizeRaj Vishwanathan5-2/+63
2025-04-23lib: sbi_domain: Reduce memory usage of per-domain hart contextAlvin Chang1-14/+21
2025-04-23lib: sbi_platform: Remove the vendor_ext_check hookSamuel Holland2-12/+1
2025-04-23lib: utils/fdt: Remove fdt_match_node()Samuel Holland2-22/+0
2025-04-23platform: generic: Initialize overrides with fdt_driverSamuel Holland1-26/+1
2025-04-23platform: generic: Remove platform override hooksSamuel Holland11-116/+16
2025-04-23platform: generic: Modify platform ops instead of using hooksSamuel Holland12-80/+160
2025-04-23platform: generic: Allow replacing platform operationsSamuel Holland2-20/+38
2025-04-23platform: generic: Add an init hook matching fdt_driverSamuel Holland3-7/+14
2025-04-23platform: generic: thead: Avoid casting away constSamuel Holland1-4/+4
2025-04-23platform: rzfive: Call andes_pma_setup_regions() only during cold bootSamuel Holland1-2/+10
2025-04-23platform: generic: andes: Remove inline definitionsSamuel Holland1-16/+0
2025-04-21lib: sbi_mpxy: Change MPXY state as per-domain dataAlvin Chang1-23/+94
2025-04-21lib: sbi: Handle length of extension name string exceed buffer size errorJimmy Ho1-0/+4
2025-04-15lib: sbi: Remove unnecessary SBI_INIT_LIST_HEADXiang W5-6/+0
2025-04-15lib: sbi: Simplify structure member offset checkingXiang W4-130/+39
2025-04-15lib: sbi: Fix SHMEM_PHYS_ADDR for RV32Xiang W1-6/+0
2025-04-15lib: sbi: Add parameter check in sbi_mpxy_set_shmem()Xiang W1-0/+14
2025-04-14lib: sbi: Allow programmable counters to monitor cycle/instret events for And...Leo Yu-Chi Liang1-3/+4
2025-04-14docs: pmu_support: fix example typosLeo Yu-Chi Liang1-2/+2
2025-04-14lib: sbi_ipi: Return error for invalid hartidsAndrew Jones1-0/+9
2025-04-14sbi: Introduce sbi_hartmask_weightAndrew Jones3-7/+39
2025-04-13Makefile: Avoid repeated evaluation of shell commandsSamuel Holland1-6/+8
2025-04-13lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen.Rajnesh Kanwal3-0/+24