]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: move powerpc under arch
authorCosta Shulyupin <costa.shul@redhat.com>
Sat, 26 Aug 2023 16:56:08 +0000 (19:56 +0300)
committerJonathan Corbet <corbet@lwn.net>
Tue, 10 Oct 2023 19:35:55 +0000 (13:35 -0600)
and fix all in-tree references.

Architecture-specific documentation is being moved into Documentation/arch/
as a way of cleaning up the top-level documentation directory and making
the docs hierarchy more closely match the source hierarchy.

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230826165737.2101199-1-costa.shul@redhat.com
43 files changed:
Documentation/ABI/testing/sysfs-bus-papr-pmem
Documentation/PCI/pci-error-recovery.rst
Documentation/arch/index.rst
Documentation/arch/powerpc/associativity.rst [moved from Documentation/powerpc/associativity.rst with 100% similarity]
Documentation/arch/powerpc/booting.rst [moved from Documentation/powerpc/booting.rst with 100% similarity]
Documentation/arch/powerpc/bootwrapper.rst [moved from Documentation/powerpc/bootwrapper.rst with 100% similarity]
Documentation/arch/powerpc/cpu_families.rst [moved from Documentation/powerpc/cpu_families.rst with 100% similarity]
Documentation/arch/powerpc/cpu_features.rst [moved from Documentation/powerpc/cpu_features.rst with 100% similarity]
Documentation/arch/powerpc/cxl.rst [moved from Documentation/powerpc/cxl.rst with 100% similarity]
Documentation/arch/powerpc/cxlflash.rst [moved from Documentation/powerpc/cxlflash.rst with 99% similarity]
Documentation/arch/powerpc/dawr-power9.rst [moved from Documentation/powerpc/dawr-power9.rst with 100% similarity]
Documentation/arch/powerpc/dexcr.rst [moved from Documentation/powerpc/dexcr.rst with 100% similarity]
Documentation/arch/powerpc/dscr.rst [moved from Documentation/powerpc/dscr.rst with 100% similarity]
Documentation/arch/powerpc/eeh-pci-error-recovery.rst [moved from Documentation/powerpc/eeh-pci-error-recovery.rst with 100% similarity]
Documentation/arch/powerpc/elf_hwcaps.rst [moved from Documentation/powerpc/elf_hwcaps.rst with 97% similarity]
Documentation/arch/powerpc/elfnote.rst [moved from Documentation/powerpc/elfnote.rst with 100% similarity]
Documentation/arch/powerpc/features.rst [moved from Documentation/powerpc/features.rst with 100% similarity]
Documentation/arch/powerpc/firmware-assisted-dump.rst [moved from Documentation/powerpc/firmware-assisted-dump.rst with 100% similarity]
Documentation/arch/powerpc/hvcs.rst [moved from Documentation/powerpc/hvcs.rst with 100% similarity]
Documentation/arch/powerpc/imc.rst [moved from Documentation/powerpc/imc.rst with 100% similarity]
Documentation/arch/powerpc/index.rst [moved from Documentation/powerpc/index.rst with 100% similarity]
Documentation/arch/powerpc/isa-versions.rst [moved from Documentation/powerpc/isa-versions.rst with 100% similarity]
Documentation/arch/powerpc/kasan.txt [moved from Documentation/powerpc/kasan.txt with 100% similarity]
Documentation/arch/powerpc/kaslr-booke32.rst [moved from Documentation/powerpc/kaslr-booke32.rst with 100% similarity]
Documentation/arch/powerpc/mpc52xx.rst [moved from Documentation/powerpc/mpc52xx.rst with 100% similarity]
Documentation/arch/powerpc/papr_hcalls.rst [moved from Documentation/powerpc/papr_hcalls.rst with 100% similarity]
Documentation/arch/powerpc/pci_iov_resource_on_powernv.rst [moved from Documentation/powerpc/pci_iov_resource_on_powernv.rst with 100% similarity]
Documentation/arch/powerpc/pmu-ebb.rst [moved from Documentation/powerpc/pmu-ebb.rst with 100% similarity]
Documentation/arch/powerpc/ptrace.rst [moved from Documentation/powerpc/ptrace.rst with 100% similarity]
Documentation/arch/powerpc/qe_firmware.rst [moved from Documentation/powerpc/qe_firmware.rst with 100% similarity]
Documentation/arch/powerpc/syscall64-abi.rst [moved from Documentation/powerpc/syscall64-abi.rst with 100% similarity]
Documentation/arch/powerpc/transactional_memory.rst [moved from Documentation/powerpc/transactional_memory.rst with 100% similarity]
Documentation/arch/powerpc/ultravisor.rst [moved from Documentation/powerpc/ultravisor.rst with 100% similarity]
Documentation/arch/powerpc/vas-api.rst [moved from Documentation/powerpc/vas-api.rst with 100% similarity]
Documentation/arch/powerpc/vcpudispatch_stats.rst [moved from Documentation/powerpc/vcpudispatch_stats.rst with 100% similarity]
Documentation/arch/powerpc/vmemmap_dedup.rst [moved from Documentation/powerpc/vmemmap_dedup.rst with 100% similarity]
MAINTAINERS
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/paca.c
arch/powerpc/kvm/book3s_64_entry.S
drivers/soc/fsl/qe/qe.c
drivers/tty/hvc/hvcs.c
include/soc/fsl/qe/qe.h

index 46cfe02058fdf39f74124ded6bcaf52012b82e8b..34ee8c59ab25d7c5a80fcf4a8d3cec16d927d644 100644 (file)
@@ -8,7 +8,7 @@ Description:
                more bits set in the dimm-health-bitmap retrieved in
                response to H_SCM_HEALTH hcall. The details of the bit
                flags returned in response to this hcall is available
-               at 'Documentation/powerpc/papr_hcalls.rst' . Below are
+               at 'Documentation/arch/powerpc/papr_hcalls.rst' . Below are
                the flags reported in this sysfs file:
 
                * "not_armed"
index 0c7552a00c8c7ca16a24c82375bbb79895211ab8..42e1e78353f383291d146bf336d75c7dcebffcc5 100644 (file)
@@ -364,7 +364,7 @@ Note, however, not all failures are truly "permanent". Some are
 caused by over-heating, some by a poorly seated card. Many
 PCI error events are caused by software bugs, e.g. DMAs to
 wild addresses or bogus split transactions due to programming
-errors. See the discussion in Documentation/powerpc/eeh-pci-error-recovery.rst
+errors. See the discussion in Documentation/arch/powerpc/eeh-pci-error-recovery.rst
 for additional detail on real-life experience of the causes of
 software errors.
 
@@ -404,7 +404,7 @@ That is, the recovery API only requires that:
 .. note::
 
    Implementation details for the powerpc platform are discussed in
-   the file Documentation/powerpc/eeh-pci-error-recovery.rst
+   the file Documentation/arch/powerpc/eeh-pci-error-recovery.rst
 
    As of this writing, there is a growing list of device drivers with
    patches implementing error recovery. Not all of these patches are in
index 84b80255b851663c39cb75630307313e6beec85a..1bf7a3f1c77bf1c74cb731de345cd5558c38373e 100644 (file)
@@ -19,7 +19,7 @@ implementation.
    nios2/index
    openrisc/index
    parisc/index
-   ../powerpc/index
+   powerpc/index
    ../riscv/index
    s390/index
    sh/index
similarity index 99%
rename from Documentation/powerpc/cxlflash.rst
rename to Documentation/arch/powerpc/cxlflash.rst
index cea67931b3b9b1558501ad672a9dbc4f3d4733ee..e8f488acfa41ae4ea67eb4f9a27c41a00e344953 100644 (file)
@@ -32,7 +32,7 @@ Introduction
     responsible for the initialization of the adapter, setting up the
     special path for user space access, and performing error recovery. It
     communicates directly the Flash Accelerator Functional Unit (AFU)
