public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/4] SRF: Fix offline CPU preventing pc6 entry
@ 2024-12-04 14:08 Patryk Wlazlyn
  2024-12-04 14:08 ` [PATCH v8 1/4] x86/smp: Allow calling mwait_play_dead with an arbitrary hint Patryk Wlazlyn
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Patryk Wlazlyn @ 2024-12-04 14:08 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, linux-pm, rafael.j.wysocki, peterz, dave.hansen,
	gautham.shenoy, tglx, len.brown, artem.bityutskiy, patryk.wlazlyn

Changes since v7:
  * Doing the s/mwait_play_dead/mwait_play_dead_cpuid_hint/
          and s/mwait_play_dead_with_hint/mwait_play_dead/

    as suggested by Gautham. It was a left-over from previous patches.
    The function(s) got renamed in the patches and I forgot to update
    the changelog accordingly for patch 4/4.

Patryk Wlazlyn (4):
  x86/smp: Allow calling mwait_play_dead with an arbitrary hint
  ACPI: processor_idle: Add FFH state handling
  intel_idle: Provide the default enter_dead() handler
  x86/smp native_play_dead: Prefer cpuidle_play_dead() over
    mwait_play_dead()

 arch/x86/include/asm/smp.h    |  3 +++
 arch/x86/kernel/acpi/cstate.c | 10 ++++++++
 arch/x86/kernel/smpboot.c     | 46 ++++-------------------------------
 drivers/acpi/processor_idle.c |  2 ++
 drivers/idle/intel_idle.c     | 18 ++++++++++++--
 include/acpi/processor.h      |  5 ++++
 6 files changed, 41 insertions(+), 43 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2024-12-17 12:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-04 14:08 [PATCH v8 0/4] SRF: Fix offline CPU preventing pc6 entry Patryk Wlazlyn
2024-12-04 14:08 ` [PATCH v8 1/4] x86/smp: Allow calling mwait_play_dead with an arbitrary hint Patryk Wlazlyn
2024-12-04 14:08 ` [PATCH v8 2/4] ACPI: processor_idle: Add FFH state handling Patryk Wlazlyn
2024-12-04 14:08 ` [PATCH v8 3/4] intel_idle: Provide the default enter_dead() handler Patryk Wlazlyn
2024-12-10 20:26   ` Rafael J. Wysocki
2024-12-17 12:42     ` Patryk Wlazlyn
2024-12-16  1:31   ` kernel test robot
2024-12-04 14:08 ` [PATCH v8 4/4] x86/smp native_play_dead: Prefer cpuidle_play_dead() over mwait_play_dead() Patryk Wlazlyn
2024-12-10 20:50   ` Rafael J. Wysocki
2024-12-04 15:05 ` [PATCH v8 0/4] SRF: Fix offline CPU preventing pc6 entry Dave Hansen
2024-12-04 15:35   ` Patryk Wlazlyn

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