]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
docs: admin-guide: add a series of orphaned documents
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 27 Jun 2019 17:56:51 +0000 (14:56 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 15 Jul 2019 14:03:02 +0000 (11:03 -0300)
There are lots of documents that belong to the admin-guide but
are on random places (most under Documentation root dir).

Move them to the admin guide.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
40 files changed:
Documentation/ABI/stable/sysfs-devices-node
Documentation/ABI/testing/procfs-diskstats
Documentation/ABI/testing/sysfs-block
Documentation/ABI/testing/sysfs-devices-system-cpu
Documentation/admin-guide/btmrvl.rst [moved from Documentation/btmrvl.txt with 100% similarity]
Documentation/admin-guide/clearing-warn-once.rst [moved from Documentation/clearing-warn-once.txt with 100% similarity]
Documentation/admin-guide/cpu-load.rst [moved from Documentation/cpu-load.txt with 100% similarity]
Documentation/admin-guide/cputopology.rst [moved from Documentation/cputopology.txt with 100% similarity]
Documentation/admin-guide/device-mapper/statistics.rst
Documentation/admin-guide/efi-stub.rst [moved from Documentation/efi-stub.txt with 100% similarity]
Documentation/admin-guide/highuid.rst [moved from Documentation/highuid.txt with 100% similarity]
Documentation/admin-guide/hw-vuln/l1tf.rst
Documentation/admin-guide/hw_random.rst [moved from Documentation/hw_random.txt with 100% similarity]
Documentation/admin-guide/index.rst
Documentation/admin-guide/iostats.rst [moved from Documentation/iostats.txt with 100% similarity]
Documentation/admin-guide/kernel-parameters.txt
Documentation/admin-guide/kernel-per-CPU-kthreads.rst [moved from Documentation/kernel-per-CPU-kthreads.txt with 100% similarity]
Documentation/admin-guide/lcd-panel-cgram.rst [moved from Documentation/auxdisplay/lcd-panel-cgram.rst with 99% similarity]
Documentation/admin-guide/ldm.rst [moved from Documentation/ldm.txt with 100% similarity]
Documentation/admin-guide/lockup-watchdogs.rst [moved from Documentation/lockup-watchdogs.txt with 100% similarity]
Documentation/admin-guide/mm/cma_debugfs.rst [moved from Documentation/cma/debugfs.rst with 98% similarity]
Documentation/admin-guide/mm/index.rst
Documentation/admin-guide/numastat.rst [moved from Documentation/numastat.txt with 100% similarity]
Documentation/admin-guide/pnp.rst [moved from Documentation/pnp.txt with 100% similarity]
Documentation/admin-guide/rtc.rst [moved from Documentation/rtc.txt with 100% similarity]
Documentation/admin-guide/svga.rst [moved from Documentation/svga.txt with 100% similarity]
Documentation/admin-guide/sysctl/kernel.rst
Documentation/admin-guide/video-output.rst [moved from Documentation/video-output.txt with 100% similarity]
Documentation/fb/vesafb.rst
Documentation/x86/topology.rst
MAINTAINERS
arch/arm/Kconfig
arch/parisc/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/x86/Kconfig
block/partitions/Kconfig
drivers/char/Kconfig
drivers/char/hw_random/core.c
include/linux/hw_random.h

index f7ce68fbd4b9a77d2ba353becedfb025c3152d72..df8413cf1468c9dbab35693d3fa524469a30061c 100644 (file)
@@ -61,7 +61,7 @@ Date:         October 2002
 Contact:       Linux Memory Management list <linux-mm@kvack.org>
 Description:
                The node's hit/miss statistics, in units of pages.
-               See Documentation/numastat.txt
+               See Documentation/admin-guide/numastat.rst
 
 What:          /sys/devices/system/node/nodeX/distance
 Date:          October 2002
index abac31d216deed4028c1fb012d4c059fc95f7705..2c44b4f1b060b10b73c3fb19ee8461abf5ea6b63 100644 (file)
@@ -29,4 +29,4 @@ Description:
                17 - sectors discarded
                18 - time spent discarding
 
-               For more details refer to Documentation/iostats.txt
+               For more details refer to Documentation/admin-guide/iostats.rst
index dfad7427817c05135ed2554b64529944367f03f9..f8c7c7126bb1a47e4b42347d71897cb2288290e2 100644 (file)
@@ -15,7 +15,7 @@ Description:
                 9 - I/Os currently in progress
                10 - time spent doing I/Os (ms)
                11 - weighted time spent doing I/Os (ms)
-               For more details refer Documentation/iostats.txt
+               For more details refer Documentation/admin-guide/iostats.rst
 
 
 What:          /sys/block/<disk>/<part>/stat
index d404603c6b5291edf46c7ef715c13a2e4bf19b36..5f7d7b14fa440d098bcb4e079ceebb4de9186887 100644 (file)
@@ -34,7 +34,7 @@ Description:  CPU topology files that describe kernel limits related to
                present: cpus that have been identified as being present in
                the system.
 
-               See Documentation/cputopology.txt for more information.
+               See Documentation/admin-guide/cputopology.rst for more information.
 
 
 What:          /sys/devices/system/cpu/probe
@@ -103,7 +103,7 @@ Description:        CPU topology files that describe a logical CPU's relationship
                thread_siblings_list: human-readable list of cpu#'s hardware
                threads within the same core as cpu#
 
-               See Documentation/cputopology.txt for more information.
+               See Documentation/admin-guide/cputopology.rst for more information.
 
 
 What:          /sys/devices/system/cpu/cpuidle/current_driver
index 3d80a9f850cce51e9d42963b25d4e5ac5effceb5..41ded0bc593352ca6be4c83de4c9f6ab32095617 100644 (file)
@@ -13,7 +13,7 @@ the range specified.
 
 The I/O statistics counters for each step-sized area of a region are
 in the same format as `/sys/block/*/stat` or `/proc/diskstats` (see:
-Documentation/iostats.txt).  But two extra counters (12 and 13) are
+Documentation/admin-guide/iostats.rst).  But two extra counters (12 and 13) are
 provided: total time spent reading and writing.  When the histogram
 argument is used, the 14th parameter is reported that represents the
 histogram of latencies.  All these counters may be accessed by sending
