forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: move remaining stuff under Documentation/*.txt to Documentation…
…/staging There are several files that I was unable to find a proper place for them, and 3 ones that are still in plain old text format. Let's place those stuff behind the carpet, as we'd like to keep the root directory clean. We can later discuss and move those into better places. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/11bd0d75e65a874f7c276a0aeab0fe13f3376f5f.1592203650.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
- Loading branch information
Showing
19 changed files
with
63 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.. SPDX-License-Identifier: GPL-2.0 | ||
Unsorted Documentation | ||
====================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
crc32 | ||
kprobes | ||
lzo | ||
remoteproc | ||
rpmsg | ||
speculation | ||
static-keys | ||
tee | ||
xz | ||
|
||
Atomic Types | ||
============ | ||
|
||
.. literalinclude:: ../atomic_t.txt | ||
|
||
Atomic bitops | ||
============= | ||
|
||
.. literalinclude:: ../atomic_bitops.txt | ||
|
||
Memory Barriers | ||
=============== | ||
|
||
.. literalinclude:: ../memory-barriers.txt |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
8 changes: 5 additions & 3 deletions
8
Documentation/speculation.txt → Documentation/staging/speculation.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9597,7 +9597,7 @@ M: Anil S Keshavamurthy <[email protected]> | |
M: "David S. Miller" <[email protected]> | ||
M: Masami Hiramatsu <[email protected]> | ||
S: Maintained | ||
F: Documentation/kprobes.txt | ||
F: Documentation/staging/kprobes.rst | ||
F: include/asm-generic/kprobes.h | ||
F: include/linux/kprobes.h | ||
F: kernel/kprobes.c | ||
|
@@ -14500,7 +14500,7 @@ S: Maintained | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git rproc-next | ||
F: Documentation/ABI/testing/sysfs-class-remoteproc | ||
F: Documentation/devicetree/bindings/remoteproc/ | ||
F: Documentation/remoteproc.txt | ||
F: Documentation/staging/remoteproc.rst | ||
F: drivers/remoteproc/ | ||
F: include/linux/remoteproc.h | ||
F: include/linux/remoteproc/ | ||
|
@@ -14512,7 +14512,7 @@ L: [email protected] | |
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git rpmsg-next | ||
F: Documentation/ABI/testing/sysfs-bus-rpmsg | ||
F: Documentation/rpmsg.txt | ||
F: Documentation/staging/rpmsg.rst | ||
F: drivers/rpmsg/ | ||
F: include/linux/rpmsg.h | ||
F: include/linux/rpmsg/ | ||
|
@@ -16761,7 +16761,7 @@ TEE SUBSYSTEM | |
M: Jens Wiklander <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/tee.txt | ||
F: Documentation/staging/tee.rst | ||
F: drivers/tee/ | ||
F: include/linux/tee_drv.h | ||
F: include/uapi/linux/tee.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters