summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)AuthorFilesLines
2022-10-13lib: sbi_platform: expose hart_features to extension_init callbackHeiko Stuebner1-1/+2
2022-10-13lib: sbi_hart: move hart_features struct to a public locationHeiko Stuebner1-23/+13
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner2-2/+14
2022-09-13lib: sbi: Fix sbi_strnlen wrong count decrementRahul Pathak1-1/+0
2022-09-13lib: sbi_misaligned_ldst: Set GVA if not emulatingVivian Wang1-2/+2
2022-09-13lib: sbi_trap: Add helper to get GVA in sbi_trap_regsVivian Wang1-13/+1
2022-09-01include: sbi: Reduce includes in sbi_pmu.hAnup Patel2-0/+3
2022-09-01lib: sbi: Print platform PMU device at boot-timeAnup Patel1-0/+4
2022-09-01lib: sbi_pmu: Add custom PMU device operationsAnup Patel1-21/+87
2022-09-01lib: sbi_pmu: Simplify FW counters to reduce memory usageAnup Patel1-42/+36
2022-09-01lib: sbi_pmu: Firmware counters are always 64 bits wideAnup Patel1-3/+3
2022-09-01lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()Anup Patel2-39/+9
2022-09-01lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_eventAnup Patel1-3/+0
2022-08-22lib: sbi: Use the official extension name for AIA M-mode CSRsAnup Patel2-5/+5
2022-08-22lib: sbi_illegal_insn: Fix FENCE.TSO emulation infinite trap loopRahul Pathak1-0/+1
2022-08-22lib: sbi_trap: Set hstatus.GVA when going to HS-modeVivian Wang1-0/+2
2022-08-22lib: sbi_trap: Set hypervisor CSRs for HS-modeVivian Wang1-5/+7
2022-08-22lib: sbi: Set gva when creating sbi_trap_infoVivian Wang3-0/+17
2022-08-22lib: sbi_trap: Save mstatus[h].GVA in trap->gvaVivian Wang1-2/+15
2022-07-30lib: sbi: Fix printf handling of long longdramforever1-28/+2
2022-07-30lib: sbi: Fix fw_event_map initializationAtish Patra1-1/+1
2022-07-30lib: sbi: Fix possible buffer overrun in counter validationAtish Patra1-4/+4
2022-07-30lib: sbi: Add the bound check for events during config matchAtish Patra1-2/+49
2022-07-30lib: sbi: Fix counter index sanity checkAtish Patra1-16/+17
2022-07-30lib: sbi: Fix sbi_snprintfAndrew Jones1-16/+23
2022-07-20lib: sbi_hart: Shorten the code to set MPV bitgagachang1-10/+3
2022-07-11lib: sbi: add check for ipi device for hsm startBen Dooks2-4/+9
2022-07-08lib: sbi_timer: Added a conditional wait function which can timeoutAdnan Rahman Chowdhury1-0/+13
2022-06-25lib: pmu: allow to use the highest available counterSergey Matyukevich1-7/+7
2022-06-21lib: sbi: Fix tval and tinst for sbi_get_insn()dramforever1-3/+5
2022-06-21lib: sbi: Fixup tinst for exceptions in sbi_misaligned_*()dramforever1-0/+16
2022-06-13lib: sbi_hsm: Assume a consistent resume addressSamuel Holland1-26/+20
2022-06-13lib: sbi_hsm: Call a device hook during hart resumeSamuel Holland1-0/+8
2022-06-13lib: sbi_trap: Redirect exception based on hedelegdramforever1-9/+6
2022-06-01lib: sbi_illegal_insn: Add emulation for fence.tsoSamuel Holland1-1/+13
2022-05-30lib: sbi_illegal_insn: Constify illegal_insn_tableSamuel Holland1-1/+1
2022-05-30lib: sbi_timer: Drop unnecessary get_platform_ticks wrapperSamuel Holland1-6/+1
2022-05-30lib: sbi: fix system_opcode_insnXiang W1-0/+8
2022-05-07lib: sbi_platform: Add callback to populate HART extensionsAnup Patel1-4/+14
2022-05-07lib: sbi: Add sbi_hart_update_extension() functionAnup Patel1-5/+38
2022-05-07lib: sbi: Detect hart features only once for each hartAnup Patel1-3/+11
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel5-75/+67
2022-05-07lib: sbi: Fix AIA feature detectionAnup Patel1-4/+3
2022-05-07lib: sbi: Remove MENVCFG hart featureAnup Patel1-20/+12
2022-05-07lib: sbi: Remove MCOUNTINHIBT hart featureAnup Patel2-20/+13
2022-05-07lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart featuresAnup Patel3-27/+9
2022-05-07lib: sbi: Update the name of ISA string printed at boot timeAnup Patel1-1/+1
2022-05-07lib: sbi: Remove 's' and 'u' from misa_string() outputAnup Patel1-1/+1
2022-05-07lib: sbi: Detect and print privileged spec versionAnup Patel2-6/+48
2022-05-07lib: sbi: Fix mhpmeventh access for rv32 in absence of sscofpmfAtish Patra2-2/+10