@@ -151,7 +151,7 @@ Messages
          The first 11 counters have the same meaning as
          `/sys/block/*/stat or /proc/diskstats`.
 
-         Please refer to Documentation/iostats.txt for details.
+         Please refer to Documentation/admin-guide/iostats.rst for details.
 
          1. the number of reads completed
          2. the number of reads merged
index 656aee262e23ebbb59ca45a92901e2f01820e59c..f83212fae4d536fbc8103c13d58d7930c0528af7 100644 (file)
@@ -241,7 +241,7 @@ Guest mitigation mechanisms
    For further information about confining guests to a single or to a group
    of cores consult the cpusets documentation:
 
-   https://www.kernel.org/doc/Documentation/cgroup-v1/cpusets.rst
+   https://www.kernel.org/doc/Documentation/admin-guide/cgroup-v1/cpusets.rst
 
 .. _interrupt_isolation:
 
index a5fdb1a846ce2f68855d623ee8114c3b1e2fb3f1..4e98f5596da0f6569e1f785cafcaefb59a6ba26f 100644 (file)
@@ -85,8 +85,25 @@ configure specific aspects of kernel behavior to your liking.
    perf-security
    acpi/index
    aoe/index
+   btmrvl
+   clearing-warn-once
+   cpu-load
+   cputopology
    device-mapper/index
+   efi-stub
+   highuid
+   hw_random
+   iostats
+   kernel-per-CPU-kthreads
    laptops/index
+   lcd-panel-cgram
+   ldm
+   lockup-watchdogs
+   numastat
+   pnp
+   rtc
+   svga
+   video-output
 
 .. only::  subproject and html
 
index a571a67e0c85046ad25a4bc1c2671e3df55d91f0..19b1e3bef56c4891575ef2f245fcc738d1c85541 100644 (file)
 
        vga=            [BOOT,X86-32] Select a particular video mode
                        See Documentation/x86/boot.rst and
-                       Documentation/svga.txt.
+                       Documentation/admin-guide/svga.rst.
                        Use vga=ask for menu.
                        This is actually a boot loader parameter; the value is
                        passed to the kernel using a special protocol.
similarity index 99%
rename from Documentation/auxdisplay/lcd-panel-cgram.rst
rename to Documentation/admin-guide/lcd-panel-cgram.rst
index dfef502860186fbc2456c414779bf2140224e767..a3eb00c62f532e3b649270d7cbccb7420b208e7c 100644 (file)
@@ -1,5 +1,3 @@
-:orphan:
-
 ======================================
 Parallel port LCD/Keypad Panel support
 ======================================
similarity index 98%
rename from Documentation/cma/debugfs.rst
rename to Documentation/admin-guide/mm/cma_debugfs.rst
index 518fe401b5ee893c545bb6f40e1d84b9e425d6cb..4e06ffabd78ae370c6534e1a71a419226afa9b6f 100644 (file)
@@ -1,5 +1,3 @@
-:orphan:
-
 =====================
 CMA Debugfs Interface
 =====================
index 5f61a6c429e0f8dc4b392df5aef2eaecb3aeb3fe..11db46448354612946e070d10aa9cc78054cb075 100644 (file)
@@ -26,6 +26,7 @@ the Linux memory management.
    :maxdepth: 1
 
    concepts
