summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds3-0/+1004
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+8
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+15
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-135/+1641
2023-06-26perf: CXL Performance Monitoring Unit driverJonathan Cameron3-0/+1004
2023-06-20perf: RISC-V: Limit the number of counters returned from SBIViacheslav Mitrofanov1-0/+6
2023-06-19RISC-V/perf: Use standard interface to get INTC domainSunil V L1-15/+2
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-16perf: arm_cspmu: Add missing MODULE_DEVICE_TABLEIlkka Koskinen1-0/+7
2023-06-16perf/arm-cmn: Add sysfs identifierRobin Murphy1-4/+16
2023-06-16perf/arm-cmn: Revamp model detectionRobin Murphy1-52/+93
2023-06-16perf/arm_dmc620: Add cpumaskXin Yang1-0/+22
2023-06-10arm64: enable perf events based hard lockup detectorDouglas Anderson2-2/+15
2023-06-09drivers/perf: imx_ddr: Add support for NXP i.MX9 SoC DDRC PMU driverXu Yang3-0/+720
2023-06-09perf/arm_cspmu: Decouple APMT dependencyRobin Murphy2-40/+19
2023-06-09perf/arm_cspmu: Clean up ACPI dependencyRobin Murphy2-4/+16
2023-06-09perf/arm_cspmu: Fix event attribute typeRobin Murphy1-4/+4
2023-06-09perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedIlkka Koskinen1-1/+2
2023-06-09drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He1-1/+1
2023-06-05drivers/perf: apple_m1: Force 63bit counters for M2 CPUsMarc Zyngier2-6/+26
2023-06-05perf/arm-cmn: Fix DTC resetRobin Murphy1-3/+4
2023-06-05perf: qcom_l2_pmu: Make l2_cache_pmu_probe_cluster() more robustChristophe JAILLET1-1/+1
2023-06-05perf/arm-cci: Slightly optimize cci_pmu_sync_counters()Christophe JAILLET1-2/+2
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe1-3/+18
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-66/+1517
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-04-14perf/arm-cmn: Fix port detection for CMN-700Robin Murphy1-27/+30
2023-04-11arm64: pmuv3: dynamically map PERF_COUNT_HW_BRANCH_INSTRUCTIONSStephane Eranian1-4/+23
2023-04-06perf/arm-cmn: Validate cycles events fullyRobin Murphy1-1/+1
2023-03-27perf/amlogic: adjust register offsetsMarc Gonzalez1-17/+17
2023-03-27drivers/perf: apple_m1: Add Apple M2 supportJanne Grunau1-0/+14
2023-03-27perf: arm_cspmu: Fix variable dereference warningBesar Wicaksono1-2/+4
2023-03-27perf/amlogic: Fix config1/config2 parsing issueJiucheng Xu1-2/+6
2023-03-27drivers/perf: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-27kbuild, drivers/perf: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-27perf: qcom: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-27perf: arm: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-27perf/arm-cmn: Move overlapping wp_combine fieldIlkka Koskinen1-1/+1
2023-03-27ARM: perf: Allow the use of the PMUv3 driver on 32bit ARMMarc Zyngier2-4/+6
2023-03-27perf: pmuv3: Change GENMASK to GENMASK_ULLZaid Al-Bassam1-2/+2
2023-03-27perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam1-1/+0
2023-03-27perf: pmuv3: Abstract PMU version checksZaid Al-Bassam1-4/+3
2023-03-27arm64: perf: Abstract system register accesses awayMarc Zyngier1-92/+23
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier3-0/+1480
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+2
2023-03-01drivers/perf: RISC-V: Allow programming custom firmware eventsMayuresh Chitale1-5/+2
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+57