All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] SRF: Fix offline CPU preventing pc6 entry
@ 2024-10-29 10:15 Patryk Wlazlyn
  2024-10-29 10:15 ` [PATCH v2 1/3] x86/smp: Move mwait hint computation out of mwait_play_dead Patryk Wlazlyn
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Patryk Wlazlyn @ 2024-10-29 10:15 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, linux-pm, rafael.j.wysocki, len.brown,
	artem.bityutskiy, dave.hansen, patryk.wlazlyn

Sending a tiny change in response to a suggestion I got off-list.

Changes since v1:
	* Remove explicit assignment to global, play_dead_mwait_hint as
	  suggested by Dave Hansen off-list, to prevent compiler from
	  moving it out of the .bss.

Patryk Wlazlyn (3):
  x86/smp: Move mwait hint computation out of mwait_play_dead
  x86/smp: Allow forcing the mwait hint for play dead loop
  intel_idle: Identify the deepest cstate for SRF

 arch/x86/include/asm/smp.h |  3 +++
 arch/x86/kernel/smpboot.c  | 54 ++++++++++++++++++++++++++------------
 drivers/idle/intel_idle.c  | 12 +++++++++
 3 files changed, 52 insertions(+), 17 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-06 14:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 10:15 [PATCH v2 0/3] SRF: Fix offline CPU preventing pc6 entry Patryk Wlazlyn
2024-10-29 10:15 ` [PATCH v2 1/3] x86/smp: Move mwait hint computation out of mwait_play_dead Patryk Wlazlyn
2024-10-29 10:15 ` [PATCH v2 2/3] x86/smp: Allow forcing the mwait hint for play dead loop Patryk Wlazlyn
2024-10-29 18:30   ` Dave Hansen
2024-10-30  9:58     ` Artem Bityutskiy
2024-10-30 19:32       ` Dave Hansen
2024-10-30 19:53         ` Rafael J. Wysocki
2024-10-30 20:11           ` Dave Hansen
2024-10-30 20:14             ` Rafael J. Wysocki
2024-11-06  8:14         ` Artem Bityutskiy
2024-11-06 14:46           ` Dave Hansen
2024-10-30 13:33     ` Patryk Wlazlyn
2024-10-30 22:55       ` Dave Hansen
2024-10-29 10:15 ` [PATCH v2 3/3] intel_idle: Identify the deepest cstate for SRF Patryk Wlazlyn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.