+   cma_debugfs
    hugetlbpage
    idle_page_tracking
    ksm
index a0c1d4ce403a231eea3c350572d5ca555372c7b7..032c7cd3cede0f0f1e3c05b381b282a6fd34395e 100644 (file)
@@ -327,7 +327,7 @@ when a hard lockup is detected.
    0 - don't panic on hard lockup
    1 - panic on hard lockup
 
-See Documentation/lockup-watchdogs.txt for more information.  This can
+See Documentation/admin-guide/lockup-watchdogs.rst for more information.  This can
 also be set using the nmi_watchdog kernel parameter.
 
 
index 2ed0dfb661cf7a9f4d60f8c608e547b86fb17021..6821c87b78935b18d9fb7289eb6e133a687e07e0 100644 (file)
@@ -30,7 +30,7 @@ How to use it?
 ==============
 
 Switching modes is done using the vga=... boot parameter.  Read
-Documentation/svga.txt for details.
+Documentation/admin-guide/svga.rst for details.
 
 You should compile in both vgacon (for text mode) and vesafb (for
 graphics mode). Which of them takes over the console depends on
index 8e9704f6101755ba5626117603c2cfd06f396484..e29739904e37eac6782302dae4478c2c909ffa32 100644 (file)
@@ -9,7 +9,7 @@ representation in the kernel. Update/change when doing changes to the
 respective code.
 
 The architecture-agnostic topology definitions are in
-Documentation/cputopology.txt. This file holds x86-specific
+Documentation/admin-guide/cputopology.rst. This file holds x86-specific
 differences/specialities which must not necessarily apply to the generic
 definitions. Thus, the way to read up on Linux topology on x86 is to start
 with the generic one and look at this one in parallel for the x86 specifics.
index c1593a668f80806d5f4f369ee653a25d05af9acc..570572627fd140bdadc755b3d2909371d2d3bcd1 100644 (file)
@@ -6080,7 +6080,7 @@ M:        Ard Biesheuvel <ard.biesheuvel@linaro.org>
 L:     linux-efi@vger.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
 S:     Maintained
-F:     Documentation/efi-stub.txt
+F:     Documentation/admin-guide/efi-stub.rst
 F:     arch/*/kernel/efi.c
 F:     arch/x86/boot/compressed/eboot.[ch]
 F:     arch/*/include/asm/efi.h
@@ -7088,7 +7088,7 @@ M:        Herbert Xu <herbert@gondor.apana.org.au>
 L:     linux-crypto@vger.kernel.org
 S:     Odd fixes
 F:     Documentation/devicetree/bindings/rng/
-F:     Documentation/hw_random.txt
+F:     Documentation/admin-guide/hw_random.rst
 F:     drivers/char/hw_random/
 F:     include/linux/hw_random.h
 
@@ -9398,7 +9398,7 @@ M:        "Richard Russon (FlatCap)" <ldm@flatcap.org>
 L:     linux-ntfs-dev@lists.sourceforge.net
 W:     http://www.linux-ntfs.org/content/view/19/37/
 S:     Maintained
-F:     Documentation/ldm.txt
+F:     Documentation/admin-guide/ldm.rst
 F:     block/partitions/ldm.*
 
 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
@@ -12058,7 +12058,7 @@ PARALLEL LCD/KEYPAD PANEL DRIVER
 M:     Willy Tarreau <willy@haproxy.com>
 M:     Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
 S:     Odd Fixes
-F:     Documentation/auxdisplay/lcd-panel-cgram.rst
+F:     Documentation/admin-guide/lcd-panel-cgram.rst
 F:     drivers/auxdisplay/panel.c
 
 PARALLEL PORT SUBSYSTEM
@@ -13476,7 +13476,7 @@ Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
 S:     Maintained
 F:     Documentation/devicetree/bindings/rtc/
-F:     Documentation/rtc.txt
+F:     Documentation/admin-guide/rtc.rst
 F:     drivers/rtc/
 F:     include/linux/rtc.h
 F:     include/uapi/linux/rtc.h
@@ -15306,7 +15306,7 @@ SVGA HANDLING
 M:     Martin Mares <mj@ucw.cz>
 L:     linux-video@atrey.karlin.mff.cuni.cz
 S:     Maintained
-F:     Documentation/svga.txt
+F:     Documentation/admin-guide/svga.rst
 F:     arch/x86/boot/video*
 
 SWIOTLB SUBSYSTEM
index 20afd607746517fb02e5ef3d1441fe94115ade9a..600c5ba1af418f90a9428a50b0d22c810357ec84 100644 (file)
@@ -1297,7 +1297,7 @@ config SMP
          will run faster if you say N here.
 
          See also <file:Documentation/x86/i386/IO-APIC.rst>,
