Linux kernel developers have queued up a batch of targeted power management changes for version 7.3. The updates focus on Intel and AMD hardware. They promise modest gains in efficiency and better control for modern CPUs.
Intel and AMD lead the charge on driver refinements.
Rafael Wysocki, the power management subsystem maintainer at Intel, submitted the pull request covering power management, ACPI, and thermal control code. Phoronix reported the details on August 17, 2026. Intel’s P-State driver receives several fixes. It now passes the maximum performance value correctly. Performance policy mode sees improved handling. Frequency calculations undergo cleanup. Even aging Broadwell processors gain better hardware P-state support.
The Intel Idle driver avoids deep idle states during initialization. This sidesteps device handling problems. Support arrives for the ACPI “_LPI” low power idle object. A handful of driver fixes round out the Intel contributions. These tweaks address real-world edge cases. They don’t rewrite the subsystem. Yet they tighten behavior where it counts.
On the AMD side the P-State driver adds dynamic Energy Performance Preference with per-CPU-core granularity. The change targets Zen 6 processors. It lets each core receive its own EPP setting. Previously such preferences applied more broadly. Now administrators and schedulers can tune idle cores for lower power while keeping active ones aggressive. The driver also sets the minimum limit frequency from the BIOS minimum performance value. Initialization bugs disappear. Stability improves.
But the story stretches beyond x86. Apple M1 systems pick up minor power savings during s2idle sleep states. Initial support lands for M3 Pro, Max, and Ultra variants. These chips boot to console only for now. Still, the groundwork sits in place for future refinement. Phoronix previewed these ARM-side changes days earlier on August 14, 2026.
Thermal control sees one of the more visible upgrades. Intel processors gain directed package-level thermal interrupts. Instead of broadcasting the interrupt to every core, the hardware directs it to a single CPU. That reduces unnecessary wake-ups across the package. Efficiency climbs. Interrupt storms drop. Server operators running dense racks stand to notice the difference first.
Older hardware isn’t forgotten. AMD Athlon XP era systems that support SSE but lack SSE2 receive a small optimization. The kernel now handles those cases with less overhead. Niche? Yes. But it shows the kernel’s long memory for compatibility.
Rust bindings in the power management code also advance. The ACPI pull request eliminates the acpi_driver struct. Dozens of fixes touch various ACPI areas. These cleanups prepare the code for future development. They reduce technical debt quietly.
Industry watchers see these patches as typical mid-cycle housekeeping. No single feature dominates headlines. Taken together they polish the foundation that laptop makers, cloud providers, and embedded developers rely on. Data center operators chasing lower power bills will test the per-core EPP changes closely. Client device teams will watch the Apple and Intel idle improvements.
Kernel 7.3 remains early in its cycle. The merge window has just opened. Additional tweaks could still arrive. Yet the power management pull request already signals clear priorities: finer control for AMD, fewer interruptions for Intel, and incremental progress on ARM laptops.
Hardware vendors ship new silicon faster than ever. The kernel must keep pace without adding complexity. These updates strike that balance. They fix bugs. They expose new hardware knobs. They shave wasted cycles. Nothing flashy. Everything practical.
Developers can pull the latest linux-next to experiment. Hardware enthusiasts with Zen 6 engineering samples or M3 MacBooks will find the most immediate value. Everyone else gains a slightly more efficient kernel under the hood. The improvements compound over time. One fewer interrupt here. One smarter frequency choice there. The battery lasts longer. The fans spin less. The electricity bill shrinks.
That’s the quiet work of kernel maintainers. Rafael Wysocki and the contributors behind these patches don’t chase viral benchmarks. They chase correctness and efficiency at scale. Linux 7.3 carries their latest results.
Discover more from Web and IT News
Subscribe to get the latest posts sent to your email.
