Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: admin-guide: add a series of orphaned documents

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>

+47 -33
+1 -1
Documentation/ABI/stable/sysfs-devices-node
··· 61 61 Contact: Linux Memory Management list <linux-mm@kvack.org> 62 62 Description: 63 63 The node's hit/miss statistics, in units of pages. 64 - See Documentation/numastat.txt 64 + See Documentation/admin-guide/numastat.rst 65 65 66 66 What: /sys/devices/system/node/nodeX/distance 67 67 Date: October 2002
+1 -1
Documentation/ABI/testing/procfs-diskstats
··· 29 29 17 - sectors discarded 30 30 18 - time spent discarding 31 31 32 - For more details refer to Documentation/iostats.txt 32 + For more details refer to Documentation/admin-guide/iostats.rst
+1 -1
Documentation/ABI/testing/sysfs-block
··· 15 15 9 - I/Os currently in progress 16 16 10 - time spent doing I/Os (ms) 17 17 11 - weighted time spent doing I/Os (ms) 18 - For more details refer Documentation/iostats.txt 18 + For more details refer Documentation/admin-guide/iostats.rst 19 19 20 20 21 21 What: /sys/block/<disk>/<part>/stat
+2 -2
Documentation/ABI/testing/sysfs-devices-system-cpu
··· 34 34 present: cpus that have been identified as being present in 35 35 the system. 36 36 37 - See Documentation/cputopology.txt for more information. 37 + See Documentation/admin-guide/cputopology.rst for more information. 38 38 39 39 40 40 What: /sys/devices/system/cpu/probe ··· 103 103 thread_siblings_list: human-readable list of cpu#'s hardware 104 104 threads within the same core as cpu# 105 105 106 - See Documentation/cputopology.txt for more information. 106 + See Documentation/admin-guide/cputopology.rst for more information. 107 107 108 108 109 109 What: /sys/devices/system/cpu/cpuidle/current_driver
+2 -2
Documentation/admin-guide/device-mapper/statistics.rst
··· 13 13 14 14 The I/O statistics counters for each step-sized area of a region are 15 15 in the same format as `/sys/block/*/stat` or `/proc/diskstats` (see: 16 - Documentation/iostats.txt). But two extra counters (12 and 13) are 16 + Documentation/admin-guide/iostats.rst). But two extra counters (12 and 13) are 17 17 provided: total time spent reading and writing. When the histogram 18 18 argument is used, the 14th parameter is reported that represents the 19 19 histogram of latencies. All these counters may be accessed by sending ··· 151 151 The first 11 counters have the same meaning as 152 152 `/sys/block/*/stat or /proc/diskstats`. 153 153 154 - Please refer to Documentation/iostats.txt for details. 154 + Please refer to Documentation/admin-guide/iostats.rst for details. 155 155 156 156 1. the number of reads completed 157 157 2. the number of reads merged
+1 -1
Documentation/admin-guide/hw-vuln/l1tf.rst
··· 241 241 For further information about confining guests to a single or to a group 242 242 of cores consult the cpusets documentation: 243 243 244 - https://www.kernel.org/doc/Documentation/cgroup-v1/cpusets.rst 244 + https://www.kernel.org/doc/Documentation/admin-guide/cgroup-v1/cpusets.rst 245 245 246 246 .. _interrupt_isolation: 247 247
+17
Documentation/admin-guide/index.rst
··· 85 85 perf-security 86 86 acpi/index 87 87 aoe/index 88 + btmrvl 89 + clearing-warn-once 90 + cpu-load 91 + cputopology 88 92 device-mapper/index 93 + efi-stub 94 + highuid 95 + hw_random 96 + iostats 97 + kernel-per-CPU-kthreads 89 98 laptops/index 99 + lcd-panel-cgram 100 + ldm 101 + lockup-watchdogs 102 + numastat 103 + pnp 104 + rtc 105 + svga 106 + video-output 90 107 91 108 .. only:: subproject and html 92 109
+1 -1
Documentation/admin-guide/kernel-parameters.txt
··· 5066 5066 5067 5067 vga= [BOOT,X86-32] Select a particular video mode 5068 5068 See Documentation/x86/boot.rst and 5069 - Documentation/svga.txt. 5069 + Documentation/admin-guide/svga.rst. 5070 5070 Use vga=ask for menu. 5071 5071 This is actually a boot loader parameter; the value is 5072 5072 passed to the kernel using a special protocol.
+1
Documentation/admin-guide/mm/index.rst
··· 26 26 :maxdepth: 1 27 27 28 28 concepts 29 + cma_debugfs 29 30 hugetlbpage 30 31 idle_page_tracking 31 32 ksm
+1 -1
Documentation/admin-guide/sysctl/kernel.rst
··· 327 327 0 - don't panic on hard lockup 328 328 1 - panic on hard lockup 329 329 330 - See Documentation/lockup-watchdogs.txt for more information. This can 330 + See Documentation/admin-guide/lockup-watchdogs.rst for more information. This can 331 331 also be set using the nmi_watchdog kernel parameter. 332 332 333 333
-2
Documentation/auxdisplay/lcd-panel-cgram.rst Documentation/admin-guide/lcd-panel-cgram.rst
··· 1 - :orphan: 2 - 3 1 ====================================== 4 2 Parallel port LCD/Keypad Panel support 5 3 ======================================
Documentation/btmrvl.txt Documentation/admin-guide/btmrvl.rst
Documentation/clearing-warn-once.txt Documentation/admin-guide/clearing-warn-once.rst
-2
Documentation/cma/debugfs.rst Documentation/admin-guide/mm/cma_debugfs.rst
··· 1 - :orphan: 2 - 3 1 ===================== 4 2 CMA Debugfs Interface 5 3 =====================
Documentation/cpu-load.txt Documentation/admin-guide/cpu-load.rst
Documentation/cputopology.txt Documentation/admin-guide/cputopology.rst
Documentation/efi-stub.txt Documentation/admin-guide/efi-stub.rst
+1 -1
Documentation/fb/vesafb.rst
··· 30 30 ============== 31 31 32 32 Switching modes is done using the vga=... boot parameter. Read 33 - Documentation/svga.txt for details. 33 + Documentation/admin-guide/svga.rst for details. 34 34 35 35 You should compile in both vgacon (for text mode) and vesafb (for 36 36 graphics mode). Which of them takes over the console depends on
Documentation/highuid.txt Documentation/admin-guide/highuid.rst
Documentation/hw_random.txt Documentation/admin-guide/hw_random.rst
Documentation/iostats.txt Documentation/admin-guide/iostats.rst
Documentation/kernel-per-CPU-kthreads.txt Documentation/admin-guide/kernel-per-CPU-kthreads.rst
Documentation/ldm.txt Documentation/admin-guide/ldm.rst
Documentation/lockup-watchdogs.txt Documentation/admin-guide/lockup-watchdogs.rst
Documentation/numastat.txt Documentation/admin-guide/numastat.rst
Documentation/pnp.txt Documentation/admin-guide/pnp.rst
Documentation/rtc.txt Documentation/admin-guide/rtc.rst
Documentation/svga.txt Documentation/admin-guide/svga.rst
Documentation/video-output.txt Documentation/admin-guide/video-output.rst
+1 -1
Documentation/x86/topology.rst
··· 9 9 respective code. 10 10 11 11 The architecture-agnostic topology definitions are in 12 - Documentation/cputopology.txt. This file holds x86-specific 12 + Documentation/admin-guide/cputopology.rst. This file holds x86-specific 13 13 differences/specialities which must not necessarily apply to the generic 14 14 definitions. Thus, the way to read up on Linux topology on x86 is to start 15 15 with the generic one and look at this one in parallel for the x86 specifics.
+6 -6
MAINTAINERS
··· 6080 6080 L: linux-efi@vger.kernel.org 6081 6081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git 6082 6082 S: Maintained 6083 - F: Documentation/efi-stub.txt 6083 + F: Documentation/admin-guide/efi-stub.rst 6084 6084 F: arch/*/kernel/efi.c 6085 6085 F: arch/x86/boot/compressed/eboot.[ch] 6086 6086 F: arch/*/include/asm/efi.h ··· 7088 7088 L: linux-crypto@vger.kernel.org 7089 7089 S: Odd fixes 7090 7090 F: Documentation/devicetree/bindings/rng/ 7091 - F: Documentation/hw_random.txt 7091 + F: Documentation/admin-guide/hw_random.rst 7092 7092 F: drivers/char/hw_random/ 7093 7093 F: include/linux/hw_random.h 7094 7094 ··· 9398 9398 L: linux-ntfs-dev@lists.sourceforge.net 9399 9399 W: http://www.linux-ntfs.org/content/view/19/37/ 9400 9400 S: Maintained 9401 - F: Documentation/ldm.txt 9401 + F: Documentation/admin-guide/ldm.rst 9402 9402 F: block/partitions/ldm.* 9403 9403 9404 9404 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) ··· 12058 12058 M: Willy Tarreau <willy@haproxy.com> 12059 12059 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> 12060 12060 S: Odd Fixes 12061 - F: Documentation/auxdisplay/lcd-panel-cgram.rst 12061 + F: Documentation/admin-guide/lcd-panel-cgram.rst 12062 12062 F: drivers/auxdisplay/panel.c 12063 12063 12064 12064 PARALLEL PORT SUBSYSTEM ··· 13476 13476 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git 13477 13477 S: Maintained 13478 13478 F: Documentation/devicetree/bindings/rtc/ 13479 - F: Documentation/rtc.txt 13479 + F: Documentation/admin-guide/rtc.rst 13480 13480 F: drivers/rtc/ 13481 13481 F: include/linux/rtc.h 13482 13482 F: include/uapi/linux/rtc.h ··· 15306 15306 M: Martin Mares <mj@ucw.cz> 15307 15307 L: linux-video@atrey.karlin.mff.cuni.cz 15308 15308 S: Maintained 15309 - F: Documentation/svga.txt 15309 + F: Documentation/admin-guide/svga.rst 15310 15310 F: arch/x86/boot/video* 15311 15311 15312 15312 SWIOTLB SUBSYSTEM
+1 -1
arch/arm/Kconfig
··· 1297 1297 will run faster if you say N here. 1298 1298 1299 1299 See also <file:Documentation/x86/i386/IO-APIC.rst>, 1300 - <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO available at 1300 + <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO available at 1301 1301 <http://tldp.org/HOWTO/SMP-HOWTO.html>. 1302 1302 1303 1303 If you don't know what to do here, say N.
+1 -1
arch/parisc/Kconfig
··· 277 277 machines, but will use only one CPU of a multiprocessor machine. 278 278 On a uniprocessor machine, the kernel will run faster if you say N. 279 279 280 - See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO 280 + See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO 281 281 available at <http://www.tldp.org/docs.html#howto>. 282 282 283 283 If you don't know what to do here, say N.
+1 -1
arch/sh/Kconfig
··· 679 679 People using multiprocessor machines who say Y here should also say 680 680 Y to "Enhanced Real Time Clock Support", below. 681 681 682 - See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO 682 + See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO 683 683 available at <http://www.tldp.org/docs.html#howto>. 684 684 685 685 If you don't know what to do here, say N.
+1 -1
arch/sparc/Kconfig
··· 180 180 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power 181 181 Management" code will be disabled if you say Y here. 182 182 183 - See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO 183 + See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO 184 184 available at <http://www.tldp.org/docs.html#howto>. 185 185 186 186 If you don't know what to do here, say N.
+2 -2
arch/x86/Kconfig
··· 402 402 Management" code will be disabled if you say Y here. 403 403 404 404 See also <file:Documentation/x86/i386/IO-APIC.rst>, 405 - <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO available at 405 + <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO available at 406 406 <http://www.tldp.org/docs.html#howto>. 407 407 408 408 If you don't know what to do here, say N. ··· 1959 1959 This kernel feature allows a bzImage to be loaded directly 1960 1960 by EFI firmware without the use of a bootloader. 1961 1961 1962 - See Documentation/efi-stub.txt for more information. 1962 + See Documentation/admin-guide/efi-stub.rst for more information. 1963 1963 1964 1964 config EFI_MIXED 1965 1965 bool "EFI mixed-mode support"
+1 -1
block/partitions/Kconfig
··· 194 194 Normal partitions are now called Basic Disks under Windows 2000, XP, 195 195 and Vista. 196 196 197 - For a fuller description read <file:Documentation/ldm.txt>. 197 + For a fuller description read <file:Documentation/admin-guide/ldm.rst>. 198 198 199 199 If unsure, say N. 200 200
+2 -2
drivers/char/Kconfig
··· 291 291 and set the RTC in an SMP compatible fashion. 292 292 293 293 If you think you have a use for such a device (such as periodic data 294 - sampling), then say Y here, and read <file:Documentation/rtc.txt> 294 + sampling), then say Y here, and read <file:Documentation/admin-guide/rtc.rst> 295 295 for details. 296 296 297 297 To compile this driver as a module, choose M here: the ··· 313 313 /dev/rtc. 314 314 315 315 If you think you have a use for such a device (such as periodic data 316 - sampling), then say Y here, and read <file:Documentation/rtc.txt> 316 + sampling), then say Y here, and read <file:Documentation/admin-guide/rtc.rst> 317 317 for details. 318 318 319 319 To compile this driver as a module, choose M here: the
+1 -1
drivers/char/hw_random/core.c
··· 4 4 * Copyright 2006 Michael Buesch <m@bues.ch> 5 5 * Copyright 2005 (c) MontaVista Software, Inc. 6 6 * 7 - * Please read Documentation/hw_random.txt for details on use. 7 + * Please read Documentation/admin-guide/hw_random.rst for details on use. 8 8 * 9 9 * This software may be used and distributed according to the terms 10 10 * of the GNU General Public License, incorporated herein by reference.
+1 -1
include/linux/hw_random.h
··· 1 1 /* 2 2 Hardware Random Number Generator 3 3 4 - Please read Documentation/hw_random.txt for details on use. 4 + Please read Documentation/admin-guide/hw_random.rst for details on use. 5 5 6 6 ---------------------------------------------------------- 7 7 This software may be used and distributed according to the terms