summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang2023-08-151-1/+45
| * | | perf: pmuv3: Remove comments from armv8pmu_[enable|disable]_event()Anshuman Khandual2023-08-041-23/+0
| * | | perf/arm-cmn: Add CMN-700 r3 supportRobin Murphy2023-07-281-0/+94
| * | | perf/arm-cmn: Refactor HN-F event selector macrosRobin Murphy2023-07-281-20/+29
| * | | perf/arm-cmn: Remove spurious event aliasesRobin Murphy2023-07-281-3/+13
| * | | drivers/perf: Explicitly include correct DT includesRob Herring2023-07-279-19/+7
| * | | perf: pmuv3: Add Cortex A520, A715, A720, X3 and X4 PMUsRob Herring2023-07-271-0/+10
| * | | perf/smmuv3: Remove build dependency on ACPIVincent Whitchurch2023-07-271-1/+1
| * | | perf: xgene_pmu: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-271-3/+1
| * | | driver/perf: Add identifier sysfs file for Yitian 710 DDRJing Zhang2023-07-271-0/+27
| | |/ | |/|
* | | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-4/+6
|\ \ \ | |/ / |/| |
| * | arm_pmu: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark2023-07-261-5/+2
| * | arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capabilityJames Clark2023-07-261-1/+6
| |/
* / perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()Eric Lin2023-07-121-3/+0
|/
* Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-013-0/+1004
|\
| * perf: CXL Performance Monitoring Unit driverJonathan Cameron2023-06-253-0/+1004
* | Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-15/+8
|\ \
| * | perf: RISC-V: Limit the number of counters returned from SBIViacheslav Mitrofanov2023-06-201-0/+6
| * | RISC-V/perf: Use standard interface to get INTC domainSunil V L2023-06-191-15/+2
| |/
* | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-282-2/+15
|\ \
| * | arm64: enable perf events based hard lockup detectorDouglas Anderson2023-06-092-2/+15
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-06-2618-135/+1641
|\ \
| * | drivers/perf: hisi: Add support for HiSilicon UC PMU driverJunhao He2023-06-164-2/+588
| * | drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driverJunhao He2023-06-162-15/+120
| * | perf: arm_cspmu: Add missing MODULE_DEVICE_TABLEIlkka Koskinen2023-06-161-0/+7
| * | perf/arm-cmn: Add sysfs identifierRobin Murphy2023-06-161-4/+16
| * | perf/arm-cmn: Revamp model detectionRobin Murphy2023-06-161-52/+93
| * | perf/arm_dmc620: Add cpumaskXin Yang2023-06-161-0/+22
| * | drivers/perf: imx_ddr: Add support for NXP i.MX9 SoC DDRC PMU driverXu Yang2023-06-093-0/+720
| * | perf/arm_cspmu: Decouple APMT dependencyRobin Murphy2023-06-092-40/+19
| * | perf/arm_cspmu: Clean up ACPI dependencyRobin Murphy2023-06-092-4/+16
| * | perf/arm_cspmu: Fix event attribute typeRobin Murphy2023-06-091-4/+4
| * | perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedIlkka Koskinen2023-06-091-1/+2
| * | drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He2023-06-091-1/+1
| * | drivers/perf: apple_m1: Force 63bit counters for M2 CPUsMarc Zyngier2023-06-052-6/+26
| * | perf/arm-cmn: Fix DTC resetRobin Murphy2023-06-051-3/+4
| * | perf: qcom_l2_pmu: Make l2_cache_pmu_probe_cluster() more robustChristophe JAILLET2023-06-051-1/+1
| * | perf/arm-cci: Slightly optimize cci_pmu_sync_counters()Christophe JAILLET2023-06-051-2/+2
| |/
* / KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe2023-06-041-3/+18
|/
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-2518-66/+1517
|\
| * drivers/perf: hisi: add NULL check for nameJunhao He2023-04-173-15/+20
| * drivers/perf: hisi: Remove redundant initialized of pmu->nameJunhao He2023-04-178-11/+8
| * perf/arm-cmn: Fix port detection for CMN-700Robin Murphy2023-04-141-27/+30
| * arm64: pmuv3: dynamically map PERF_COUNT_HW_BRANCH_INSTRUCTIONSStephane Eranian2023-04-111-4/+23
| * perf/arm-cmn: Validate cycles events fullyRobin Murphy2023-04-061-1/+1
| * drivers/perf: apple_m1: Add Apple M2 supportJanne Grunau2023-03-271-0/+14
| * perf: arm_cspmu: Fix variable dereference warningBesar Wicaksono2023-03-271-2/+4
| * perf/amlogic: Fix config1/config2 parsing issueJiucheng Xu2023-03-271-2/+6
| * drivers/perf: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1