summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2023-09-13perf/imx_ddr: don't enable counter0 if none of 4 counters are usedXu Yang1-15/+9
2023-07-23perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()Eric Lin1-3/+0
2023-07-19drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He1-1/+1
2023-07-19perf/arm-cmn: Fix DTC resetRobin Murphy1-3/+4
2023-05-11perf/arm-cmn: Fix port detection for CMN-700Robin Murphy1-27/+30
2023-05-11perf/arm-cmn: Move overlapping wp_combine fieldIlkka Koskinen1-1/+1
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-02-01Partially revert "perf/arm-cmn: Optimise DTC counter accesses"Robin Murphy1-1/+6
2022-12-31drivers/perf: hisi: Fix some event id for hisi-pcie-pmuYicong Yang1-4/+4
2022-12-31perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()Shang XiaoJing1-1/+7
2022-12-31perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()Shang XiaoJing1-1/+7
2022-12-31drivers: perf: marvell_cn10k: Fix hotplug callback leak in tad_pmu_init()Yuan Can1-1/+5
2022-12-31perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()Yuan Can1-1/+5
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+3
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+5
2022-10-13RISC-V: Re-enable counter access from userspacePalmer Dabbelt1-2/+5
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-13/+22
2022-10-07drivers/perf: ALIBABA_UNCORE_DRW_PMU should depend on ACPIGeert Uytterhoeven1-1/+1
2022-10-07drivers/perf: fix return value check in ali_drw_pmu_probe()Sun Ke1-2/+2
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-4/+822
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-8/+9
2022-10-03Merge branch 'acpi-uid'Rafael J. Wysocki1-5/+5
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki2-3/+4
2022-09-30Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas1-3/+3
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra3-3/+3
2022-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-09-22perf: arm64: Add SVE vector granule register to user regsJames Clark1-1/+1
2022-09-22perf/arm-cmn: Add more bits to child node address offset fieldIlkka Koskinen1-1/+1
2022-09-22drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoCShuai Xue3-0/+818
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor1-3/+3
2022-09-19perf: qcom_l2_pmu: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-5/+5
2022-09-09Merge tag 'riscv-for-linus-6.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-09-08perf: RISC-V: fix access beyond allocated arraySergey Matyukevich1-1/+1
2022-09-08perf: RISC-V: throttle perf eventsSergey Matyukevich1-0/+4
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich2-13/+18
2022-09-07arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual1-1/+3
2022-09-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-09-01perf/arm_pmu_platform: fix tests for platform_get_irq() failureYu Zhe1-1/+1
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki2-3/+4
2022-08-19perf: riscv legacy: fix kerneldoc comment warningConor Dooley1-1/+1
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2-15/+16
2022-08-12RISC-V: Move counter info definition to sbi header fileAtish Patra1-14/+0
2022-08-12RISC-V: Fix SBI PMU calls for RV32Atish Patra1-0/+10
2022-08-12RISC-V: Update user page mapping only once during startAtish Patra2-1/+1
2022-08-12RISC-V: Fix counter restart during overflow for RV32Atish Patra1-0/+5
2022-07-19drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CXAnshuman Khandual1-2/+20
2022-07-19perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node()Liang He1-1/+4
2022-07-06drivers/perf: hisi: add driver for HNS3 PMUGuangbin Huang3-0/+1682
2022-07-06drivers/perf: riscv_pmu_sbi: perf formatNikita Shubin1-0/+20