summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kbuild, drivers/perf: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-271-1/+0
| * perf: qcom: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1
| * perf: arm: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1
| * perf/arm-cmn: Move overlapping wp_combine fieldIlkka Koskinen2023-03-271-1/+1
| * ARM: perf: Allow the use of the PMUv3 driver on 32bit ARMMarc Zyngier2023-03-272-4/+6
| * perf: pmuv3: Change GENMASK to GENMASK_ULLZaid Al-Bassam2023-03-271-2/+2
| * perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam2023-03-271-1/+0
| * perf: pmuv3: Abstract PMU version checksZaid Al-Bassam2023-03-271-4/+3
| * arm64: perf: Abstract system register accesses awayMarc Zyngier2023-03-271-92/+23
| * arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier2023-03-273-0/+1480
* | perf/amlogic: adjust register offsetsMarc Gonzalez2023-03-271-17/+17
|/
* Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-031-5/+2
|\
| * drivers/perf: RISC-V: Allow programming custom firmware eventsMayuresh Chitale2023-03-011-5/+2