summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | drivers/perf: Simplify the SMMUv3 PMU event attributesQi Liu2021-03-251-19/+13
* | drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu2021-03-258-14/+14
* | drivers/perf: convert sysfs scnprintf family to sysfs_emit_at() and sysfs_emit()Qi Liu2021-03-251-16/+11
* | drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang2021-03-258-28/+25
|/
* perf/arm_dmc620_pmu: Fix error return code in dmc620_pmu_device_probe()Wei Yongjun2021-03-121-0/+1
* Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-1/+1
|\
| * Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel2021-02-021-1/+1
| |\
| | * driver/perf: Remove ARM_SMMU_V3_PMU dependency on ARM_SMMU_V3John Garry2021-02-011-1/+1
* | | drivers/perf: Replace spin_lock_irqsave to spin_lockQi Liu2021-02-102-6/+4
* | | drivers/perf: Prevent forced unbinding of ARM_DMC620_PMU driversQi Liu2021-02-021-0/+1
* | | perf/arm-cmn: Move IRQs when migrating contextRobin Murphy2021-01-281-1/+3
* | | perf/arm-cmn: Fix PMU instance namingRobin Murphy2021-01-281-9/+4
* | | perf: Constify static struct attribute_groupRikard Falkeborn2021-01-206-12/+12
* | | perf: hisi: Constify static struct attribute_groupRikard Falkeborn2021-01-203-3/+3
* | | perf/imx_ddr: Constify static struct attribute_groupRikard Falkeborn2021-01-201-5/+5
* | | perf: qcom: Constify static struct attribute_groupRikard Falkeborn2021-01-202-6/+6
* | | drivers/perf: Add support for ARMv8.3-SPEWei Li2021-01-201-2/+15
|/ /
* / Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-131-5/+0
|/
* perf/imx_ddr: Add system PMU identifier for userspaceJoakim Zhang2020-12-091-0/+55
* arm64: Enable perf events based hard lockup detectorSumit Garg2020-11-251-0/+5
* perf/imx_ddr: Add stop event counters support for i.MX8MPJoakim Zhang2020-11-251-26/+54
* perf/smmuv3: Support sysfs identifier fileJohn Garry2020-11-251-0/+39
* drivers/perf: hisi: Add identifier sysfs fileJohn Garry2020-11-255-0/+65
* perf: remove duplicate check on fwnodeWang Qing2020-11-251-3/+0
* driver/perf: Add PMU driver for the ARM DMC-620 memory controllerTuan Phan2020-11-253-0/+756
* perf: arm-cmn: Fix conversion specifiers for node typeWill Deacon2020-10-011-2/+2
* perf: arm-cmn: Fix unsigned comparison to less than zeroWill Deacon2020-10-011-1/+1
* arm_pmu: arm64: Use NMIs for PMUJulien Thierry2020-09-281-8/+63
* arm_pmu: Introduce pmu_irq_opsJulien Thierry2020-09-281-16/+74
* perf: Add Arm CMN-600 PMU driverRobin Murphy2020-09-283-0/+1649
* drivers/perf: thunderx2_pmu: Fix memory resource error handlingMark Salter2020-09-181-2/+5
* drivers/perf: xgene_pmu: Fix uninitialized resource structMark Salter2020-09-181-15/+17
* perf: arm_dsu: Support DSU ACPI devicesTuan Phan2020-09-151-6/+57
* drivers/perf: hisi: Add missing include of linux/module.hShaokun Zhang2020-09-071-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-08-072-66/+25
|\
| * soc: qcom: Separate kryo l2 accessors from PMU driverIlia Lin2020-07-102-66/+25