-    as described in Documentation/powerpc/cxl.rst.
+    as described in Documentation/arch/powerpc/cxl.rst.
 
     The cxlflash driver supports two, mutually exclusive, modes of
     operation at the device (LUN) level:
similarity index 97%
rename from Documentation/powerpc/elf_hwcaps.rst
rename to Documentation/arch/powerpc/elf_hwcaps.rst
index 3366e5b18e675987430ebf86f1c6c4f9ff8ca784..4c896cf077c205775f38f8835208b5a6812f0a5a 100644 (file)
@@ -202,7 +202,7 @@ PPC_FEATURE2_VEC_CRYPTO
 
 PPC_FEATURE2_HTM_NOSC
     System calls fail if called in a transactional state, see
-    Documentation/powerpc/syscall64-abi.rst
+    Documentation/arch/powerpc/syscall64-abi.rst
 
 PPC_FEATURE2_ARCH_3_00
     The processor supports the v3.0B / v3.0C userlevel architecture. Processors
@@ -217,11 +217,11 @@ PPC_FEATURE2_DARN
 
 PPC_FEATURE2_SCV
     The scv 0 instruction may be used for system calls, see
-    Documentation/powerpc/syscall64-abi.rst.
+    Documentation/arch/powerpc/syscall64-abi.rst.
 
 PPC_FEATURE2_HTM_NO_SUSPEND
     A limited Transactional Memory facility that does not support suspend is
-    available, see Documentation/powerpc/transactional_memory.rst.
+    available, see Documentation/arch/powerpc/transactional_memory.rst.
 
 PPC_FEATURE2_ARCH_3_1
     The processor supports the v3.1 userlevel architecture. Processors
index 374e0c0bf5d21d3950b130519da236f73c11b86c..73fbfcc91d9795000015412c9236e665ee817c6c 100644 (file)
@@ -5605,7 +5605,7 @@ M:        Andrew Donnellan <ajd@linux.ibm.com>
 L:     linuxppc-dev@lists.ozlabs.org
 S:     Supported
 F:     Documentation/ABI/testing/sysfs-class-cxl
-F:     Documentation/powerpc/cxl.rst
+F:     Documentation/arch/powerpc/cxl.rst
 F:     arch/powerpc/platforms/powernv/pci-cxl.c
 F:     drivers/misc/cxl/
 F:     include/misc/cxl*
@@ -5617,7 +5617,7 @@ M:        Matthew R. Ochs <mrochs@linux.ibm.com>
 M:     Uma Krishnan <ukrishn@linux.ibm.com>
 L:     linux-scsi@vger.kernel.org
 S:     Supported
-F:     Documentation/powerpc/cxlflash.rst
+F:     Documentation/arch/powerpc/cxlflash.rst
 F:     drivers/scsi/cxlflash/
 F:     include/uapi/scsi/cxlflash_ioctl.h
 
@@ -12103,7 +12103,7 @@ F:      Documentation/ABI/stable/sysfs-firmware-opal-*
 F:     Documentation/devicetree/bindings/i2c/i2c-opal.txt
 F:     Documentation/devicetree/bindings/powerpc/
 F:     Documentation/devicetree/bindings/rtc/rtc-opal.txt
