From: Mahesh Salgaonkar <mahesh@linux.ibm.com>
To: linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Subject: [PATCH v3 0/4] Base support for Power12
Date: Wed, 5 Aug 2026 16:39:20 +0530 [thread overview]
Message-ID: <20260805110924.3853410-1-mahesh@linux.ibm.com> (raw)
This series enables Power12 raw and architected mode with Performance
Monitoring support.
Changes in v3
- Rebase patch series on v7.2-rc6
- Remove extra tab in #define to maintain visual alignment.
- Remove unintentional whitespace change.
- See v2 at https://lore.kernel.org/linuxppc-dev/20260803155724.3272052-1-mahesh@linux.ibm.com/
Chnages in v2:
- Fix typo reported by Nikhil
- Define a named macro CAS_MAX_PVR_ENTRIES
- See v1 at https://lore.kernel.org/linuxppc-dev/20260729145405.3230272-1-mahesh@linux.ibm.com/
Athira Rajeev (1):
powerpc/perf: Add power12 Base Performance Monitoring support
Mahesh Salgaonkar (1):
powerpc/pseries: Limit PVR list to 16 entries for CAS negotiation
Nicholas Piggin (1):
powerpc: Add Power12 raw mode
Ritesh Harjani (IBM) (1):
powerpc: Add Power12 architected mode
arch/powerpc/include/asm/cpu_setup.h | 2 +
arch/powerpc/include/asm/cputable.h | 17 +-
arch/powerpc/include/asm/mmu.h | 1 +
arch/powerpc/include/asm/prom.h | 3 +-
arch/powerpc/include/asm/reg.h | 5 +-
arch/powerpc/include/asm/synch.h | 6 +-
arch/powerpc/include/uapi/asm/cputable.h | 2 +
arch/powerpc/kernel/cpu_setup_power.c | 43 ++
arch/powerpc/kernel/cpu_specs_book3s_64.h | 36 ++
arch/powerpc/kernel/dt_cpu_ftrs.c | 37 ++
arch/powerpc/kernel/prom_init.c | 46 ++-
arch/powerpc/kernel/setup-common.c | 1 +
arch/powerpc/kvm/book3s_hv.c | 9 +-
arch/powerpc/mm/book3s64/hash_native.c | 22 +-
arch/powerpc/mm/init_64.c | 4 +-
arch/powerpc/perf/Makefile | 2 +-
arch/powerpc/perf/core-book3s.c | 2 +
arch/powerpc/perf/internal.h | 1 +
arch/powerpc/perf/power12-events-list.h | 78 ++++
arch/powerpc/perf/power12-pmu.c | 466 ++++++++++++++++++++++
20 files changed, 760 insertions(+), 23 deletions(-)
create mode 100644 arch/powerpc/perf/power12-events-list.h
create mode 100644 arch/powerpc/perf/power12-pmu.c
--
2.55.0
next reply other threads:[~2026-08-05 11:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-05 11:09 Mahesh Salgaonkar [this message]
2026-08-05 11:09 ` [PATCH v3 1/4] powerpc/pseries: Limit PVR list to 16 entries for CAS negotiation Mahesh Salgaonkar
2026-08-05 12:03 ` Nikhil Kumar Singh
2026-08-05 14:09 ` Amit Machhiwal
2026-08-05 11:09 ` [PATCH v3 2/4] powerpc: Add Power12 raw mode Mahesh Salgaonkar
2026-08-05 11:09 ` [PATCH v3 3/4] powerpc: Add Power12 architected mode Mahesh Salgaonkar
2026-08-05 11:09 ` [PATCH v3 4/4] powerpc/perf: Add power12 Base Performance Monitoring support Mahesh Salgaonkar
2026-08-05 12:04 ` Nikhil Kumar Singh
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=20260805110924.3853410-1-mahesh@linux.ibm.com \
--to=mahesh@linux.ibm.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
/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.