Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH v1 0/2] x86/smp: Fix power regression introduced by commit 96040f7273e2
@ 2025-05-28 12:53 Rafael J. Wysocki
  2025-05-28 12:53 ` [PATCH v1 1/2] Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" Rafael J. Wysocki
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Rafael J. Wysocki @ 2025-05-28 12:53 UTC (permalink / raw)
  To: x86 Maintainers
  Cc: LKML, Linux PM, Len Brown, Peter Zijlstra, Thomas Gleixner,
	Borislav Petkov, Dave Hansen, Artem Bityutskiy, Gautham R. Shenoy,
	Ingo Molnar, Todd Brandt

Hi Everyone,

Commit 96040f7273e2 ("x86/smp: Eliminate mwait_play_dead_cpuid_hint()")
that shipped in 6.15 introduced a nasty power regression on systems that
start with "nosmt" in the kernel command line which prevents it from entering
deep package idle states (for instance, PC10) later on.  Idle power, including
power in suspend-to-idle, goes up significantly on those systems as a result.

Address this by reverting commit 96040f7273e2 (patch [1/2]) and using a
different approach, which is to retain mwait_play_dead_cpuid_hint() and
still prefer it to hlt_play_dead() in case it is needed when cpuidle is
not available, but prefer cpuidle_play_dead() to it by default (patch [2/2]).

Thanks!




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

end of thread, other threads:[~2025-05-30 17:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28 12:53 [PATCH v1 0/2] x86/smp: Fix power regression introduced by commit 96040f7273e2 Rafael J. Wysocki
2025-05-28 12:53 ` [PATCH v1 1/2] Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" Rafael J. Wysocki
2025-05-28 12:54 ` [PATCH v1 2/2] x86/smp: Prefer cpuidle_play_dead() to mwait_play_dead_cpuid_hint() Rafael J. Wysocki
2025-05-28 13:17 ` [PATCH v1 0/2] x86/smp: Fix power regression introduced by commit 96040f7273e2 Peter Zijlstra
2025-05-28 13:20   ` Rafael J. Wysocki
2025-05-28 13:38     ` Peter Zijlstra
2025-05-28 14:25       ` Rafael J. Wysocki
2025-05-28 16:05         ` Peter Zijlstra
2025-05-28 17:09           ` Rafael J. Wysocki
2025-05-29  8:53             ` Peter Zijlstra
2025-05-29  9:38               ` Rafael J. Wysocki
2025-05-30  8:07                 ` Peter Zijlstra
2025-05-30  9:18                   ` Rafael J. Wysocki
2025-05-30  9:27                     ` Rafael J. Wysocki
2025-05-30 16:59                     ` Rafael J. Wysocki
2025-05-30 17:55                       ` Rafael J. Wysocki
2025-05-29 13:40 ` [PATCH v2] Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" Rafael J. Wysocki
2025-05-29 14:25   ` Dave Hansen
2025-05-29 15:39     ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox