summaryrefslogtreecommitdiff
path: root/drivers/perf/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2025-09-25drivers/perf: hisi: Add tt_core_deprecated for compatibilityYicong Yang1-4/+29
2025-09-22drivers/perf: hisi: Add support for L3C PMU v3Yicong Yang2-30/+324
2025-09-22drivers/perf: hisi: Refactor the event configuration of L3C PMUYicong Yang1-45/+84
2025-09-22drivers/perf: hisi: Extend the field of tt_coreYicong Yang1-2/+2
2025-09-22drivers/perf: hisi: Extract the event filter check of L3C PMUYicong Yang1-2/+8
2025-09-22drivers/perf: hisi: Simplify the probe process of each L3C PMU versionYicong Yang1-17/+26
2025-09-22drivers/perf: hisi: Export hisi_uncore_pmu_isr()Yicong Yang2-1/+3
2025-09-22drivers/perf: hisi: Relax the event ID check in the frameworkYicong Yang2-2/+3
2025-09-18drivers/perf: hisi: Add support for HiSilicon MN PMU driverJunhao He2-1/+412
2025-09-18drivers/perf: hisi: Add support for HiSilicon NoC PMUYicong Yang2-1/+445
2025-07-14drivers/perf: hisi: Support PMUs with no interruptYicong Yang1-3/+8
2025-07-14drivers/perf: hisi: Relax the event number check of v2 PMUsJunhao He4-6/+6
2025-07-14drivers/perf: hisi: Add support for HiSilicon SLLC v3 PMU driverJunhao He1-0/+40
2025-07-14drivers/perf: hisi: Use ACPI driver_data to retrieve SLLC PMU informationJunhao He1-60/+118
2025-07-14drivers/perf: hisi: Add support for HiSilicon DDRC v3 PMU driverJunhao He1-0/+24
2025-07-14drivers/perf: hisi: Simplify the probe process for each DDRC versionJunhao He2-188/+142
2025-01-07drivers/perf: hisi: Set correct IRQ affinity for PMUs with no associationYicong Yang1-1/+1
2024-12-10drivers/perf: hisi: Delete redundant blank line of DDRC PMUJunhao He1-1/+0
2024-12-10drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driverJunhao He1-3/+3
2024-12-10drivers/perf: hisi: Export associated CPUs of each PMU through sysfsYicong Yang1-0/+10
2024-12-10drivers/perf: hisi: Provide a generic implementation of cpumask/identifierYicong Yang9-195/+63
2024-12-10drivers/perf: hisi: Add a common function to retrieve topology from firmwareYicong Yang9-43/+60
2024-12-10drivers/perf: hisi: Extract topology information to a separate structureYicong Yang9-52/+78
2024-12-10drivers/perf: hisi: Refactor the detection of associated CPUsYicong Yang2-8/+20
2024-12-10drivers/perf: hisi: Migrate to one online CPU if no associated one onlineYicong Yang1-1/+8
2024-12-10drivers/perf: hisi: Don't update the associated_cpus on CPU offlineYicong Yang1-3/+0
2024-12-10drivers/perf: hisi: Define a symbol namespace for HiSilicon Uncore PMUsYicong Yang8-18/+25
2024-11-06perf: Switch back to struct platform_driver::remove()Uwe Kleine-König6-6/+6
2024-08-30drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]Yicong Yang1-0/+18
2024-08-30drivers/perf: hisi_pcie: Fix TLP headers bandwidth countingYicong Yang1-1/+1
2024-08-30drivers/perf: hisi_pcie: Record hardware counts correctlyYicong Yang1-0/+14
2024-07-10perf: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-40/+3
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner4-40/+3
2024-04-28drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()Hao Chen1-1/+1
2024-04-28drivers/perf: hisi: hns3: Fix out-of-bound access when valid event groupJunhao He1-1/+13
2024-04-28drivers/perf: hisi_pcie: Fix out-of-bound access when valid event groupJunhao He1-1/+13
2024-04-19perf/hisi-hns3: Assign parents for event_source deviceJonathan Cameron1-0/+1
2024-04-19perf/hisi-uncore: Assign parents for event_source devicesJonathan Cameron1-0/+1
2024-04-19perf/hisi-pcie: Assign parent for event_source deviceJonathan Cameron1-0/+1
2024-04-09perf/hisi_uncore: Avoid placing cpumask on the stackDawei Li1-4/+2
2024-04-09perf/hisi_pcie: Avoid placing cpumask on the stackDawei Li1-5/+4
2024-03-04drivers/perf: hisi_pcie: Merge find_related_event() and get_event_idx()Junhao He1-32/+19
2024-03-04drivers/perf: hisi_pcie: Relax the check on related eventsJunhao He1-6/+2
2024-03-04drivers/perf: hisi_pcie: Check the target filter properlyJunhao He1-4/+4
2024-03-04drivers/perf: hisi_pcie: Add more events for counting TLP bandwidthYicong Yang1-0/+8
2024-03-04drivers/perf: hisi_pcie: Fix incorrect counting under metric modeYicong Yang1-1/+7
2024-03-04drivers/perf: hisi_pcie: Introduce hisi_pcie_pmu_get_event_ctrl_val()Yicong Yang1-3/+10
2024-03-04drivers/perf: hisi_pcie: Rename hisi_pcie_pmu_{config,clear}_filter()Yicong Yang1-4/+4
2024-03-04drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09Junhao He1-1/+41