linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] CPPC/amd-pstate: Fixes to limit actions to online CPUs
@ 2025-11-07  7:41 Gautham R. Shenoy
  2025-11-07  7:41 ` [PATCH v2 1/5] ACPI: CPPC: Detect preferred core availability on " Gautham R. Shenoy
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Gautham R. Shenoy @ 2025-11-07  7:41 UTC (permalink / raw)
  To: Rafael J . Wysocki, Len Brown, Mario Limonciello, Yunhui Cui,
	Jeremy Linton, Viresh Kumar, Ionela Voinescu
  Cc: linux-acpi, linux-kernel, Christopher Harris, linux-pm,
	Gautham R. Shenoy

Hello,

This is the v2 of the patchset to restrict certain actions to only
online CPUs instead of present CPUs.

The v1 of this patchset can be found here:
https://lore.kernel.org/lkml/20251105143851.4251-1-gautham.shenoy@amd.com/

Changes between v1 --> v2:

 * Picked up the Reviewed-by tags from Mario for the first four
   patches
 
 * Picked up the Tested-by tags from Chris for the first two patches
 
 * Added a fifth patch to fix calling of cppc_set_auto_sel() for only
   online CPUs in the amd-pstate driver code (Mario)


Gautham R. Shenoy (5):
  ACPI: CPPC: Detect preferred core availability on online CPUs
  ACPI: CPPC: Check _CPC validity for only the online CPUs
  ACPI: CPPC: Perform fast check switch only for online CPUs
  ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs
  cpufreq/amd-pstate: Call cppc_set_auto_sel() only for online CPUs

 arch/x86/kernel/acpi/cppc.c  | 2 +-
 drivers/acpi/cppc_acpi.c     | 6 +++---
 drivers/cpufreq/amd-pstate.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-11-09  4:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07  7:41 [PATCH v2 0/5] CPPC/amd-pstate: Fixes to limit actions to online CPUs Gautham R. Shenoy
2025-11-07  7:41 ` [PATCH v2 1/5] ACPI: CPPC: Detect preferred core availability on " Gautham R. Shenoy
2025-11-07  7:41 ` [PATCH v2 2/5] ACPI: CPPC: Check _CPC validity for only the " Gautham R. Shenoy
2025-11-07  7:41 ` [PATCH v2 3/5] ACPI: CPPC: Perform fast check switch only for " Gautham R. Shenoy
2025-11-07  7:41 ` [PATCH v2 4/5] ACPI: CPPC: Limit perf ctrs in PCC check only to " Gautham R. Shenoy
2025-11-07  7:41 ` [PATCH v2 5/5] cpufreq/amd-pstate: Call cppc_set_auto_sel() only for " Gautham R. Shenoy
2025-11-07 17:41 ` [PATCH v2 0/5] CPPC/amd-pstate: Fixes to limit actions to " Rafael J. Wysocki
2025-11-09  4:04   ` Chris Harris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).