Documentation / core-api / real-time / index.rst


Based on kernel version 6.18. Page generated on 2025-12-02 09:03 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.. SPDX-License-Identifier: GPL-2.0

=====================
Real-time preemption
=====================

This documentation is intended for Linux kernel developers and contributors
interested in the inner workings of PREEMPT_RT. It explains key concepts and
the required changes compared to a non-PREEMPT_RT configuration.

.. toctree::
   :maxdepth: 2

   theory
   differences
   architecture-porting