ff61f0791c
Move the x86 documentation under Documentation/arch/ as a way of cleaning up the top-level directory and making the structure of our docs more closely match the structure of the source directories it describes. All in-kernel references to the old paths have been updated. Acked-by: Dave Hansen <dave.hansen@linux.intel.com> Cc: linux-arch@vger.kernel.org Cc: x86@kernel.org Cc: Borislav Petkov <bp@alien8.de> Cc: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/lkml/20230315211523.108836-1-corbet@lwn.net/ Signed-off-by: Jonathan Corbet <corbet@lwn.net>
29 lines
490 B
ReStructuredText
29 lines
490 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
CPU Architectures
|
|
=================
|
|
|
|
These books provide programming details about architecture-specific
|
|
implementation.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
../arc/index
|
|
../arm/index
|
|
../arm64/index
|
|
../ia64/index
|
|
../loongarch/index
|
|
../m68k/index
|
|
../mips/index
|
|
../nios2/index
|
|
../openrisc/index
|
|
../parisc/index
|
|
../powerpc/index
|
|
../riscv/index
|
|
../s390/index
|
|
../sh/index
|
|
../sparc/index
|
|
x86/index
|
|
../xtensa/index
|