mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-21 12:36:21 -04:00
The documents explain the design concepts behind PREEMPT_RT and highlight key differences necessary to achieve it. It also include a list of requirements that must be fulfilled to support PREEMPT_RT on a given architecture. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> [jc: tweaked "how they differ" section head] Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250815093858.930751-4-bigeasy@linutronix.de
17 lines
401 B
ReStructuredText
17 lines
401 B
ReStructuredText
.. 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
|