linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Documentation: Add real-time bits.
@ 2025-08-15  9:38 Sebastian Andrzej Siewior
  2025-08-15  9:38 ` [PATCH v2 1/3] Documentation: seqlock: Add a SPDX license identifier Sebastian Andrzej Siewior
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Sebastian Andrzej Siewior @ 2025-08-15  9:38 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 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.

v1…v2:
  - #1 does not add a reference tag anymore.
  - #2 wording/ typo in #2
  - #3 is moved to core-api
  - #3 does not uses rst references but uses the plain file name
  - #3 is extended with some notes for architecture porting.

Sebastian Andrzej Siewior (3):
  Documentation: seqlock: Add a SPDX license identifier
  Documentation: locking: Add local_lock_nested_bh() to locktypes
  Documentation: Add real-time to core-api

 Documentation/core-api/index.rst              |   1 +
 .../real-time/architecture-porting.rst        | 109 ++++++++
 .../core-api/real-time/differences.rst        | 242 ++++++++++++++++++
 Documentation/core-api/real-time/index.rst    |  16 ++
 Documentation/core-api/real-time/theory.rst   | 116 +++++++++
 Documentation/locking/locktypes.rst           |  21 ++
 Documentation/locking/seqlock.rst             |   2 +
 7 files changed, 507 insertions(+)
 create mode 100644 Documentation/core-api/real-time/architecture-porting.rst
 create mode 100644 Documentation/core-api/real-time/differences.rst
 create mode 100644 Documentation/core-api/real-time/index.rst
 create mode 100644 Documentation/core-api/real-time/theory.rst

-- 
2.50.1


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

end of thread, other threads:[~2025-08-22  7:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15  9:38 [PATCH v2 0/3] Documentation: Add real-time bits Sebastian Andrzej Siewior
2025-08-15  9:38 ` [PATCH v2 1/3] Documentation: seqlock: Add a SPDX license identifier Sebastian Andrzej Siewior
2025-08-15  9:38 ` [PATCH v2 2/3] Documentation: locking: Add local_lock_nested_bh() to locktypes Sebastian Andrzej Siewior
2025-08-18 18:06   ` Waiman Long
2025-08-19 10:00     ` Sebastian Andrzej Siewior
2025-08-19 17:38       ` Waiman Long
2025-08-15  9:38 ` [PATCH v2 3/3] Documentation: Add real-time to core-api Sebastian Andrzej Siewior
2025-08-18 16:16   ` Jonathan Corbet
2025-08-19  8:03     ` Sebastian Andrzej Siewior
2025-08-19 13:20       ` Jonathan Corbet
2025-08-19 13:28         ` Sebastian Andrzej Siewior
2025-08-21 18:55           ` Jonathan Corbet
2025-08-22  7:08             ` 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).