Skip to content

Commit ed13a92

Browse files
mchehabJonathan Corbet
authored and
Jonathan Corbet
committed
docs: archis: add a per-architecture features list
Add a feature list matrix for each architecture to their respective Kernel books. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/9c39d4dd93e05c0008205527d2c3450912f029ed.1606748711.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 63fdc46 commit ed13a92

30 files changed

+82
-1
lines changed

Documentation/arm/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features arm

Documentation/arm/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ ARM Architecture
2323
vlocks
2424
porting
2525

26+
features
27+
2628
SoC-specific documents
2729
======================
2830

Documentation/arm64/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features arm64

Documentation/arm64/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ ARM64 Architecture
2424
tagged-address-abi
2525
tagged-pointers
2626

27+
features
28+
2729
.. only:: subproject and html
2830

2931
Indices

Documentation/ia64/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features ia64

Documentation/ia64/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ IA-64 Architecture
1515
irq-redir
1616
mca
1717
serial
18+
19+
features

Documentation/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ implementation.
160160
ia64/index
161161
m68k/index
162162
mips/index
163-
nios2/nios2
163+
nios2/index
164164
openrisc/index
165165
parisc/index
166166
powerpc/index

Documentation/m68k/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features m68k

Documentation/m68k/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ m68k Architecture
1010
kernel-options
1111
buddha-driver
1212

13+
features
14+
1315
.. only:: subproject and html
1416

1517
Indices

Documentation/mips/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features mips

Documentation/mips/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ MIPS-specific Documentation
1111
booting
1212
ingenic-tcu
1313

14+
features
15+
1416
.. only:: subproject and html
1517

1618
Indices

Documentation/nios2/index.rst

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
==============================
4+
Nios II Specific Documentation
5+
==============================
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
:numbered:
10+
11+
nios2
12+
features

Documentation/openrisc/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features openrisc

Documentation/openrisc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ OpenRISC Architecture
1010
openrisc_port
1111
todo
1212

13+
features
14+
1315
.. only:: subproject and html
1416

1517
Indices

Documentation/parisc/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features parisc

Documentation/parisc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ PA-RISC Architecture
1010
debugging
1111
registers
1212

13+
features
14+
1315
.. only:: subproject and html
1416

1517
Indices

Documentation/powerpc/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features powerpc

Documentation/powerpc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ powerpc
3434
vas-api
3535
vcpudispatch_stats
3636

37+
features
38+
3739
.. only:: subproject and html
3840

3941
Indices

Documentation/riscv/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features riscv

Documentation/riscv/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ RISC-V architecture
99
pmu
1010
patch-acceptance
1111

12+
features
13+
1214
.. only:: subproject and html
1315

1416
Indices

Documentation/s390/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features s390

Documentation/s390/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ s390 Architecture
1919

2020
text_files
2121

22+
features
23+
2224
.. only:: subproject and html
2325

2426
Indices

Documentation/sh/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features sh

Documentation/sh/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ SuperH Interfaces Guide
1111
new-machine
1212
register-banks
1313

14+
features
15+
1416
Memory Management
1517
=================
1618

Documentation/sparc/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features sparc

Documentation/sparc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ Sparc Architecture
99
adi
1010

1111
oradax/oracle-dax
12+
13+
features

Documentation/x86/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features x86

Documentation/x86/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ x86-specific Documentation
3333
i386/index
3434
x86_64/index
3535
sva
36+
features

Documentation/xtensa/features.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features xtensa

Documentation/xtensa/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ Xtensa Architecture
1010
atomctl
1111
booting
1212
mmu
13+
14+
features

0 commit comments

Comments
 (0)