All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robin Murphy <robin.murphy@arm.com>
To: will@kernel.org
Cc: mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, jialong.yang@shingroup.cn
Subject: [PATCH v3 0/3] perf: Add Arm Network-on-Chip PMU driver
Date: Fri, 30 Aug 2024 18:19:32 +0100	[thread overview]
Message-ID: <cover.1725037424.git.robin.murphy@arm.com> (raw)

v2: https://lore.kernel.org/linux-arm-kernel/cover.1720625639.git.robin.murphy@arm.com/

Hi all,

Hopefully this is good for 6.12 now. I've not managed to double-check
the interaction with userspace PMU aggregation behaviour yet, but I
think that's something to look into separately as it's not specific to
this driver.

Thanks,
Robin.


Robin Murphy (3):
  dt-bindings/perf: Add Arm NI-700 PMU
  perf: Add driver for Arm NI-700 interconnect PMU
  MAINTAINERS: List Arm interconnect PMUs as supported

 Documentation/admin-guide/perf/arm-ni.rst     |  17 +
 Documentation/admin-guide/perf/index.rst      |   1 +
 .../devicetree/bindings/perf/arm,ni.yaml      |  30 +
 MAINTAINERS                                   |  11 +
 drivers/perf/Kconfig                          |   7 +
 drivers/perf/Makefile                         |   1 +
 drivers/perf/arm-ni.c                         | 778 ++++++++++++++++++
 7 files changed, 845 insertions(+)
 create mode 100644 Documentation/admin-guide/perf/arm-ni.rst
 create mode 100644 Documentation/devicetree/bindings/perf/arm,ni.yaml
 create mode 100644 drivers/perf/arm-ni.c

-- 
2.39.2.101.g768bb238c484.dirty



             reply	other threads:[~2024-08-30 17:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-30 17:19 Robin Murphy [this message]
2024-08-30 17:19 ` [PATCH v3 1/3] dt-bindings/perf: Add Arm NI-700 PMU Robin Murphy
2024-08-30 17:19 ` [PATCH v3 2/3] perf: Add driver for Arm NI-700 interconnect PMU Robin Murphy
2024-09-02 14:47   ` Will Deacon
2024-09-02 18:47     ` Robin Murphy
2024-09-04 12:24       ` Will Deacon
2024-09-04 17:15         ` Robin Murphy
2024-09-06 11:50           ` Will Deacon
2024-08-30 17:19 ` [PATCH v3 3/3] MAINTAINERS: List Arm interconnect PMUs as supported Robin Murphy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1725037424.git.robin.murphy@arm.com \
    --to=robin.murphy@arm.com \
    --cc=jialong.yang@shingroup.cn \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.