summaryrefslogtreecommitdiffstats
path: root/drivers/perf
AgeCommit message (Expand)AuthorLines
2022-05-11perf/arm-cmn: Fix filter_sel lookupRobin Murphy-1/+1
2022-05-10perf/marvell_cn10k: Fix tad_pmu_event_init() to check pmu type firstTanmay Jagdale-3/+3
2022-05-06drivers/perf: hisi: Add Support for CPA PMUQi Liu-1/+410
2022-05-06drivers/perf: hisi: Associate PMUs in SICL with CPUs onlineQi Liu-11/+12
2022-05-06drivers/perf: arm_spe: Expose saturating counter to 16-bitShaokun Zhang-0/+3
2022-05-06perf/arm-cmn: Add CMN-700 supportRobin Murphy-16/+220
2022-05-06perf/arm-cmn: Refactor occupancy filter selectorRobin Murphy-72/+98
2022-05-06perf/arm-cmn: Add CMN-650 supportRobin Murphy-46/+176
2022-05-06perf: check return value of armpmu_request_irq()Ren Yu-1/+3
2022-05-06perf: RISC-V: Remove non-kernel-doc ** commentsPalmer Dabbelt-4/+4
2022-04-13arm_pmu: Validate single/group leader eventsRob Herring-6/+4
2022-04-08perf/imx_ddr: Fix undefined behavior due to shift overflowing the constantBorislav Petkov-1/+1
2022-04-04perf: MARVELL_CN10K_DDR_PMU should depend on ARCH_THUNDERGeert Uytterhoeven-1/+1
2022-04-04perf: qcom_l2_pmu: fix an incorrect NULL check on list iteratorXiaomeng Tong-3/+3
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1289
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+3
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra-5/+217
2022-03-21RISC-V: Add perf platform driver based on SBI PMU extensionAtish Patra-0/+591
2022-03-21RISC-V: Add a simple platform driver for RISC-V legacy perfAtish Patra-0/+153
2022-03-21RISC-V: Add a perf core library for pmu driversAtish Patra-0/+333
2022-03-09perf/marvell: Fix !CONFIG_OF build for CN10K DDR PMU driverWill Deacon-1/+1
2022-03-08Merge branch 'for-next/perf-m1' into for-next/perfWill Deacon-0/+594
2022-03-08drivers/perf: Add Apple icestorm/firestorm CPU PMU driverMarc Zyngier-0/+592
2022-03-08drivers/perf: arm_pmu: Handle 47 bit countersMarc Zyngier-0/+2
2022-03-08perf/marvell: cn10k DDR perf event core ownershipBharat Bhushan-2/+55
2022-03-08perf/marvell: cn10k DDR perfmon event overflow handlingBharat Bhushan-0/+111
2022-03-08perf/marvell: CN10k DDR performance monitor supportBharat Bhushan-0/+602
2022-03-08perf/arm-cmn: Update watchpoint formatRobin Murphy-6/+12
2022-03-08perf/arm-cmn: Hide XP PUB events for CMN-600Robin Murphy-0/+3
2022-02-15perf/smmuv3: Don't cast parameter in bit operationsAndy Shevchenko-1/+3
2022-02-15perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov-5/+5
2022-02-08perf: Replace acpi_bus_get_device()Rafael J. Wysocki-8/+4
2022-02-08perf/marvell_cn10k: Fix unused variable warning when W=1 and CONFIG_OF=nWill Deacon-0/+2
2022-02-08perf/arm-cmn: Make arm_cmn_debugfs staticRobin Murphy-1/+1
2022-02-08perf: MARVELL_CN10K_TAD_PMU should depend on ARCH_THUNDERGeert Uytterhoeven-1/+1
2022-02-08perf/arm-ccn: Use platform_get_irq() to get the interruptLad Prabhakar-6/+4
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+1
2022-01-04drivers: perf: marvell_cn10k: fix an IS_ERR() vs NULL checkDan Carpenter-1/+1
2022-01-04perf/smmuv3: Fix unused variable warning when CONFIG_OF=nWill Deacon-0/+2
2021-12-16perf/smmuv3: Use msi_get_virq()Thomas Gleixner-4/+1
2021-12-14Merge branch 'for-next/perf-smmu' into for-next/perfWill Deacon-2/+64
2021-12-14Merge branch 'for-next/perf-hisi' into for-next/perfWill Deacon-0/+959
2021-12-14Merge branch 'for-next/perf-cn10k' into for-next/perfWill Deacon-0/+437
2021-12-14drivers/perf: hisi: Add driver for HiSilicon PCIe PMUQi Liu-0/+959
2021-12-14drivers: perf: Add LLC-TAD perf counter supportBhaskara Budiredla-0/+437
2021-12-14perf/smmuv3: Synthesize IIDR from CoreSight ID registersRobin Murphy-1/+54
2021-12-14perf/smmuv3: Add devicetree supportJean-Philippe Brucker-1/+10
2021-12-14perf/arm-cmn: Add debugfs topology infoRobin Murphy-3/+148
2021-12-14perf/arm-cmn: Add CI-700 SupportRobin Murphy-4/+53
2021-12-14perf/arm-cmn: Support new IP featuresRobin Murphy-47/+171