summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-021-5/+2
|\
| * perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directlyRafael J. Wysocki2021-10-271-5/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-013-7/+9
|\ \ | |/ |/|
| * drivers/perf: Improve build test coverageJohn Garry2021-10-041-5/+7
| * drivers/perf: thunderx2_pmu: Change data in size tx2_uncore_event_update()John Garry2021-10-041-1/+1
| * drivers/perf: hisi: Fix PA PMU counter offsetShaokun Zhang2021-10-041-1/+1
* | KVM: arm64: Fix PMU probe orderingMarc Zyngier2021-09-201-0/+2
|/
* drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()Jing Xiangfeng2021-06-171-2/+4
* perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ...Tuan Phan2021-06-171-1/+1
* drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.cQi Liu2021-06-111-5/+2
* drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.cQi Liu2021-06-111-7/+4
* drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.cQi Liu2021-06-111-4/+1
* drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.cQi Liu2021-06-111-5/+2
* drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driverQi Liu2021-06-111-5/+2
* perf/smmuv3: Don't trample existing events with global filterRobin Murphy2021-06-111-8/+10
* perf/hisi: Constify static attribute_group structsRikard Falkeborn2021-06-082-2/+2
* perf: qcom: Remove redundant dev_err call in qcom_l3_cache_pmu_probe()ChenXiaoSong2021-06-081-3/+1
* drivers/perf: hisi: Fix data source controlShaokun Zhang2021-06-041-2/+2
* perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-06-021-2/+2
* arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-06-021-3/+1
* perf: arm_spe: use DEVICE_ATTR_RO macroYueHaibing2021-06-011-4/+3
* perf: xgene_pmu: use DEVICE_ATTR_RO macroYueHaibing2021-06-011-3/+3
* perf: qcom: use DEVICE_ATTR_RO macroYueHaibing2021-06-011-3/+3
* perf: arm_pmu: use DEVICE_ATTR_RO macroYueHaibing2021-06-011-3/+3
* drivers/perf: hisi: use the correct HiSilicon copyrightHao Fang2021-06-016-6/+6
* drivers/perf: arm-cci: Fix checkpatch spacing errorJunhao He2021-05-251-2/+2
* drivers/perf: arm-cmn: Add space after ','Junhao He2021-05-251-1/+1
* drivers/perf: arm_pmu: Fix some coding style issuesJunhao He2021-05-251-4/+2
* drivers/perf: arm_spe_pmu: Fix some coding style issuesJunhao He2021-05-251-4/+1
* drivers/perf: Remove redundant dev_err call in tx2_uncore_pmu_init_dev()Zou Wei2021-05-251-3/+1
* perf/hisi: Use irq_set_affinity()Thomas Gleixner2021-05-246-17/+2
* perf/imx_ddr: Use irq_set_affinity()Thomas Gleixner2021-05-241-3/+2
* perf/arm-smmuv3: Use irq_set_affinity()Thomas Gleixner2021-05-241-7/+3
* perf/arm-dsu: Use irq_set_affinity()Thomas Gleixner2021-05-241-6/+2
* perf/arm-dmc620: Use irq_set_affinity()Thomas Gleixner2021-05-241-3/+2
* perf/arm-cmn: Use irq_set_affinity()Thomas Gleixner2021-05-241-7/+2
* perf/arm-ccn: Use irq_set_affinity()Thomas Gleixner2021-05-241-4/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-30/+0
|\
| * arm64: Get rid of oprofile leftoversMarc Zyngier2021-04-221-30/+0
* | perf/arm_pmu_platform: Clean up with dev_printkRobin Murphy2021-03-301-25/+22
* | perf/arm_pmu_platform: Fix error handlingRobin Murphy2021-03-301-1/+1
* | perf/arm_pmu_platform: Use dev_err_probe() for IRQ errorsRobin Murphy2021-03-301-4/+3
* | drivers/perf: hisi: Add support for HiSilicon PA PMU driverShaokun Zhang2021-03-252-1/+502
* | drivers/perf: hisi: Add support for HiSilicon SLLC PMU driverShaokun Zhang2021-03-252-1/+531
* | drivers/perf: hisi: Update DDRC PMU for programmable counterShaokun Zhang2021-03-252-13/+196
* | drivers/perf: hisi: Add new functions for HHA PMUShaokun Zhang2021-03-251-15/+188
* | drivers/perf: hisi: Add new functions for L3C PMUShaokun Zhang2021-03-253-20/+258
* | drivers/perf: hisi: Add PMU version for uncore PMU drivers.Shaokun Zhang2021-03-253-71/+75
* | drivers/perf: hisi: Refactor code for more uncore PMUsShaokun Zhang2021-03-255-157/+80
* | drivers/perf: hisi: Remove unnecessary check of counter indexShaokun Zhang2021-03-255-61/+7