Linus Torvalds announced the general availability of Linux kernel 7.1 on Saturday, June 14, 2026, a milestone that closes a long-standing interoperability gap with Windows while also taking a broom to decades of obsolete code. The new release integrates a robust, in-kernel NTFS implementation that finally brings production-grade read and write support for Microsoft’s proprietary file system. At the same time, the kernel team has purged support for a raft of legacy hardware and architectures, reinforcing a promise to keep the codebase lean and maintainable.

The Linux 7.1 merge window concluded after two months of furious activity, with over 15,000 commits from nearly 2,000 developers. The result is a kernel that not only improves performance and hardware compatibility on modern systems but also deepens the ties between Linux and Windows ecosystems.

A Native NTFS Driver Comes of Age

For years, Linux users who needed to write to NTFS-formatted drives had to rely on the userspace NTFS-3G driver, which offered reliable but often sluggish performance. The kernel’s own read-only NTFS driver was functional but limited, leaving a gap that hindered seamless data sharing between Linux and Windows machines. That gap has now been closed. Linux 7.1 promotes the NTFS3 driver—originally submitted by Paragon Software and refined over multiple kernel cycles—to the default NTFS implementation.

NTFS3 supports full read and write operations, including compressed and sparse files, journaling, and even NTFS encryption. Early benchmarks indicate write speeds within 95% of native Windows performance, while read operations can even surpass Windows in some synthetic workloads. The driver is more tightly integrated with the kernel’s VFS layer, resulting in lower latency and better memory utilization than the old FUSE-based NTFS-3G. This is a boon for dual-boot setups, external hard drives, and any workflow that requires frequent file exchange between operating systems.

The development underscores a pragmatic shift in the Linux community. Rather than viewing NTFS as a legacy Microsoft technology, kernel maintainers now recognize it as a critical component for enterprise and consumer interoperability. With NTFS3, Linux servers acting as file servers in heterogeneous networks can now offer native-performance Samba shares backed by NTFS volumes, eliminating the performance penalties of fuse mounts.

Legacy Code Gets the Axe

While the new NTFS driver steals the spotlight, an equally significant—if less glamorous—change in Linux 7.1 is the removal of support for a wide array of legacy hardware. The kernel maintainers, led by Torvalds’ no-nonsense approach to bloat, have pruned thousands of lines of unmaintained code. Among the casualties are support for Intel’s 386 processor, the Itanium (IA-64) architecture, several ancient SCSI host adapters, and a handful of pre-USB floppy disk controllers. Even some long-deprecated networking protocols and in-kernel drivers for ISA plug-and-play devices have been shown the door.

This push is not merely cosmetic. Each line of legacy code represents a potential security vulnerability and a maintenance burden. Dropping support for hardware that hasn’t been manufactured in over two decades frees up developer resources to focus on modern features. Torvalds himself noted in the release announcement that “we reached a point where the cost of carrying these drivers outweighed any hypothetical user base.” The move has been met with broad approval, though it does leave a tiny fraction of enthusiasts and industrial embedded systems scrambling. For the vast majority of users, the purge is invisible—except for a slightly smaller kernel image and faster boot times.

Intel FRED and AMD Power Management

Linux 7.1 also marks the first release where Intel’s Flexible Return and Event Delivery (FRED) technology is enabled by default on supported processors. FRED revamps the CPU’s interrupt and exception delivery mechanism, replacing the decades-old interrupt descriptor table (IDT) with a more efficient model that reduces context-switch overhead and improves performance in virtualized environments. Early adopters with Intel Meteor Lake and Emerald Rapids CPUs can expect modest but measurable gains in both throughput and latency-sensitive applications.

AMD, not to be outdone, delivers significant updates to its amd-pstate power management driver. The new version introduces finer-grained frequency control for Ryzen 9000 and EPYC Turin processors, dynamically adjusting power states based on workload demand with greater precision. This translates to improved battery life on laptops and better performance-per-watt in data centers. Combined with scheduler improvements elsewhere in the kernel, AMD-based systems running Linux 7.1 should see smoother performance during bursty workloads.

Broader Graphics Enablement

Graphics support receives a major boost with the inclusion of initial drivers for Intel Arc Battlemage GPUs. While still considered experimental, the i915 kernel module now recognizes the new discrete cards and can drive display output with basic acceleration. Proper 3D support is expected to mature in subsequent point releases, but users testing cutting-edge hardware will find a functional baseline.

NVIDIA’s open-source kernel modules (the nouveau successor) have been updated to support the RTX 6000 Ada Generation and upcoming Blackwell-based professional GPUs. Meanwhile, AMD RDNA 4 support continues to solidify, with fixes for power management and HDMI audio passthrough. The combined effect is that Linux 7.1 offers the broadest out-of-the-box GPU compatibility of any kernel to date, even if proprietary driver blurbs are still recommended for peak gaming performance.

What It Means for Windows Enthusiasts

Why should Windows users care about a Linux kernel release? The new NTFS driver is the clearest answer. If you dual-boot, run Windows Subsystem for Linux 2, or even just use a USB drive formatted with NTFS to shuttle files between systems, the improved driver directly impacts your life. Writes from Linux will no longer be a gamble, and file corruption—a rare but real risk with the old fuse driver—becomes a thing of the past. Moreover, because NTFS3 is in-kernel, WSL2 distributions can mount NTFS drives with full performance, enabling seamless development workflows that mix Linux tools with Windows files.

Beyond the file system, the removal of legacy support indirectly benefits Windows users who also run Linux in virtual machines or on older hardware. A leaner kernel means snappier VM performance and lower memory footprint, which is particularly welcome on resource-constrained Windows devices. And the improved power management for AMD chips translates to better battery life on laptops that frequently bounce between Windows and Linux partitions.

The Road Ahead

Linux 7.1 is more than a feature drop; it’s a statement of intent. By embracing a production-quality NTFS driver, the kernel community acknowledges that the line between Linux and Windows is blurring in the enterprise, in the cloud, and on the desktop. By shedding weight, it reaffirms a commitment to long-term sustainability. Torvalds hinted that the 7.2 merge window may bring even more dramatic clean-ups, including the possible removal of support for the amdgpu’s legacy power-management path in favor of the standard ACPI interface.

For Windows enthusiasts, the takeaway is clear: the era of file system incompatibility is ending. Whether you’re a developer targeting Linux servers from a Windows workstation, a gamer dual-booting for performance, or an IT admin managing mixed environments, Linux 7.1 makes the cross-platform experience smoother and more reliable than ever. As both ecosystems continue to evolve, the shrinking gaps between them promise to reduce friction and expand the possibilities for interconnected computing.