From: Rafael J. Wysocki Date: Fri, 13 Jun 2025 19:28:07 +0000 (+0200) Subject: Merge branch 'pm-cpuidle' X-Git-Tag: v6.16-rc2~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd3581853c5f190c3a7bd1de78f5ecb2905a77a7;p=thirdparty%2Flinux.git Merge branch 'pm-cpuidle' Merge cpuidle updates for 6.16-rc2: - Update data types of variables passed as arguments to mwait_idle_with_hints() to match the function definition after recent changes (Uros Bizjak). - Eliminate mwait_play_dead_cpuid_hint() again after reverting its elimination during the merge window due to a problem with handling "dead" SMT siblings, but this time prevent leaving them in C1 after initialization by taking them online and back offline when a proper cpuidle driver for the platform has been registered (Rafael Wysocki). * pm-cpuidle: intel_idle: Update arguments of mwait_idle_with_hints() Reapply "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" ACPI: processor: Rescan "dead" SMT siblings during initialization intel_idle: Rescan "dead" SMT siblings during initialization x86/smp: PM/hibernate: Split arch_resume_nosmt() intel_idle: Use subsys_initcall_sync() for initialization --- dd3581853c5f190c3a7bd1de78f5ecb2905a77a7