From: Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com>
To: x86@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
rafael.j.wysocki@intel.com, peterz@infradead.org,
dave.hansen@linux.intel.com, gautham.shenoy@amd.com,
tglx@linutronix.de, len.brown@intel.com,
artem.bityutskiy@linux.intel.com, patryk.wlazlyn@linux.intel.com
Subject: [PATCH v5 0/3] SRF: Fix offline CPU preventing pc6 entry
Date: Tue, 26 Nov 2024 21:15:36 +0100 [thread overview]
Message-ID: <20241126201539.477448-1-patryk.wlazlyn@linux.intel.com> (raw)
Thanks for the feedback so far, sending next version of the patchset.
Lots of simplifications and a little bit of rewording this time.
Rafael, I know you suggested to move the commit message from the
1/3 patch to the 3/3, but I feel like the change for SRF really is in
the 1/3. If you in insist, I'll do that in the v6, but I think It
serves it's purpose better like that, to justify getting rid of the old
algorithm.
Changes since v4:
* Rebased on top of Linus' tree, picking up Rafael's acpi idle patches.
* Remove mwait_play_dead() code entirely from the native_play_dead()
and delegate to idle driver right away, instead.
* ACPI: Don't filter FFH based cstates on AMD, rely on the BIOS to
report them just like the AMD prefers (IOPORT based).
* Apply Peter's suggestion to intel idle to define a default enter_dead
handler for all platforms in intel idle and allow for overwriting
that in case It is needed.
Patryk Wlazlyn (3):
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
arch/x86/include/asm/smp.h | 3 +++
arch/x86/kernel/acpi/cstate.c | 9 +++++++
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, 40 insertions(+), 43 deletions(-)
--
2.47.1
next reply other threads:[~2024-11-26 20:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-26 20:15 Patryk Wlazlyn [this message]
2024-11-26 20:15 ` [PATCH v5 1/3] x86/smp: Allow calling mwait_play_dead with an arbitrary hint Patryk Wlazlyn
2024-11-27 5:54 ` Gautham R. Shenoy
2024-11-27 8:32 ` Patryk Wlazlyn
2024-11-27 10:53 ` Rafael J. Wysocki
2024-11-26 20:15 ` [PATCH v5 2/3] ACPI: processor_idle: Add FFH state handling Patryk Wlazlyn
2024-11-26 20:15 ` [PATCH v5 3/3] intel_idle: Provide the default enter_dead() handler Patryk Wlazlyn
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=20241126201539.477448-1-patryk.wlazlyn@linux.intel.com \
--to=patryk.wlazlyn@linux.intel.com \
--cc=artem.bityutskiy@linux.intel.com \
--cc=dave.hansen@linux.intel.com \
--cc=gautham.shenoy@amd.com \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=rafael.j.wysocki@intel.com \
--cc=tglx@linutronix.de \
--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®