aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/hisilicon
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge 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
2024-02-09perf: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König6-18/+12
2023-12-05drivers/perf: hisi: Fix some event id for HiSilicon UC pmuJunhao He1-2/+2
2023-10-24perf: hisi: Fix use-after-free when register pmu failsJunhao He2-4/+4
2023-10-24drivers/perf: hisi_pcie: Initialize event->cpu only on successYicong Yang1-2/+2
2023-10-24drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang1-3/+4
2023-10-19drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen1-4/+4
2023-08-16drivers/perf: hisi: Schedule perf session according to localityYicong Yang1-4/+13
2023-06-16drivers/perf: hisi: Add support for HiSilicon UC PMU driverJunhao He4-2/+588
2023-06-16drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driverJunhao He2-15/+120
2023-06-09drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He1-1/+1
2023-04-17drivers/perf: hisi: add NULL check for nameJunhao He3-15/+20
2023-04-17drivers/perf: hisi: Remove redundant initialized of pmu->nameJunhao He8-11/+8
2023-01-19drivers/perf: hisi: Extract initialization of "cpa_pmu->pmu"Junhao He1-15/+1
2023-01-19drivers/perf: hisi: Simplify the parameters of hisi_pmu_init()Junhao He7-10/+12
2023-01-19drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capabilityJunhao He1-0/+1
2022-11-29drivers/perf: hisi: Add TLP filter supportYicong Yang1-1/+13
2022-11-29drivers/perf: hisi: Fix some event id for hisi-pcie-pmuYicong Yang1-4/+4
2022-07-06drivers/perf: hisi: add driver for HNS3 PMUGuangbin Huang3-0/+1682
2022-06-27perf: hisi: Extract hisi_pmu_initChen Jun7-74/+25
2022-05-06drivers/perf: hisi: Add Support for CPA PMUQi Liu2-1/+410
2022-05-06drivers/perf: hisi: Associate PMUs in SICL with CPUs onlineQi Liu3-11/+12
2022-02-15perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov1-1/+1
2021-12-14drivers/perf: hisi: Add driver for HiSilicon PCIe PMUQi Liu3-0/+959
2021-10-04drivers/perf: hisi: Fix PA PMU counter offsetShaokun Zhang1-1/+1
2021-06-08perf/hisi: Constify static attribute_group structsRikard Falkeborn2-2/+2
2021-06-04drivers/perf: hisi: Fix data source controlShaokun Zhang1-2/+2
2021-06-01drivers/perf: hisi: use the correct HiSilicon copyrightHao Fang6-6/+6
2021-05-24perf/hisi: Use irq_set_affinity()Thomas Gleixner6-17/+2
2021-03-25drivers/perf: hisi: Add support for HiSilicon PA PMU driverShaokun Zhang2-1/+502
2021-03-25drivers/perf: hisi: Add support for HiSilicon SLLC PMU driverShaokun Zhang2-1/+531
2021-03-25drivers/perf: hisi: Update DDRC PMU for programmable counterShaokun Zhang2-13/+196
2021-03-25drivers/perf: hisi: Add new functions for HHA PMUShaokun Zhang1-15/+188
2021-03-25drivers/perf: hisi: Add new functions for L3C PMUShaokun Zhang3-20/+258
2021-03-25drivers/perf: hisi: Add PMU version for uncore PMU drivers.Shaokun Zhang3-71/+75
2021-03-25drivers/perf: hisi: Refactor code for more uncore PMUsShaokun Zhang5-157/+80
2021-03-25drivers/perf: hisi: Remove unnecessary check of counter indexShaokun Zhang5-61/+7
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu1-3/+3
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang1-1/+1
2021-01-20perf: hisi: Constify static struct attribute_groupRikard Falkeborn3-3/+3
2020-11-25drivers/perf: hisi: Add identifier sysfs fileJohn Garry5-0/+65
2020-09-07drivers/perf: hisi: Add missing include of linux/module.hShaokun Zhang1-0/+1
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu3-0/+3
2020-07-16drivers/perf: Fix kernel panic when rmmod PMU modules during perf samplingQi Liu3-0/+3
2020-06-08drivers/perf: hisi: Fix wrong value for all counters enableShaokun Zhang1-1/+1
2020-05-18drivers/perf: hisi: Permit modular builds of HiSilicon uncore driversZhou Wang6-15/+48
2020-04-30drivers/perf: hisi: Fix typo in events attribute arrayShaokun Zhang1-1/+1
2020-01-10drivers/perf: hisi: Simplify hisi_read_sccl_and_ccl_id and its commentShaokun Zhang1-26/+32
2019-11-07drivers/perf: hisi: update the sccl_id/ccl_id for certain HiSilicon platformShaokun Zhang1-8/+18
2019-10-01perf: hisi: use devm_platform_ioremap_resource() to simplify codeYueHaibing3-10/+3
2019-07-31perf: Remove dev_err() usage after platform_get_irq()Stephen Boyd3-9/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-20/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-21For drivers that do not support context exclusion let's advertise theAndrew Murray4-9/+3
2019-01-04drivers/perf: hisi: Fixup one DDRC PMU register offsetShaokun Zhang1-2/+2
2018-07-24drivers/perf: hisi: update the sccl_id/ccl_id when MT is supportedShaokun Zhang1-5/+7
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-1/+1
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-2/+1
2017-10-19perf: hisi: Add support for HiSilicon SoC DDRC PMU driverShaokun Zhang2-1/+464
2017-10-19perf: hisi: Add support for HiSilicon SoC HHA PMU driverShaokun Zhang2-1/+474
2017-10-19perf: hisi: Add support for HiSilicon SoC L3C PMU driverShaokun Zhang2-1/+464
2017-10-19perf: hisi: Add support for HiSilicon SoC uncore PMU driverShaokun Zhang3-0/+550