linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Documentation: Add real-time bits.
@ 2025-07-15 14:41 Sebastian Andrzej Siewior
  2025-07-15 14:41 ` [PATCH 1/3] Documentation: seqlock: Add a reference label and license Sebastian Andrzej Siewior
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Sebastian Andrzej Siewior @ 2025-07-15 14:41 UTC (permalink / raw)
  To: linux-doc, linux-kernel, linux-rt-devel
  Cc: Boqun Feng, Clark Williams, Frederic Weisbecker, Ingo Molnar,
	John Ogness, Jonathan Corbet, Peter Zijlstra, Steven Rostedt,
	Thomas Gleixner, Valentin Schneider, Waiman Long, Will Deacon,
	Sebastian Andrzej Siewior

I tried to put some real-time related documentation.
Patch #1 adds a reference and SPDX tag to seqlock.
Patch #2 extends locktypes with local_lock_nested_bh
Patch #3 adds some real-time bits.

In case there is something missing or unclear, please let me know.

Sebastian

Sebastian Andrzej Siewior (3):
  Documentation: seqlock: Add a reference label and license.
  Documentation: locking: Add local_lock_nested_bh() to locktypes
  Documentation: Add real-time

 Documentation/index.rst                 |   1 +
 Documentation/locking/locktypes.rst     |  21 ++
 Documentation/locking/seqlock.rst       |   4 +
 Documentation/real-time/differences.rst | 244 ++++++++++++++++++++++++
 Documentation/real-time/index.rst       |  18 ++
 Documentation/real-time/theory.rst      | 119 ++++++++++++
 6 files changed, 407 insertions(+)
 create mode 100644 Documentation/real-time/differences.rst
 create mode 100644 Documentation/real-time/index.rst
 create mode 100644 Documentation/real-time/theory.rst

-- 
2.50.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-08-15  9:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 14:41 [PATCH 0/3] Documentation: Add real-time bits Sebastian Andrzej Siewior
2025-07-15 14:41 ` [PATCH 1/3] Documentation: seqlock: Add a reference label and license Sebastian Andrzej Siewior
2025-07-15 14:48   ` Jonathan Corbet
2025-07-15 14:53     ` Sebastian Andrzej Siewior
2025-07-15 14:41 ` [PATCH 2/3] Documentation: locking: Add local_lock_nested_bh() to locktypes Sebastian Andrzej Siewior
2025-07-15 20:10   ` Jonathan Corbet
2025-08-14  8:40     ` Sebastian Andrzej Siewior
2025-07-15 14:41 ` [PATCH 3/3] Documentation: Add real-time Sebastian Andrzej Siewior
2025-07-15 14:50   ` Jonathan Corbet
2025-07-15 14:55     ` Sebastian Andrzej Siewior
2025-07-15 20:29   ` Jonathan Corbet
2025-08-15  9:20     ` Sebastian Andrzej Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).