]> Gentwo Git Trees - linux/.git/commit
Documentation: Add real-time to core-api
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 15 Aug 2025 09:38:57 +0000 (11:38 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Aug 2025 20:06:08 +0000 (14:06 -0600)
commitf51fe3b7e48ca81a9cee15c0146e4fb7d3000d3a
treeb5be493774110b69975d1cc945642d5724239042
parentf41c808c43883d3d7b46e7742a93127acb81d60b
Documentation: Add real-time to core-api

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
Documentation/core-api/index.rst
Documentation/core-api/real-time/architecture-porting.rst [new file with mode: 0644]
Documentation/core-api/real-time/differences.rst [new file with mode: 0644]
Documentation/core-api/real-time/index.rst [new file with mode: 0644]
Documentation/core-api/real-time/theory.rst [new file with mode: 0644]