<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/core-api/real-time, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2026-04-12T19:11:50Z</updated>
<entry>
<title>Documentation: core-api: real-time: correct spelling</title>
<updated>2026-04-12T19:11:50Z</updated>
<author>
<name>Sukrut Heroorkar</name>
<email>hsukrut3@gmail.com</email>
</author>
<published>2026-04-11T15:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=40a3f6c5e2604ff7c007da6628120529569e950c'/>
<id>urn:sha1:40a3f6c5e2604ff7c007da6628120529569e950c</id>
<content type='text'>
Fix typo "excpetion" with "exception".

Signed-off-by: Sukrut Heroorkar &lt;hsukrut3@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Message-ID: &lt;20260411155120.233357-1-hsukrut3@gmail.com&gt;
</content>
</entry>
<entry>
<title>docs: fix typos and duplicated words across documentation</title>
<updated>2026-04-09T14:21:32Z</updated>
<author>
<name>Manuel Cortez</name>
<email>mdjesuscv@gmail.com</email>
</author>
<published>2026-04-06T03:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=96c1f4517eb4feeae4656cf018a8d8a6156f1db3'/>
<id>urn:sha1:96c1f4517eb4feeae4656cf018a8d8a6156f1db3</id>
<content type='text'>
Fix the following typos and duplicated words:

- admin-guide/pm/intel-speed-select.rst: "weather" -&gt; "whether"
- core-api/real-time/differences.rst: "the the" -&gt; "the"
- admin-guide/bcache.rst: "to to" -&gt; "to"

Signed-off-by: Manuel Cortez &lt;mdjesuscv@gmail.com&gt;
Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Message-ID: &lt;20260406030323.1196-1-mdjesuscv@gmail.com&gt;
</content>
</entry>
<entry>
<title>Documentation: update config name in real-time architecture support</title>
<updated>2025-12-22T22:33:40Z</updated>
<author>
<name>Lukas Bulwahn</name>
<email>lukas.bulwahn@redhat.com</email>
</author>
<published>2025-11-27T15:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6c95f2d67f7da7175b9bbb3e92284412aa074a98'/>
<id>urn:sha1:6c95f2d67f7da7175b9bbb3e92284412aa074a98</id>
<content type='text'>
Commit 4843a45ef9fe8 ("entry: Rename "kvm" entry code assets to "virt"
to genericize APIs") renames the config KVM_XFER_TO_GUEST_WORK to
VIRT_XFER_TO_GUEST_WORK.

Adjust the documentation to the current situation, and specifically
refer to the new name of the config.

Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@redhat.com&gt;
Signed-off-by: Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Message-ID: &lt;20251127154343.292156-3-bigeasy@linutronix.de&gt;
</content>
</entry>
<entry>
<title>Documentation: Add some hardware hints for real-time</title>
<updated>2025-12-22T22:33:40Z</updated>
<author>
<name>Sebastian Andrzej Siewior</name>
<email>bigeasy@linutronix.de</email>
</author>
<published>2025-11-27T15:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7548c69f5167a00d7bbd43be9b6521351f9bedc6'/>
<id>urn:sha1:7548c69f5167a00d7bbd43be9b6521351f9bedc6</id>
<content type='text'>
Some thoughts on hardware that is used for real-time workload. Certainly
not complete but should cover some of the import topics such as:

- Main memory, caches and the possiblie control given by the hardware.
- What could happen by putting critical hardware behind USB or VirtIO.
- Allowing real-time tasks to consume the CPU entirely without giving
  the system some time to breath.
- Networking with what the kernel provides.

Reviewed-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;
Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Message-ID: &lt;20251127154343.292156-2-bigeasy@linutronix.de&gt;
</content>
</entry>
<entry>
<title>Documentation: Add real-time to core-api</title>
<updated>2025-08-21T20:06:08Z</updated>
<author>
<name>Sebastian Andrzej Siewior</name>
<email>bigeasy@linutronix.de</email>
</author>
<published>2025-08-15T09:38:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f51fe3b7e48ca81a9cee15c0146e4fb7d3000d3a'/>
<id>urn:sha1:f51fe3b7e48ca81a9cee15c0146e4fb7d3000d3a</id>
<content type='text'>
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 &lt;bigeasy@linutronix.de&gt;
[jc: tweaked "how they differ" section head]
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20250815093858.930751-4-bigeasy@linutronix.de
</content>
</entry>
</feed>
