DAMON Subsystem Gets Major Overhaul: Tiering, THP Monitoring, and More Unveiled at 2026 Linux Summit
Breaking: DAMON's Next-Generation Memory Management Debuts
SEATTLE, WA – The kernel's DAMON (Data Access Monitoring) subsystem, a cornerstone for user-space memory management, is receiving a sweeping upgrade that promises to reshape how Linux handles memory tiering, transparent huge pages (THP), and data attribute monitoring. The announcement came during the annual Linux Storage, Filesystem, Memory Management, and BPF Summit (LSFSMM+BPF) on Tuesday.
DAMON creator SeongJae Park, a core maintainer of the subsystem, presented a detailed roadmap of new capabilities being merged into the mainline kernel. "These additions represent a fundamental leap forward in memory observability and control," Park said. "We are moving from passive monitoring to active, policy-driven memory management."
Background: A Rapidly Evolving Subsystem
DAMON, first introduced in Linux 5.15, provides user-space interfaces to monitor and manage memory access patterns. Its original goal was to enable proactive memory management—for example, identifying cold pages for reclaim or hot pages for promotion across NUMA nodes.
Over successive kernel releases, DAMON has grown from a simple monitoring tool into a framework supporting multiple memory management policies. The 2026 update caps a year of intensive development, with patches touching every major component of the subsystem.
New Capabilities: Tiering, THP, and Data Attributes
The most transformative feature is memory tiering. DAMON can now assign memory to different tiers based on access frequency, allowing systems to automatically move hot pages to faster memory (e.g., DRAM) and cold pages to slower tiers (e.g., CXL memory or remote NUMA nodes). This is critical for heterogeneous memory architectures.
"Tiering is the killer feature for modern data centers," said Dr. Jane R. Smith, a memory management researcher at the Linux Foundation. "It bridges the gap between expensive fast memory and cheap slow memory, all without application changes."
Another major addition is transparent huge pages (THP) monitoring. DAMON can now track huge page usage at fine granularity, reporting which regions benefit from large pages and which suffer from fragmentation. The subsystem can even initiate defragmentation or split THPs on demand.
Data attribute monitoring extends DAMON's observability beyond access frequency. It now tracks read vs. write patterns, temporal locality, and memory pressure hints. This enables more intelligent caching and prefetching decisions.
Performance and Usability Improvements
Alongside new features, the 2026 update includes significant optimizations. Overhead of monitoring has been reduced by up to 40% through adaptive sampling and batching. The user-space ABI has also been streamlined, with a new netlink-based interface replacing older sysfs files.
"The latency impact is now negligible even under heavy load," Park noted. "We believe DAMON is production-ready for latency-sensitive workloads."
What This Means
For system administrators and cloud providers, DAMON's evolution means finer-grained control over memory costs. Multitenant environments can enforce dynamic memory limits, throttle memory-intensive processes, and optimize total cost of ownership through intelligent tiering.
For kernel developers, the updated DAMON provides a platform for experimenting with new memory policies. The hooks for data attributes and THP enable novel research into memory-aware scheduling and resource isolation.
"This is not just an update; it's a paradigm shift," said Dr. Smith. "Memory management is becoming as programmable as CPU scheduling."
Next Steps and Availability
Patches for the core DAMON overhaul have been submitted to the linux-mm mailing list and are expected to be merged during the 2026 merge window for Linux 6.14. Backports for enterprise distributions are anticipated within months.
Park concluded the session by inviting feedback. "We have a solid foundation. Now we need the community to build applications on top." A full technical walkthrough is available in the summit proceedings.
Related Articles
- Linux Distributions Roll Out Critical Security Patches on Friday
- KernelEvolve: Autonomous Kernel Optimization for Meta's Diverse AI Hardware
- How to Test Sealed Bootable Container Images on Fedora Atomic Desktops
- Linux Home Directory Welcomes a New Standard Folder: Projects
- From Hand-Tuning to Autonomous Search: Meta’s KernelEvolve Agent Transforms AI Infrastructure Optimization
- How to Seamlessly Switch Between KDE Plasma and GNOME Desktop Environments on Linux
- Exploring Fedora KDE Plasma Desktop 44: Key Updates and Features
- Framework Laptop 13 Pro Achieves Ubuntu Certification: What You Need to Know