English

Towards Deterministic Sub-0.5 us Response on Linux through Interrupt Isolation

Operating Systems 2025-10-13 v7

Abstract

Real-time responsiveness in Linux is often constrained by interrupt contention and timer handling overhead, making it challenging to achieve sub-microsecond latency. This work introduces an interrupt isolation approach that centralizes and minimizes timer interrupt interference across CPU cores. By enabling a dedicated API to selectively invoke timer handling routines and suppress non-critical inter-processor interrupts, our design significantly reduces jitter and response latency. Experiments conducted on an ARM-based multicore platform demonstrate that the proposed mechanism consistently achieves sub-0.5 us response times, outperforming conventional Linux PREEMPT-RT configurations. These results highlight the potential of interrupt isolation as a lightweight and effective strategy for deterministic real-time workloads in general-purpose operating systems.

Keywords

Cite

@article{arxiv.2509.03855,
  title  = {Towards Deterministic Sub-0.5 us Response on Linux through Interrupt Isolation},
  author = {Zhouyi Zhou and Zhili Liu and Shancong Zhang and Jiemin Li and Dengke Du and Mengke Sun and Zhiqiang Wang and Hongyan Liu and Guokai Xu},
  journal= {arXiv preprint arXiv:2509.03855},
  year   = {2025}
}

Comments

9 pages, 11 figures

R2 v1 2026-07-01T05:20:19.041Z