Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] Docs: SMP: add an SMP docbook chapter
@ 2026-06-25 21:03 Randy Dunlap
  2026-06-26  9:04 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2026-06-25 21:03 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, Shuah Khan, linux-doc,
	Thomas Gleixner, Peter Zijlstra, Andrew Morton

Add SMP primitives to the core-api documentation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: linux-doc@vger.kernel.org
Cc: Thomas Gleixner <tglx@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>

 Documentation/core-api/SMP.rst   |   11 +++++++++++
 Documentation/core-api/index.rst |    1 +
 2 files changed, 12 insertions(+)

--- linext-2026-0623.orig/Documentation/core-api/index.rst
+++ linext-2026-0623/Documentation/core-api/index.rst
@@ -81,6 +81,7 @@ Documentation/locking/index.rst for more
    padata
    ../RCU/index
    wrappers/memory-barriers.rst
+   SMP
 
 Low-level hardware management
 =============================
--- /dev/null
+++ linext-2026-0623/Documentation/core-api/SMP.rst
@@ -0,0 +1,11 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+==============
+SMP primitives
+==============
+
+.. kernel-doc:: include/linux/smp.h
+   :internal:
+
+.. kernel-doc:: kernel/smp.c
+   :export:

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

* Re: [PATCH] Docs: SMP: add an SMP docbook chapter
  2026-06-25 21:03 [PATCH] Docs: SMP: add an SMP docbook chapter Randy Dunlap
@ 2026-06-26  9:04 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2026-06-26  9:04 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, Shuah Khan, linux-doc,
	Peter Zijlstra, Andrew Morton

TOn Thu, Jun 25 2026 at 14:03, Randy Dunlap wrote:

> Add SMP primitives to the core-api documentation.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Acked-by: Thomas Gleixner <tglx@kernel.org>

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

end of thread, other threads:[~2026-06-26  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 21:03 [PATCH] Docs: SMP: add an SMP docbook chapter Randy Dunlap
2026-06-26  9:04 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox