Disable intel_idle driver to prevent CPU from entering idle states - #335
Merged
Merged
Conversation
toanju
force-pushed
the
disable-idle-state
branch
3 times, most recently
from
September 18, 2026 09:10
093a44f to
2c52832
Compare
mchristianl
previously approved these changes
Sep 18, 2026
fwiesel
previously approved these changes
Sep 18, 2026
toanju
force-pushed
the
disable-idle-state
branch
4 times, most recently
from
September 18, 2026 12:13
b6ea379 to
3bd6b08
Compare
Ensure that the CPU remains in an active state and does not enter low-power modes that could affect performance. This is only applied for Intel CPUs and only for the `_usi` feature. Details in https://docs.kernel.org/admin-guide/pm/intel_idle.html Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
toanju
force-pushed
the
disable-idle-state
branch
from
September 18, 2026 13:12
3bd6b08 to
98c47b3
Compare
fwiesel
approved these changes
Sep 18, 2026
fwiesel
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ensure that the CPU remains in an active state and does not enter
low-power modes that could affect performance.
This is only applied for Intel CPUs and only for the
_usifeature.Details in https://docs.kernel.org/admin-guide/pm/intel_idle.html
Signed-off-by: Tobias Jungel 1773291+toanju@users.noreply.github.com