[PATCH for-4.22 v2 0/8] x86/mwait-idle: sync up with Linux 7.0-rc

Jan Beulich posted 8 patches 2 weeks, 3 days ago
Failed in applying to current master (apply log)
[PATCH for-4.22 v2 0/8] x86/mwait-idle: sync up with Linux 7.0-rc
Posted by Jan Beulich 2 weeks, 3 days ago
Includes a few custom changes, too.

1: arrange for BSP MSR adjustments during S3 resume
2: clean up BYT/CHT auto demotion disable
3: latch struct idle_cpu contents
4: move pre-initialized struct idle_cpu instances
5: Remove the 'preferred_cstates' parameter
6: drop const from struct cpuidle_state arrays
7: Add cmdline option to adjust C-states table
8: Add C-states validation

Jan
Re: [PATCH for-4.22 v2 0/8] x86/mwait-idle: sync up with Linux 7.0-rc
Posted by Jan Beulich 2 weeks, 3 days ago
On 12.05.2026 17:34, Jan Beulich wrote:
> Includes a few custom changes, too.
> 
> 1: arrange for BSP MSR adjustments during S3 resume
> 2: clean up BYT/CHT auto demotion disable
> 3: latch struct idle_cpu contents
> 4: move pre-initialized struct idle_cpu instances
> 5: Remove the 'preferred_cstates' parameter
> 6: drop const from struct cpuidle_state arrays
> 7: Add cmdline option to adjust C-states table
> 8: Add C-states validation

I probably should have Cc-ed you on the v2 submission.

Jan