Commit e00b0ab8 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

docs: add IRQ documentation at the core-api book



There are 4 IRQ documentation files under Documentation/*.txt.

Move them into a new directory (core-api/irq) and add a new
index file for it.

While here, use a title markup for the Debugging section of the
irq-domain.rst file.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/2da7485c3718e1442e6b4c2dd66857b776e8899b.1588345503.git.mchehab+huawei@kernel.org


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a74e2a22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ Guest mitigation mechanisms
   /proc/irq/$NR/smp_affinity[_list] files. Limited documentation is
   available at:

   https://www.kernel.org/doc/Documentation/IRQ-affinity.txt
   https://www.kernel.org/doc/Documentation/core-api/irq/irq-affinity.rst

.. _smt_control:

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ them to a "housekeeping" CPU dedicated to such work.
References
==========

-	Documentation/IRQ-affinity.txt:  Binding interrupts to sets of CPUs.
-	Documentation/core-api/irq/irq-affinity.rst:  Binding interrupts to sets of CPUs.

-	Documentation/admin-guide/cgroup-v1:  Using cgroups to bind tasks to sets of CPUs.

+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ How Linux keeps everything from happening at the same time. See

   atomic_ops
   refcount-vs-atomic
   irq/index
   local_ops
   padata
   ../RCU/index
+11 −0
Original line number Diff line number Diff line
====
IRQs
====

.. toctree::
   :maxdepth: 1

   concepts
   irq-affinity
   irq-domain
   irqflags-tracing
Loading