-         <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO available at
+         <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO available at
          <http://tldp.org/HOWTO/SMP-HOWTO.html>.
 
          If you don't know what to do here, say N.
index 42875ff1567131fa856a525c92d31fe702b74b76..6d732e4510713391989914fa244f2798d37052be 100644 (file)
@@ -277,7 +277,7 @@ config SMP
          machines, but will use only one CPU of a multiprocessor machine.
          On a uniprocessor machine, the kernel will run faster if you say N.
 
-         See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
+         See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
          available at <http://www.tldp.org/docs.html#howto>.
 
          If you don't know what to do here, say N.
index c2858ac6a46a2c1afa1053ae85e2ce52bbca80a8..6b1b5941b6188777d657b82f848cede9bc3f73bf 100644 (file)
@@ -679,7 +679,7 @@ config SMP
          People using multiprocessor machines who say Y here should also say
          Y to "Enhanced Real Time Clock Support", below.
 
-         See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
+         See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
          available at <http://www.tldp.org/docs.html#howto>.
 
          If you don't know what to do here, say N.
index e9f5d62e9817c442cf9896a3b673615eae2d52d1..7926a2e11bdc2d2561c39ad17d1efde27f23ffd4 100644 (file)
@@ -180,7 +180,7 @@ config SMP
          Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
          Management" code will be disabled if you say Y here.
 
-         See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
+         See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
          available at <http://www.tldp.org/docs.html#howto>.
 
          If you don't know what to do here, say N.
index 9505066b7ba3dd41b71405998a6f0e5bf054d158..9e95af666b330aaf57becdd890d3595f6c63fa7d 100644 (file)
@@ -402,7 +402,7 @@ config SMP
          Management" code will be disabled if you say Y here.
 
          See also <file:Documentation/x86/i386/IO-APIC.rst>,
-         <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO available at
+         <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO available at
          <http://www.tldp.org/docs.html#howto>.
 
          If you don't know what to do here, say N.
@@ -1959,7 +1959,7 @@ config EFI_STUB
           This kernel feature allows a bzImage to be loaded directly
          by EFI firmware without the use of a bootloader.
 
-         See Documentation/efi-stub.txt for more information.
+         See Documentation/admin-guide/efi-stub.rst for more information.
 
 config EFI_MIXED
        bool "EFI mixed-mode support"
index 37b9710cc80a5a4fe96a76c35f639c745add84c6..702689a628f06dc430d44e477102703edddb3589 100644 (file)
@@ -194,7 +194,7 @@ config LDM_PARTITION
          Normal partitions are now called Basic Disks under Windows 2000, XP,
          and Vista.
 
-         For a fuller description read <file:Documentation/ldm.txt>.
+         For a fuller description read <file:Documentation/admin-guide/ldm.rst>.
 
          If unsure, say N.
 
index 442403abd73a90870f9391c08acff02c37ac3fc0..3e866885a40513596148b9c5a5a0db5add1c42ff 100644 (file)
@@ -291,7 +291,7 @@ config RTC
          and set the RTC in an SMP compatible fashion.
 
          If you think you have a use for such a device (such as periodic data
-         sampling), then say Y here, and read <file:Documentation/rtc.txt>
+         sampling), then say Y here, and read <file:Documentation/admin-guide/rtc.rst>
          for details.
 
          To compile this driver as a module, choose M here: the
@@ -313,7 +313,7 @@ config JS_RTC
          /dev/rtc.
 
          If you think you have a use for such a device (such as periodic data
-         sampling), then say Y here, and read <file:Documentation/rtc.txt>
+         sampling), then say Y here, and read <file:Documentation/admin-guide/rtc.rst>
          for details.
 
          To compile this driver as a module, choose M here: the
index 95be7228f327009a79de498815bb92f3ee480a51..9044d31ab1a19cef76b2aa7fafc620ffdd0206c4 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright 2006 Michael Buesch <m@bues.ch>
  * Copyright 2005 (c) MontaVista Software, Inc.
  *
- * Please read Documentation/hw_random.txt for details on use.
+ * Please read Documentation/admin-guide/hw_random.rst for details on use.
  *
  * This software may be used and distributed according to the terms
  * of the GNU General Public License, incorporated herein by reference.
index c0b93e0ff0c0f2cd2528eaaa1180c32b50a56706..8e6dd908da216ba30f735dcc1c785161feaa15b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
        Hardware Random Number Generator
 
-       Please read Documentation/hw_random.txt for details on use.
+       Please read Documentation/admin-guide/hw_random.rst for details on use.
 
        ----------------------------------------------------------
        This software may be used and distributed according to the terms