[PATCH] docs-rst: build unsorted txt books under Documentation/

From: Mauro Carvalho Chehab
Date: Sat Jun 17 2017 - 11:40:09 EST


Add symlinks to every single *.txt file under Documentation
(except for logo.txt) and build them with Sphinx.

Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>
---

This patch should come after my 3 patch series that converts
the *.txt documents (except for logo.txt) into ReST file
format. It is meant to test the results of the document
conversion to html. It is based on linux-next.

The final result after conversion can be seen at:
https://www.infradead.org/~mchehab/kernel_docs/unsorted/index.html

The full patch series is based on linux-next tree, as some of the
conversions I did before went applied via some tree. The entire
series can be seen at:
https://git.linuxtv.org//mchehab/experimental.git/log/?h=book_conversion_part_4_v2


Documentation/index.rst | 11 +++
Documentation/unsorted/DMA-API-HOWTO.rst | 1 +
Documentation/unsorted/DMA-API.rst | 1 +
Documentation/unsorted/DMA-ISA-LPC.rst | 1 +
Documentation/unsorted/DMA-attributes.rst | 1 +
Documentation/unsorted/IPMI.rst | 1 +
Documentation/unsorted/IRQ-affinity.rst | 1 +
Documentation/unsorted/IRQ-domain.rst | 1 +
Documentation/unsorted/IRQ.rst | 1 +
Documentation/unsorted/Intel-IOMMU.rst | 1 +
Documentation/unsorted/SAK.rst | 1 +
Documentation/unsorted/SM501.rst | 1 +
Documentation/unsorted/bcache.rst | 1 +
Documentation/unsorted/bt8xxgpio.rst | 1 +
Documentation/unsorted/btmrvl.rst | 1 +
Documentation/unsorted/bus-virt-phys-mapping.rst | 1 +
Documentation/unsorted/cachetlb.rst | 1 +
Documentation/unsorted/cgroup-v2.rst | 1 +
Documentation/unsorted/circular-buffers.rst | 1 +
Documentation/unsorted/clk.rst | 1 +
Documentation/unsorted/cpu-load.rst | 1 +
Documentation/unsorted/cputopology.rst | 1 +
Documentation/unsorted/crc32.rst | 1 +
Documentation/unsorted/dcdbas.rst | 1 +
Documentation/unsorted/debugging-modules.rst | 1 +
Documentation/unsorted/debugging-via-ohci1394.rst | 1 +
Documentation/unsorted/dell_rbu.rst | 1 +
Documentation/unsorted/digsig.rst | 1 +
Documentation/unsorted/efi-stub.rst | 1 +
Documentation/unsorted/eisa.rst | 1 +
Documentation/unsorted/flexible-arrays.rst | 1 +
Documentation/unsorted/futex-requeue-pi.rst | 1 +
Documentation/unsorted/gcc-plugins.rst | 1 +
Documentation/unsorted/highuid.rst | 1 +
Documentation/unsorted/hw_random.rst | 1 +
Documentation/unsorted/hwspinlock.rst | 1 +
Documentation/unsorted/index.rst | 97 ++++++++++++++++++++++
Documentation/unsorted/intel_txt.rst | 1 +
Documentation/unsorted/io-mapping.rst | 1 +
Documentation/unsorted/io_ordering.rst | 1 +
Documentation/unsorted/iostats.rst | 1 +
Documentation/unsorted/irqflags-tracing.rst | 1 +
Documentation/unsorted/isa.rst | 1 +
Documentation/unsorted/isapnp.rst | 1 +
Documentation/unsorted/kernel-doc-nano-HOWTO.rst | 1 +
Documentation/unsorted/kernel-per-CPU-kthreads.rst | 1 +
Documentation/unsorted/kobject.rst | 1 +
Documentation/unsorted/kprobes.rst | 1 +
Documentation/unsorted/kref.rst | 1 +
Documentation/unsorted/ldm.rst | 1 +
Documentation/unsorted/lockup-watchdogs.rst | 1 +
Documentation/unsorted/lsm.rst | 1 +
Documentation/unsorted/lzo.rst | 1 +
Documentation/unsorted/mailbox.rst | 1 +
Documentation/unsorted/memory-barriers.rst | 1 +
Documentation/unsorted/memory-hotplug.rst | 1 +
Documentation/unsorted/men-chameleon-bus.rst | 1 +
Documentation/unsorted/nommu-mmap.rst | 1 +
Documentation/unsorted/ntb.rst | 1 +
Documentation/unsorted/numastat.rst | 1 +
Documentation/unsorted/padata.rst | 1 +
Documentation/unsorted/parport-lowlevel.rst | 1 +
Documentation/unsorted/percpu-rw-semaphore.rst | 1 +
Documentation/unsorted/phy.rst | 1 +
Documentation/unsorted/pi-futex.rst | 1 +
Documentation/unsorted/pnp.rst | 1 +
Documentation/unsorted/preempt-locking.rst | 1 +
Documentation/unsorted/printk-formats.rst | 1 +
Documentation/unsorted/pwm.rst | 1 +
Documentation/unsorted/rbtree.rst | 1 +
Documentation/unsorted/remoteproc.rst | 1 +
Documentation/unsorted/rfkill.rst | 1 +
Documentation/unsorted/robust-futex-ABI.rst | 1 +
Documentation/unsorted/robust-futexes.rst | 1 +
Documentation/unsorted/rpmsg.rst | 1 +
Documentation/unsorted/rtc.rst | 1 +
Documentation/unsorted/sgi-ioc4.rst | 1 +
Documentation/unsorted/siphash.rst | 1 +
Documentation/unsorted/smsc_ece1099.rst | 1 +
Documentation/unsorted/static-keys.rst | 1 +
Documentation/unsorted/svga.rst | 1 +
Documentation/unsorted/switchtec.rst | 1 +
Documentation/unsorted/sync_file.rst | 1 +
Documentation/unsorted/tee.rst | 1 +
Documentation/unsorted/this_cpu_ops.rst | 1 +
Documentation/unsorted/unaligned-memory-access.rst | 1 +
Documentation/unsorted/vfio-mediated-device.rst | 1 +
Documentation/unsorted/vfio.rst | 1 +
Documentation/unsorted/video-output.rst | 1 +
Documentation/unsorted/xillybus.rst | 1 +
Documentation/unsorted/xz.rst | 1 +
Documentation/unsorted/zorro.rst | 1 +
92 files changed, 198 insertions(+)
create mode 120000 Documentation/unsorted/DMA-API-HOWTO.rst
create mode 120000 Documentation/unsorted/DMA-API.rst
create mode 120000 Documentation/unsorted/DMA-ISA-LPC.rst
create mode 120000 Documentation/unsorted/DMA-attributes.rst
create mode 120000 Documentation/unsorted/IPMI.rst
create mode 120000 Documentation/unsorted/IRQ-affinity.rst
create mode 120000 Documentation/unsorted/IRQ-domain.rst
create mode 120000 Documentation/unsorted/IRQ.rst
create mode 120000 Documentation/unsorted/Intel-IOMMU.rst
create mode 120000 Documentation/unsorted/SAK.rst
create mode 120000 Documentation/unsorted/SM501.rst
create mode 120000 Documentation/unsorted/bcache.rst
create mode 120000 Documentation/unsorted/bt8xxgpio.rst
create mode 120000 Documentation/unsorted/btmrvl.rst
create mode 120000 Documentation/unsorted/bus-virt-phys-mapping.rst
create mode 120000 Documentation/unsorted/cachetlb.rst
create mode 120000 Documentation/unsorted/cgroup-v2.rst
create mode 120000 Documentation/unsorted/circular-buffers.rst
create mode 120000 Documentation/unsorted/clk.rst
create mode 120000 Documentation/unsorted/cpu-load.rst
create mode 120000 Documentation/unsorted/cputopology.rst
create mode 120000 Documentation/unsorted/crc32.rst
create mode 120000 Documentation/unsorted/dcdbas.rst
create mode 120000 Documentation/unsorted/debugging-modules.rst
create mode 120000 Documentation/unsorted/debugging-via-ohci1394.rst
create mode 120000 Documentation/unsorted/dell_rbu.rst
create mode 120000 Documentation/unsorted/digsig.rst
create mode 120000 Documentation/unsorted/efi-stub.rst
create mode 120000 Documentation/unsorted/eisa.rst
create mode 120000 Documentation/unsorted/flexible-arrays.rst
create mode 120000 Documentation/unsorted/futex-requeue-pi.rst
create mode 120000 Documentation/unsorted/gcc-plugins.rst
create mode 120000 Documentation/unsorted/highuid.rst
create mode 120000 Documentation/unsorted/hw_random.rst
create mode 120000 Documentation/unsorted/hwspinlock.rst
create mode 100644 Documentation/unsorted/index.rst
create mode 120000 Documentation/unsorted/intel_txt.rst
create mode 120000 Documentation/unsorted/io-mapping.rst
create mode 120000 Documentation/unsorted/io_ordering.rst
create mode 120000 Documentation/unsorted/iostats.rst
create mode 120000 Documentation/unsorted/irqflags-tracing.rst
create mode 120000 Documentation/unsorted/isa.rst
create mode 120000 Documentation/unsorted/isapnp.rst
create mode 120000 Documentation/unsorted/kernel-doc-nano-HOWTO.rst
create mode 120000 Documentation/unsorted/kernel-per-CPU-kthreads.rst
create mode 120000 Documentation/unsorted/kobject.rst
create mode 120000 Documentation/unsorted/kprobes.rst
create mode 120000 Documentation/unsorted/kref.rst
create mode 120000 Documentation/unsorted/ldm.rst
create mode 120000 Documentation/unsorted/lockup-watchdogs.rst
create mode 120000 Documentation/unsorted/lsm.rst
create mode 120000 Documentation/unsorted/lzo.rst
create mode 120000 Documentation/unsorted/mailbox.rst
create mode 120000 Documentation/unsorted/memory-barriers.rst
create mode 120000 Documentation/unsorted/memory-hotplug.rst
create mode 120000 Documentation/unsorted/men-chameleon-bus.rst
create mode 120000 Documentation/unsorted/nommu-mmap.rst
create mode 120000 Documentation/unsorted/ntb.rst
create mode 120000 Documentation/unsorted/numastat.rst
create mode 120000 Documentation/unsorted/padata.rst
create mode 120000 Documentation/unsorted/parport-lowlevel.rst
create mode 120000 Documentation/unsorted/percpu-rw-semaphore.rst
create mode 120000 Documentation/unsorted/phy.rst
create mode 120000 Documentation/unsorted/pi-futex.rst
create mode 120000 Documentation/unsorted/pnp.rst
create mode 120000 Documentation/unsorted/preempt-locking.rst
create mode 120000 Documentation/unsorted/printk-formats.rst
create mode 120000 Documentation/unsorted/pwm.rst
create mode 120000 Documentation/unsorted/rbtree.rst
create mode 120000 Documentation/unsorted/remoteproc.rst
create mode 120000 Documentation/unsorted/rfkill.rst
create mode 120000 Documentation/unsorted/robust-futex-ABI.rst
create mode 120000 Documentation/unsorted/robust-futexes.rst
create mode 120000 Documentation/unsorted/rpmsg.rst
create mode 120000 Documentation/unsorted/rtc.rst
create mode 120000 Documentation/unsorted/sgi-ioc4.rst
create mode 120000 Documentation/unsorted/siphash.rst
create mode 120000 Documentation/unsorted/smsc_ece1099.rst
create mode 120000 Documentation/unsorted/static-keys.rst
create mode 120000 Documentation/unsorted/svga.rst
create mode 120000 Documentation/unsorted/switchtec.rst
create mode 120000 Documentation/unsorted/sync_file.rst
create mode 120000 Documentation/unsorted/tee.rst
create mode 120000 Documentation/unsorted/this_cpu_ops.rst
create mode 120000 Documentation/unsorted/unaligned-memory-access.rst
create mode 120000 Documentation/unsorted/vfio-mediated-device.rst
create mode 120000 Documentation/unsorted/vfio.rst
create mode 120000 Documentation/unsorted/video-output.rst
create mode 120000 Documentation/unsorted/xillybus.rst
create mode 120000 Documentation/unsorted/xz.rst
create mode 120000 Documentation/unsorted/zorro.rst

