惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
博客园_首页
雷峰网
雷峰网
V
V2EX
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
T
Tailwind CSS Blog
小众软件
小众软件
博客园 - 叶小钗
美团技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
MyScale Blog
MyScale Blog
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Phoronix

Linux 7.1-rc6 Released Following Another "Larger-Than-I'd-Wish-For Size" Week KDE Linux Prunes Its Insecure & Unused Software Linux 7.1-rc6 To Support The ASUS ROG RAIKIRI II & Nova 2 Lite Controllers Linux Might Finally Disable The Microsoft RNDIS Protocol Drivers In 2026 Wine-Staging 11.10 Fixes 14 Year Old Bug, Also Fixes Issue Of Some Games Being Too Dark Servo 0.2 Released With Revamped Android Browser UI Zrythm 2.0 Alpha Released For Rewriting The Digital Audio Workstation In C++ & Qt/QML Linux 7.1-rc6 To Hide The Documentation On "clearcpuid" Feature AV2 v1.0 Specification Released For Next-Gen Video Coding Various USB Quirks Merged Ahead Of Linux 7.1-rc6 Rust Coreutils 0.9 Released With Additional Security Hardening, Zero-Copy I/O NixOS 26.05 Released With 20,442 New Packages, Stage 1 Now Based On systemd By Default AMD Submits More Graphics Driver Changes For Linux 7.2 AMD Expands The Range Of Zen 6 CPUs Detected By The Linux Kernel G7 Agrees On Shared Language Around Open-Source AI, Open Weights AI GNOME Circle Takes Stand Against AI Slop, Resources App Makes It Into GNOME Incubator Plasma 6.6, 6.7 & 6.8 See Plenty Of Bug Fixing This Week Genode OS 26.05 Released, Finishes Moving From GitHub To Codeberg SteamOS 3.8.6 Beta Released With Initial Native Support For AMD HDMI VRR Ubuntu 26.10 Snapshot 1 Released For Testing Wine 11.10 Released With VKD3D 2.0, Improved VBScript Compatibility Fwupd 2.1.4 Brings Many Fixes For Bugs Spotted By Anthrophic's Mythos, Firmware Update Support For Intel Arc Pro B65/B70 AMD ROCm 7.2.4 Released With Performance & Stability Fixes CachyOS Delivers Lead Over Arch Linux, Pop!_OS & Ubuntu On System76 Thelio Major Linux Networking Still Seeing "Significantly Bigger" Pull Requests Due To AI Btrfs Change Coming For Linux 7.2 Yields Very Healthy Performance Gain Intel To Support DRM Background Color Property With Linux 7.2 Fedora 45 Considering Use Of PURL Metadata For Uniquely Identifying Software Packages Linux 7.2 To Bring Graphics Driver Fix For Old Integrated Graphics On Intel Sandy Bridge Radeon Software For Linux 26.12 Brings Ubuntu 26.04 Support
Linux 7.1 Merges AMD Dynamic EPP Fixes, Intel Bartlett La...
Written by Michael Larabel in Linux Kernel on 22 May 2026 at 02: · 2026-05-23 · via Phoronix

LINUX KERNEL

Merged today for Linux 7.1 was this week's power management fixes with a few notable fixes for both AMD and Intel platforms.

Last week I reported on AMD's Dynamic EPP feature for the P-State driver causing some issues for that functionality introduced during the Linux 7.1 merge window. Dynamic Energy Performance Preference (EPP) allows changing the performance profile depending upon whether the Ryzen laptop is running on AC or DC power. EPP values are dynamically adjusted based on the power state and adjust based on plug-in/out events as well as other contributing factors like the ACPI Platform Profile. The kernel is autonomously in control of setting the EPP mode and manual writes to the EPP interface for the AMD P-State driver are blocked.

Due to early bugs from the code, with today's merge Dynamic EPP is no longer offered as a Kconfig build-time option to enable but must be set via the amd_pstate=dynamic_epp=1 module parameter at boot time. Plus there are some bug fixes to this Dynamic EPP code. Hopefully soon the AMD P-State Dynamic EPP functionality will be good enough to enable by default.

Intel Bartlett Lake Core Series 2

On the Intel side, there are fixes to the Intel P-State driver due to it erroneously reporting a 7GHz frequency on new Bartlett Lake P-core only processors. While initially queued as a fix for Linux 7.2, the Intel P-State scaling fix was brought in as a fix for the current Linux 7.1 cycle.

In addition to that Bartlett Lake hybrid scaling factor fix, there is also a fix for the Intel P-State driver to use the correct scaling factor on Raptor Lake E CPUs too.

More details on this week's power management fixes via this pull request that was already merged to mainline.