]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'for-next/perf' into for-next/core
authorWill Deacon <will@kernel.org>
Wed, 2 Jun 2021 18:10:28 +0000 (19:10 +0100)
committerWill Deacon <will@kernel.org>
Wed, 2 Jun 2021 18:10:28 +0000 (19:10 +0100)
commitfc6c99597bd3fcfdddebb7d41d65d7c16feb3d0b
treeae2336d49bf9a11be497d69ee8a7e272ae0585d4
parent1dbdd7f3b65192fe7706e9ebfa19d3c413515a5c
parent0d0f144a8f5f9815a180d16ef7d08b6269016897
Merge branch 'for-next/perf' into for-next/core

* for-next/perf: (22 commits)
  perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flag
  arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flag
  perf: arm_spe: use DEVICE_ATTR_RO macro
  perf: xgene_pmu: use DEVICE_ATTR_RO macro
  perf: qcom: use DEVICE_ATTR_RO macro
  perf: arm_pmu: use DEVICE_ATTR_RO macro
  drivers/perf: hisi: use the correct HiSilicon copyright
  arm64: perf: Convert snprintf to sysfs_emit
  arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode
  drivers/perf: arm-cci: Fix checkpatch spacing error
  drivers/perf: arm-cmn: Add space after ','
  drivers/perf: arm_pmu: Fix some coding style issues
  drivers/perf: arm_spe_pmu: Fix some coding style issues
  drivers/perf: Remove redundant dev_err call in tx2_uncore_pmu_init_dev()
  perf/hisi: Use irq_set_affinity()
  perf/imx_ddr: Use irq_set_affinity()
  perf/arm-smmuv3: Use irq_set_affinity()
  perf/arm-dsu: Use irq_set_affinity()
  perf/arm-dmc620: Use irq_set_affinity()
  perf/arm-cmn: Use irq_set_affinity()
  ...