diff --git a/Documentation/index.rst b/Documentation/index.rst
index e9017bb3a6ce..aa94314ade0d 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -87,6 +87,17 @@ implementation.

sh/index

+Unsorted documentation
+----------------------
+
+The books in this section are unsorded and need to be moved to some
+other books, after being updated.
+
+.. toctree::
+ :maxdepth: 2
+
+ unsorted/index
+
Korean translations
-------------------

diff --git a/Documentation/unsorted/DMA-API-HOWTO.rst b/Documentation/unsorted/DMA-API-HOWTO.rst
new file mode 120000
index 000000000000..6b82dc1c4449
--- /dev/null
+++ b/Documentation/unsorted/DMA-API-HOWTO.rst
@@ -0,0 +1 @@
+../DMA-API-HOWTO.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/DMA-API.rst b/Documentation/unsorted/DMA-API.rst
new file mode 120000
index 000000000000..4bb46f38e848
--- /dev/null
+++ b/Documentation/unsorted/DMA-API.rst
@@ -0,0 +1 @@
+../DMA-API.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/DMA-ISA-LPC.rst b/Documentation/unsorted/DMA-ISA-LPC.rst
new file mode 120000
index 000000000000..4e8688eca2c3
--- /dev/null
+++ b/Documentation/unsorted/DMA-ISA-LPC.rst
@@ -0,0 +1 @@
+../DMA-ISA-LPC.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/DMA-attributes.rst b/Documentation/unsorted/DMA-attributes.rst
new file mode 120000
index 000000000000..5e29e6f3c567
--- /dev/null
+++ b/Documentation/unsorted/DMA-attributes.rst
@@ -0,0 +1 @@
+../DMA-attributes.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/IPMI.rst b/Documentation/unsorted/IPMI.rst
new file mode 120000
index 000000000000..c7a1c9082f56
--- /dev/null
+++ b/Documentation/unsorted/IPMI.rst
@@ -0,0 +1 @@
+../IPMI.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/IRQ-affinity.rst b/Documentation/unsorted/IRQ-affinity.rst
new file mode 120000
index 000000000000..eaa5a1ed6271
--- /dev/null
+++ b/Documentation/unsorted/IRQ-affinity.rst
@@ -0,0 +1 @@
+../IRQ-affinity.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/IRQ-domain.rst b/Documentation/unsorted/IRQ-domain.rst
new file mode 120000
index 000000000000..1fe32a73f2f8
--- /dev/null
+++ b/Documentation/unsorted/IRQ-domain.rst
@@ -0,0 +1 @@
+../IRQ-domain.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/IRQ.rst b/Documentation/unsorted/IRQ.rst
new file mode 120000
index 000000000000..f6fb1f7b3bd1
--- /dev/null
+++ b/Documentation/unsorted/IRQ.rst
@@ -0,0 +1 @@
+../IRQ.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/Intel-IOMMU.rst b/Documentation/unsorted/Intel-IOMMU.rst
new file mode 120000
index 000000000000..d458c5729e32
--- /dev/null
+++ b/Documentation/unsorted/Intel-IOMMU.rst
@@ -0,0 +1 @@
+../Intel-IOMMU.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/SAK.rst b/Documentation/unsorted/SAK.rst
new file mode 120000
index 000000000000..2b943458118f
--- /dev/null
+++ b/Documentation/unsorted/SAK.rst
@@ -0,0 +1 @@
+../SAK.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/SM501.rst b/Documentation/unsorted/SM501.rst
new file mode 120000
index 000000000000..3914f03fe2b7
--- /dev/null
+++ b/Documentation/unsorted/SM501.rst
@@ -0,0 +1 @@
+../SM501.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/bcache.rst b/Documentation/unsorted/bcache.rst
new file mode 120000
index 000000000000..2c2c43c33b64
--- /dev/null
+++ b/Documentation/unsorted/bcache.rst
@@ -0,0 +1 @@
+../bcache.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/bt8xxgpio.rst b/Documentation/unsorted/bt8xxgpio.rst
new file mode 120000
index 000000000000..42f6c374382a
--- /dev/null
+++ b/Documentation/unsorted/bt8xxgpio.rst
@@ -0,0 +1 @@
+../bt8xxgpio.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/btmrvl.rst b/Documentation/unsorted/btmrvl.rst
new file mode 120000
index 000000000000..a5a51e7d0b15
--- /dev/null
+++ b/Documentation/unsorted/btmrvl.rst
@@ -0,0 +1 @@
+../btmrvl.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/bus-virt-phys-mapping.rst b/Documentation/unsorted/bus-virt-phys-mapping.rst
new file mode 120000
index 000000000000..8632b13aac25
--- /dev/null
+++ b/Documentation/unsorted/bus-virt-phys-mapping.rst
@@ -0,0 +1 @@
+../bus-virt-phys-mapping.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/cachetlb.rst b/Documentation/unsorted/cachetlb.rst
new file mode 120000
index 000000000000..1b2acfbea7bd
--- /dev/null
+++ b/Documentation/unsorted/cachetlb.rst
@@ -0,0 +1 @@
+../cachetlb.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/cgroup-v2.rst b/Documentation/unsorted/cgroup-v2.rst
new file mode 120000
index 000000000000..7b4267484fb2
--- /dev/null
+++ b/Documentation/unsorted/cgroup-v2.rst
@@ -0,0 +1 @@
+../cgroup-v2.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/circular-buffers.rst b/Documentation/unsorted/circular-buffers.rst
new file mode 120000
index 000000000000..845ae88511bd
--- /dev/null
+++ b/Documentation/unsorted/circular-buffers.rst
@@ -0,0 +1 @@
+../circular-buffers.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/clk.rst b/Documentation/unsorted/clk.rst
new file mode 120000
index 000000000000..3719b44bb988
--- /dev/null
+++ b/Documentation/unsorted/clk.rst
@@ -0,0 +1 @@
+../clk.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/cpu-load.rst b/Documentation/unsorted/cpu-load.rst
new file mode 120000
index 000000000000..ec1ffede026a
--- /dev/null
+++ b/Documentation/unsorted/cpu-load.rst
@@ -0,0 +1 @@
+../cpu-load.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/cputopology.rst b/Documentation/unsorted/cputopology.rst
new file mode 120000
index 000000000000..6d9e618899fb
--- /dev/null
+++ b/Documentation/unsorted/cputopology.rst
@@ -0,0 +1 @@
+../cputopology.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/crc32.rst b/Documentation/unsorted/crc32.rst
new file mode 120000
index 000000000000..8b19c9588c1d
--- /dev/null
+++ b/Documentation/unsorted/crc32.rst
@@ -0,0 +1 @@
+../crc32.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/dcdbas.rst b/Documentation/unsorted/dcdbas.rst
new file mode 120000
index 000000000000..295d8d7c53cd
--- /dev/null
+++ b/Documentation/unsorted/dcdbas.rst
@@ -0,0 +1 @@
+../dcdbas.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/debugging-modules.rst b/Documentation/unsorted/debugging-modules.rst
new file mode 120000
index 000000000000..8cb20459a783
--- /dev/null
+++ b/Documentation/unsorted/debugging-modules.rst
@@ -0,0 +1 @@
+../debugging-modules.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/debugging-via-ohci1394.rst b/Documentation/unsorted/debugging-via-ohci1394.rst
new file mode 120000
index 000000000000..fea74ddc5fe6
--- /dev/null
+++ b/Documentation/unsorted/debugging-via-ohci1394.rst
@@ -0,0 +1 @@
+../debugging-via-ohci1394.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/dell_rbu.rst b/Documentation/unsorted/dell_rbu.rst
new file mode 120000
index 000000000000..223045772a69
--- /dev/null
+++ b/Documentation/unsorted/dell_rbu.rst
@@ -0,0 +1 @@
+../dell_rbu.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/digsig.rst b/Documentation/unsorted/digsig.rst
new file mode 120000
index 000000000000..204295d9890e
--- /dev/null
+++ b/Documentation/unsorted/digsig.rst
@@ -0,0 +1 @@
+../digsig.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/efi-stub.rst b/Documentation/unsorted/efi-stub.rst
new file mode 120000
index 000000000000..247dbe5d029e
--- /dev/null
+++ b/Documentation/unsorted/efi-stub.rst
@@ -0,0 +1 @@
+../efi-stub.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/eisa.rst b/Documentation/unsorted/eisa.rst
new file mode 120000
index 000000000000..3868f808c324
--- /dev/null
+++ b/Documentation/unsorted/eisa.rst
@@ -0,0 +1 @@
+../eisa.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/flexible-arrays.rst b/Documentation/unsorted/flexible-arrays.rst
new file mode 120000
index 000000000000..2bf80cee2bb2
--- /dev/null
+++ b/Documentation/unsorted/flexible-arrays.rst
@@ -0,0 +1 @@
+../flexible-arrays.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/futex-requeue-pi.rst b/Documentation/unsorted/futex-requeue-pi.rst
new file mode 120000
index 000000000000..07327d674731
--- /dev/null
+++ b/Documentation/unsorted/futex-requeue-pi.rst
@@ -0,0 +1 @@
+../futex-requeue-pi.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/gcc-plugins.rst b/Documentation/unsorted/gcc-plugins.rst
new file mode 120000
index 000000000000..25890ce3e616
--- /dev/null
+++ b/Documentation/unsorted/gcc-plugins.rst
@@ -0,0 +1 @@
+../gcc-plugins.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/highuid.rst b/Documentation/unsorted/highuid.rst
new file mode 120000
index 000000000000..2cc770f410c2
--- /dev/null
+++ b/Documentation/unsorted/highuid.rst
@@ -0,0 +1 @@
+../highuid.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/hw_random.rst b/Documentation/unsorted/hw_random.rst
new file mode 120000
index 000000000000..de57d788f9ea
--- /dev/null
+++ b/Documentation/unsorted/hw_random.rst
@@ -0,0 +1 @@
+../hw_random.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/hwspinlock.rst b/Documentation/unsorted/hwspinlock.rst
new file mode 120000
index 000000000000..6c76809bb510
--- /dev/null
+++ b/Documentation/unsorted/hwspinlock.rst
@@ -0,0 +1 @@
+../hwspinlock.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/index.rst b/Documentation/unsorted/index.rst
new file mode 100644
index 000000000000..9fb3b1594e67
--- /dev/null
+++ b/Documentation/unsorted/index.rst
@@ -0,0 +1,97 @@
+Unsorted documents
+==================
+
+.. toctree::
+ :maxdepth: 2
+ :numbered:
+
+ bcache
+ bt8xxgpio
+ btmrvl
+ bus-virt-phys-mapping
+ cachetlb
+ cgroup-v2
+ circular-buffers
+ clk
+ cpu-load
+ cputopology
+ crc32
+ dcdbas
+ debugging-modules
+ debugging-via-ohci1394
+ dell_rbu
+ digsig
+ DMA-API-HOWTO
+ DMA-API
+ DMA-attributes
+ DMA-ISA-LPC
+ efi-stub
+ eisa
+ flexible-arrays
+ futex-requeue-pi
+ gcc-plugins
+ highuid
+ hw_random
+ hwspinlock
+ Intel-IOMMU
+ intel_txt
+ io-mapping
+ io_ordering
+ iostats
+ IPMI
+ IRQ-affinity
+ IRQ-domain
+ irqflags-tracing
+ IRQ
+ isapnp
+ isa
+ kernel-doc-nano-HOWTO
+ kernel-per-CPU-kthreads
+ kobject
+ kprobes
+ kref
+ ldm
+ lockup-watchdogs
+ lsm
+ lzo
+ mailbox
+ memory-barriers
+ memory-hotplug
+ men-chameleon-bus
+ nommu-mmap
+ ntb
+ numastat
+ padata
+ parport-lowlevel
+ percpu-rw-semaphore
+ phy
+ pi-futex
+ pnp
+ preempt-locking
+ printk-formats
+ pwm
+ rbtree
+ remoteproc
+ rfkill
+ robust-futex-ABI
+ robust-futexes
+ rpmsg
+ rtc
+ SAK
+ sgi-ioc4
+ siphash
+ SM501
+ smsc_ece1099
+ static-keys
+ svga
+ switchtec
+ sync_file
+ tee
+ this_cpu_ops
+ unaligned-memory-access
+ vfio-mediated-device
+ vfio
+ video-output
+ xillybus
+ xz
+ zorro
diff --git a/Documentation/unsorted/intel_txt.rst b/Documentation/unsorted/intel_txt.rst
new file mode 120000
index 000000000000..04ec1ce983be
--- /dev/null
+++ b/Documentation/unsorted/intel_txt.rst
@@ -0,0 +1 @@
+../intel_txt.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/io-mapping.rst b/Documentation/unsorted/io-mapping.rst
new file mode 120000
index 000000000000..97d2ea3bc703
--- /dev/null
+++ b/Documentation/unsorted/io-mapping.rst
@@ -0,0 +1 @@
+../io-mapping.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/io_ordering.rst b/Documentation/unsorted/io_ordering.rst
new file mode 120000
index 000000000000..23ce40b04385
--- /dev/null
+++ b/Documentation/unsorted/io_ordering.rst
@@ -0,0 +1 @@
+../io_ordering.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/iostats.rst b/Documentation/unsorted/iostats.rst
new file mode 120000
index 000000000000..6004e413e362
--- /dev/null
+++ b/Documentation/unsorted/iostats.rst
@@ -0,0 +1 @@
+../iostats.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/irqflags-tracing.rst b/Documentation/unsorted/irqflags-tracing.rst
new file mode 120000
index 000000000000..f86d50f565dd
--- /dev/null
+++ b/Documentation/unsorted/irqflags-tracing.rst
@@ -0,0 +1 @@
+../irqflags-tracing.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/isa.rst b/Documentation/unsorted/isa.rst
new file mode 120000
index 000000000000..6f30bb2e80b4
--- /dev/null
+++ b/Documentation/unsorted/isa.rst
@@ -0,0 +1 @@
+../isa.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/isapnp.rst b/Documentation/unsorted/isapnp.rst
new file mode 120000
index 000000000000..85ec9ae60348
--- /dev/null
+++ b/Documentation/unsorted/isapnp.rst
@@ -0,0 +1 @@
+../isapnp.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/kernel-doc-nano-HOWTO.rst b/Documentation/unsorted/kernel-doc-nano-HOWTO.rst
new file mode 120000
index 000000000000..59f8da2f210d
--- /dev/null
+++ b/Documentation/unsorted/kernel-doc-nano-HOWTO.rst
@@ -0,0 +1 @@
+../kernel-doc-nano-HOWTO.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/kernel-per-CPU-kthreads.rst b/Documentation/unsorted/kernel-per-CPU-kthreads.rst
new file mode 120000
index 000000000000..ca3417761a68
--- /dev/null
+++ b/Documentation/unsorted/kernel-per-CPU-kthreads.rst
@@ -0,0 +1 @@
+../kernel-per-CPU-kthreads.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/kobject.rst b/Documentation/unsorted/kobject.rst
new file mode 120000
index 000000000000..700bb23850fd
--- /dev/null
+++ b/Documentation/unsorted/kobject.rst
@@ -0,0 +1 @@
+../kobject.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/kprobes.rst b/Documentation/unsorted/kprobes.rst
new file mode 120000
index 000000000000..83e30f00d716
--- /dev/null
+++ b/Documentation/unsorted/kprobes.rst
@@ -0,0 +1 @@
+../kprobes.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/kref.rst b/Documentation/unsorted/kref.rst
new file mode 120000
index 000000000000..f04162a9f628
--- /dev/null
+++ b/Documentation/unsorted/kref.rst
@@ -0,0 +1 @@
+../kref.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/ldm.rst b/Documentation/unsorted/ldm.rst
new file mode 120000
index 000000000000..57f3e860044d
--- /dev/null
+++ b/Documentation/unsorted/ldm.rst
@@ -0,0 +1 @@
+../ldm.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/lockup-watchdogs.rst b/Documentation/unsorted/lockup-watchdogs.rst
new file mode 120000
index 000000000000..4ad2bfddd24b
--- /dev/null
+++ b/Documentation/unsorted/lockup-watchdogs.rst
@@ -0,0 +1 @@
+../lockup-watchdogs.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/lsm.rst b/Documentation/unsorted/lsm.rst
new file mode 120000
index 000000000000..0b145afddb7c
--- /dev/null
+++ b/Documentation/unsorted/lsm.rst
@@ -0,0 +1 @@
+../lsm.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/lzo.rst b/Documentation/unsorted/lzo.rst
new file mode 120000
index 000000000000..fec15694c74e
--- /dev/null
+++ b/Documentation/unsorted/lzo.rst
@@ -0,0 +1 @@
+../lzo.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/mailbox.rst b/Documentation/unsorted/mailbox.rst
new file mode 120000
index 000000000000..6975e72765aa
--- /dev/null
+++ b/Documentation/unsorted/mailbox.rst
@@ -0,0 +1 @@
+../mailbox.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/memory-barriers.rst b/Documentation/unsorted/memory-barriers.rst
new file mode 120000
index 000000000000..251bd5b8a237
--- /dev/null
+++ b/Documentation/unsorted/memory-barriers.rst
@@ -0,0 +1 @@
+../memory-barriers.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/memory-hotplug.rst b/Documentation/unsorted/memory-hotplug.rst
new file mode 120000
index 000000000000..92d8200de147
--- /dev/null
+++ b/Documentation/unsorted/memory-hotplug.rst
@@ -0,0 +1 @@
+../memory-hotplug.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/men-chameleon-bus.rst b/Documentation/unsorted/men-chameleon-bus.rst
new file mode 120000
index 000000000000..2c299213abaa
--- /dev/null
+++ b/Documentation/unsorted/men-chameleon-bus.rst
@@ -0,0 +1 @@
+../men-chameleon-bus.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/nommu-mmap.rst b/Documentation/unsorted/nommu-mmap.rst
new file mode 120000
index 000000000000..9337b5637f92
--- /dev/null
+++ b/Documentation/unsorted/nommu-mmap.rst
@@ -0,0 +1 @@
+../nommu-mmap.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/ntb.rst b/Documentation/unsorted/ntb.rst
new file mode 120000
index 000000000000..dba598177eb5
--- /dev/null
+++ b/Documentation/unsorted/ntb.rst
@@ -0,0 +1 @@
+../ntb.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/numastat.rst b/Documentation/unsorted/numastat.rst
new file mode 120000
index 000000000000..c9e9cb65a0d3
--- /dev/null
+++ b/Documentation/unsorted/numastat.rst
@@ -0,0 +1 @@
+../numastat.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/padata.rst b/Documentation/unsorted/padata.rst
new file mode 120000
index 000000000000..a4ab0b10201f
--- /dev/null
+++ b/Documentation/unsorted/padata.rst
@@ -0,0 +1 @@
+../padata.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/parport-lowlevel.rst b/Documentation/unsorted/parport-lowlevel.rst
new file mode 120000
index 000000000000..0888d7f3cc46
--- /dev/null
+++ b/Documentation/unsorted/parport-lowlevel.rst
@@ -0,0 +1 @@
+../parport-lowlevel.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/percpu-rw-semaphore.rst b/Documentation/unsorted/percpu-rw-semaphore.rst
new file mode 120000
index 000000000000..e109d8003a04
--- /dev/null
+++ b/Documentation/unsorted/percpu-rw-semaphore.rst
@@ -0,0 +1 @@
+../percpu-rw-semaphore.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/phy.rst b/Documentation/unsorted/phy.rst
new file mode 120000
index 000000000000..a27b2de55f71
--- /dev/null
+++ b/Documentation/unsorted/phy.rst
@@ -0,0 +1 @@
+../phy.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/pi-futex.rst b/Documentation/unsorted/pi-futex.rst
new file mode 120000
index 000000000000..c73b832c0327
--- /dev/null
+++ b/Documentation/unsorted/pi-futex.rst
@@ -0,0 +1 @@
+../pi-futex.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/pnp.rst b/Documentation/unsorted/pnp.rst
new file mode 120000
index 000000000000..fda60a7ec546
--- /dev/null
+++ b/Documentation/unsorted/pnp.rst
@@ -0,0 +1 @@
+../pnp.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/preempt-locking.rst b/Documentation/unsorted/preempt-locking.rst
new file mode 120000
index 000000000000..787f6fae670f
--- /dev/null
+++ b/Documentation/unsorted/preempt-locking.rst
@@ -0,0 +1 @@
+../preempt-locking.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/printk-formats.rst b/Documentation/unsorted/printk-formats.rst
new file mode 120000
index 000000000000..92699d4e96b3
--- /dev/null
+++ b/Documentation/unsorted/printk-formats.rst
@@ -0,0 +1 @@
+../printk-formats.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/pwm.rst b/Documentation/unsorted/pwm.rst
new file mode 120000
index 000000000000..1d72e9a74e42
--- /dev/null
+++ b/Documentation/unsorted/pwm.rst
@@ -0,0 +1 @@
+../pwm.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/rbtree.rst b/Documentation/unsorted/rbtree.rst
new file mode 120000
index 000000000000..996312711f29
--- /dev/null
+++ b/Documentation/unsorted/rbtree.rst
@@ -0,0 +1 @@
+../rbtree.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/remoteproc.rst b/Documentation/unsorted/remoteproc.rst
new file mode 120000
index 000000000000..2905b2b83ac3
--- /dev/null
+++ b/Documentation/unsorted/remoteproc.rst
@@ -0,0 +1 @@
+../remoteproc.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/rfkill.rst b/Documentation/unsorted/rfkill.rst
new file mode 120000
index 000000000000..0224bf571184
--- /dev/null
+++ b/Documentation/unsorted/rfkill.rst
@@ -0,0 +1 @@
+../rfkill.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/robust-futex-ABI.rst b/Documentation/unsorted/robust-futex-ABI.rst
new file mode 120000
index 000000000000..2bbe56c54aa3
--- /dev/null
+++ b/Documentation/unsorted/robust-futex-ABI.rst
@@ -0,0 +1 @@
+../robust-futex-ABI.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/robust-futexes.rst b/Documentation/unsorted/robust-futexes.rst
new file mode 120000
index 000000000000..6a3e62ffcad3
--- /dev/null
+++ b/Documentation/unsorted/robust-futexes.rst
@@ -0,0 +1 @@
+../robust-futexes.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/rpmsg.rst b/Documentation/unsorted/rpmsg.rst
new file mode 120000
index 000000000000..e768bf163faf
--- /dev/null
+++ b/Documentation/unsorted/rpmsg.rst
@@ -0,0 +1 @@
+../rpmsg.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/rtc.rst b/Documentation/unsorted/rtc.rst
new file mode 120000
index 000000000000..042a14d6b75f
--- /dev/null
+++ b/Documentation/unsorted/rtc.rst
@@ -0,0 +1 @@
+../rtc.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/sgi-ioc4.rst b/Documentation/unsorted/sgi-ioc4.rst
new file mode 120000
index 000000000000..10a29dbc92d7
--- /dev/null
+++ b/Documentation/unsorted/sgi-ioc4.rst
@@ -0,0 +1 @@
+../sgi-ioc4.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/siphash.rst b/Documentation/unsorted/siphash.rst
new file mode 120000
index 000000000000..05c3dc331bd2
--- /dev/null
+++ b/Documentation/unsorted/siphash.rst
@@ -0,0 +1 @@
+../siphash.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/smsc_ece1099.rst b/Documentation/unsorted/smsc_ece1099.rst
new file mode 120000
index 000000000000..8effecd76106
--- /dev/null
+++ b/Documentation/unsorted/smsc_ece1099.rst
@@ -0,0 +1 @@
+../smsc_ece1099.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/static-keys.rst b/Documentation/unsorted/static-keys.rst
new file mode 120000
index 000000000000..645b4ce9f6b9
--- /dev/null
+++ b/Documentation/unsorted/static-keys.rst
@@ -0,0 +1 @@
+../static-keys.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/svga.rst b/Documentation/unsorted/svga.rst
new file mode 120000
index 000000000000..0eeb47b23deb
--- /dev/null
+++ b/Documentation/unsorted/svga.rst
@@ -0,0 +1 @@
+../svga.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/switchtec.rst b/Documentation/unsorted/switchtec.rst
new file mode 120000
index 000000000000..ed0f776418d4
--- /dev/null
+++ b/Documentation/unsorted/switchtec.rst
@@ -0,0 +1 @@
+../switchtec.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/sync_file.rst b/Documentation/unsorted/sync_file.rst
new file mode 120000
index 000000000000..865f9fbb6f6a
--- /dev/null
+++ b/Documentation/unsorted/sync_file.rst
@@ -0,0 +1 @@
+../sync_file.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/tee.rst b/Documentation/unsorted/tee.rst
new file mode 120000
index 000000000000..463ae690c7cf
--- /dev/null
+++ b/Documentation/unsorted/tee.rst
@@ -0,0 +1 @@
+../tee.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/this_cpu_ops.rst b/Documentation/unsorted/this_cpu_ops.rst
new file mode 120000
index 000000000000..7b408583659a
--- /dev/null
+++ b/Documentation/unsorted/this_cpu_ops.rst
@@ -0,0 +1 @@
+../this_cpu_ops.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/unaligned-memory-access.rst b/Documentation/unsorted/unaligned-memory-access.rst
new file mode 120000
index 000000000000..1251f9bef480
--- /dev/null
+++ b/Documentation/unsorted/unaligned-memory-access.rst
@@ -0,0 +1 @@
+../unaligned-memory-access.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/vfio-mediated-device.rst b/Documentation/unsorted/vfio-mediated-device.rst
new file mode 120000
index 000000000000..ea16a59b1c82
--- /dev/null
+++ b/Documentation/unsorted/vfio-mediated-device.rst
@@ -0,0 +1 @@
+../vfio-mediated-device.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/vfio.rst b/Documentation/unsorted/vfio.rst
new file mode 120000
index 000000000000..c9c503a2ac5f
--- /dev/null
+++ b/Documentation/unsorted/vfio.rst
@@ -0,0 +1 @@
+../vfio.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/video-output.rst b/Documentation/unsorted/video-output.rst
new file mode 120000
index 000000000000..2404d10eb06b
--- /dev/null
+++ b/Documentation/unsorted/video-output.rst
@@ -0,0 +1 @@
+../video-output.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/xillybus.rst b/Documentation/unsorted/xillybus.rst
new file mode 120000
index 000000000000..838c91906962
--- /dev/null
+++ b/Documentation/unsorted/xillybus.rst
@@ -0,0 +1 @@
+../xillybus.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/xz.rst b/Documentation/unsorted/xz.rst
new file mode 120000
index 000000000000..3fdde0ce9c3a
--- /dev/null
+++ b/Documentation/unsorted/xz.rst
@@ -0,0 +1 @@
+../xz.txt
\ No newline at end of file
diff --git a/Documentation/unsorted/zorro.rst b/Documentation/unsorted/zorro.rst
new file mode 120000
index 000000000000..550092d0aa80
--- /dev/null
+++ b/Documentation/unsorted/zorro.rst
@@ -0,0 +1 @@
+../zorro.txt
\ No newline at end of file
--
2.9.4