-F:     Documentation/powerpc/
+F:     Documentation/arch/powerpc/
 F:     arch/powerpc/
 F:     drivers/*/*/*pasemi*
 F:     drivers/*/*pasemi*
@@ -16497,7 +16497,7 @@ R:      Oliver O'Halloran <oohall@gmail.com>
 L:     linuxppc-dev@lists.ozlabs.org
 S:     Supported
 F:     Documentation/PCI/pci-error-recovery.rst
-F:     Documentation/powerpc/eeh-pci-error-recovery.rst
+F:     Documentation/arch/powerpc/eeh-pci-error-recovery.rst
 F:     arch/powerpc/include/*/eeh*.h
 F:     arch/powerpc/kernel/eeh*.c
 F:     arch/powerpc/platforms/*/eeh*.c
index c33c8ebf864181746f5fb919753ea6aa0507cc56..eaf2f167c342857f416a1e805fc1264959022356 100644 (file)
@@ -893,7 +893,7 @@ __start_interrupts:
  *
  * Call convention:
  *
- * syscall register convention is in Documentation/powerpc/syscall64-abi.rst
+ * syscall register convention is in Documentation/arch/powerpc/syscall64-abi.rst
  */
 EXC_VIRT_BEGIN(system_call_vectored, 0x3000, 0x1000)
        /* SCV 0 */
@@ -1952,8 +1952,8 @@ EXC_VIRT_NONE(0x4b00, 0x100)
  * Call convention:
  *
  * syscall and hypercalls register conventions are documented in
- * Documentation/powerpc/syscall64-abi.rst and
- * Documentation/powerpc/papr_hcalls.rst respectively.
+ * Documentation/arch/powerpc/syscall64-abi.rst and
+ * Documentation/arch/powerpc/papr_hcalls.rst respectively.
  *
  * The intersection of volatile registers that don't contain possible
  * inputs is: cr0, xer, ctr. We may use these as scratch regs upon entry
index cda4e00b67c1b8d84bb355d4cbb6cab4065afbd7..7502066c3c53ca07d5855362ffba282211a93a5e 100644 (file)
@@ -68,7 +68,7 @@ static void *__init alloc_shared_lppaca(unsigned long size, unsigned long limit,
                memblock_set_bottom_up(true);
 
                /*
-                * See Documentation/powerpc/ultravisor.rst for more details.
+                * See Documentation/arch/powerpc/ultravisor.rst for more details.
                 *
                 * UV/HV data sharing is in PAGE_SIZE granularity. In order to
                 * minimize the number of pages shared, align the allocation to
index 3b361af873135ecd228d48b68a5aeca55ad39492..a9ab92abffe8ea6a45696d487cceae1da61222d5 100644 (file)
@@ -19,7 +19,7 @@
 
 /*
  * This is a hcall, so register convention is as
- * Documentation/powerpc/papr_hcalls.rst.
+ * Documentation/arch/powerpc/papr_hcalls.rst.
  *
  * This may also be a syscall from PR-KVM userspace that is to be
  * reflected to the PR guest kernel, so registers may be set up for
index 3ee0c7c1e9a4034785c0884d0b62f5f604965f61..70b6eddb867b9603121f4dc3768154711a63a8c9 100644 (file)
@@ -430,7 +430,7 @@ static void qe_upload_microcode(const void *base,
 /*
  * Upload a microcode to the I-RAM at a specific address.
  *
- * See Documentation/powerpc/qe_firmware.rst for information on QE microcode
+ * See Documentation/arch/powerpc/qe_firmware.rst for information on QE microcode
  * uploading.
  *
  * Currently, only version 1 is supported, so the 'version' field must be
index d29fdfe9d93d0578851fc9034879d05e41588629..98433a53bae1d383fe9dd8c088d93e168adb2477 100644 (file)
@@ -47,7 +47,7 @@
  * using the 2.6 Linux kernel kref construct.
  *
  * For direction on installation and usage of this driver please reference
- * Documentation/powerpc/hvcs.rst.
+ * Documentation/arch/powerpc/hvcs.rst.
  */
 
 #include <linux/device.h>
index eb5079904cc811a6a05db7916a49eacce6331fd5..af793f2a0ec4bf266865868d809e6e479b34dadf 100644 (file)
@@ -258,7 +258,7 @@ static inline int qe_alive_during_sleep(void)
 
 /* Structure that defines QE firmware binary files.
  *
- * See Documentation/powerpc/qe_firmware.rst for a description of these
+ * See Documentation/arch/powerpc/qe_firmware.rst for a description of these
  * fields.
  */
 struct qe_firmware {