[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241127161518.432616-1-patryk.wlazlyn@linux.intel.com>
Date: Wed, 27 Nov 2024 17:15:14 +0100
From: Patryk Wlazlyn <patryk.wlazlyn@...ux.intel.com>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org,
rafael.j.wysocki@...el.com,
peterz@...radead.org,
dave.hansen@...ux.intel.com,
gautham.shenoy@....com,
tglx@...utronix.de,
len.brown@...el.com,
artem.bityutskiy@...ux.intel.com,
patryk.wlazlyn@...ux.intel.com
Subject: [PATCH v6 0/4] SRF: Fix offline CPU preventing pc6 entry
Changes since v5:
* Split 1/3 from v5 into two commits, as suggestem by Gautham.
1/4 splits wait_play_dead into mwait_play_dead_with_hint.
2/4 and 3/4 uses the new mwait_play_dead_with_hint
4/4 removes mwait_play_dead and calls cpuidle_play_dead right away
* Reword 1-3/4 changelog slightly.
* Move changelog from v5 1/3 into v6 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 | 4 ++-
arch/x86/kernel/acpi/cstate.c | 9 +++++++
arch/x86/kernel/smpboot.c | 50 ++++-------------------------------
drivers/acpi/processor_idle.c | 2 ++
drivers/idle/intel_idle.c | 18 +++++++++++--
include/acpi/processor.h | 5 ++++
6 files changed, 40 insertions(+), 48 deletions(-)
--
2.47.1
Powered by blists - more mailing lists