From: "tip-bot2 for Mario Limonciello" <tip-bot2@linutronix.de>
To: linux-tip-commits@vger.kernel.org
Cc: Mario Limonciello <mario.limonciello@amd.com>,
"Borislav Petkov (AMD)" <bp@alien8.de>,
ilpo.jarvinen@linux.intel.com, x86@kernel.org,
linux-kernel@vger.kernel.org
Subject: [tip: x86/platform] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
Date: Tue, 08 Jul 2025 10:04:01 -0000 [thread overview]
Message-ID: <175196904158.406.15619124451523430788.tip-bot2@tip-bot2> (raw)
In-Reply-To: <20250609200518.3616080-3-superm1@kernel.org>
The following commit has been merged into the x86/platform branch of tip:
Commit-ID: 31b294e522a1ecf83298aa78ecdd7b57578b5b65
Gitweb: https://git.kernel.org/tip/31b294e522a1ecf83298aa78ecdd7b57578b5b65
Author: Mario Limonciello <mario.limonciello@amd.com>
AuthorDate: Mon, 09 Jun 2025 15:05:07 -05:00
Committer: Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Mon, 07 Jul 2025 19:23:22 +02:00
MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
Introduce the `amd_hfi` driver into the MAINTAINERS file.
The driver will support AMD Heterogeneous Core design which provides
hardware feedback to the OS scheduler.
Moving forward, Mario will be responsible for the maintenance
and Perry will assist on review of patches related to this driver.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/20250609200518.3616080-3-superm1@kernel.org
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index fad6cb0..17ba4ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1112,6 +1112,15 @@ F: arch/x86/include/asm/amd/hsmp.h
F: arch/x86/include/uapi/asm/amd_hsmp.h
F: drivers/platform/x86/amd/hsmp/
+AMD HETERO CORE HARDWARE FEEDBACK DRIVER
+M: Mario Limonciello <mario.limonciello@amd.com>
+R: Perry Yuan <perry.yuan@amd.com>
+L: platform-driver-x86@vger.kernel.org
+S: Supported
+B: https://gitlab.freedesktop.org/drm/amd/-/issues
+F: Documentation/arch/x86/amd-hfi.rst
+F: drivers/platform/x86/amd/hfi/
+
AMD IOMMU (AMD-VI)
M: Joerg Roedel <joro@8bytes.org>
R: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
next prev parent reply other threads:[~2025-07-08 10:04 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-09 20:05 [PATCH v11 00/13] Add support for AMD hardware feedback interface Mario Limonciello
2025-06-09 20:05 ` [PATCH v11 01/13] Documentation: x86: Add AMD Hardware Feedback Interface documentation Mario Limonciello
2025-07-08 10:04 ` [tip: x86/platform] Documentation/x86: " tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 02/13] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver Mario Limonciello
2025-07-08 10:04 ` tip-bot2 for Mario Limonciello [this message]
2025-06-09 20:05 ` [PATCH v11 03/13] x86/msr-index: define AMD heterogeneous CPU related MSR Mario Limonciello
2025-07-08 10:04 ` [tip: x86/platform] x86/msr-index: Add AMD workload classification MSRs tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 04/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] " tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 05/13] platform/x86: hfi: parse CPU core ranking data from shared memory Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] platform/x86: hfi: Parse " tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 06/13] platform/x86: hfi: init per-cpu scores for each class Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] platform/x86: hfi: Init " tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 07/13] platform/x86: hfi: add online and offline callback support Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] platform/x86: hfi: Add " tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 08/13] platform/x86: hfi: add power management callback Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] platform/x86: hfi: Add " tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 09/13] x86/process: Clear hardware feedback history for AMD processors Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] " tip-bot2 for Perry Yuan
2025-06-09 20:05 ` [PATCH v11 10/13] cpufreq/amd-pstate: Disable preferred cores on designs with workload classification Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] " tip-bot2 for Mario Limonciello
2025-06-09 20:05 ` [PATCH v11 11/13] platform/x86/amd: hfi: Set ITMT priority from ranking data Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] " tip-bot2 for Mario Limonciello
2025-06-09 20:05 ` [PATCH v11 12/13] platform/x86/amd: hfi: Add debugfs support Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] " tip-bot2 for Mario Limonciello
2025-06-09 20:05 ` [PATCH v11 13/13] x86/itmt: Add debugfs file to show core priorities Mario Limonciello
2025-07-08 10:03 ` [tip: x86/platform] " tip-bot2 for Mario Limonciello
2025-06-23 21:53 ` [PATCH v11 00/13] Add support for AMD hardware feedback interface Mario Limonciello
2025-06-30 10:30 ` Ilpo Järvinen
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=175196904158.406.15619124451523430788.tip-bot2@tip-bot2 \
--to=tip-bot2@linutronix.de \
--cc=bp@alien8.de \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®