summaryrefslogtreecommitdiff
path: root/Documentation/core-api/real-time/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/core-api/real-time/index.rst')
-rw-r--r--Documentation/core-api/real-time/index.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/core-api/real-time/index.rst b/Documentation/core-api/real-time/index.rst
new file mode 100644
index 000000000000..7e14c4ea3d59
--- /dev/null
+++ b/Documentation/core-api/real-time/index.rst
@@ -0,0 +1,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