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

Configure Feed

Select the types of activity you want to include in your feed.

docs: move loongarch under arch

and fix all in-tree references.

Architecture-specific documentation is being moved into Documentation/arch/
as a way of cleaning up the top-level documentation directory and making
the docs hierarchy more closely match the source hierarchy.

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Acked-by: Huacai Chen <chenhuacai@loongson.cn>
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230717192456.453124-1-costa.shul@redhat.com

authored by

Costa Shulyupin and committed by
Jonathan Corbet
51712e49 17b6fc88

+15 -15
+1 -1
Documentation/arch/index.rst
··· 13 13 arm/index 14 14 arm64/index 15 15 ia64/index 16 - ../loongarch/index 16 + loongarch/index 17 17 m68k/index 18 18 ../mips/index 19 19 nios2/index
Documentation/loongarch/booting.rst Documentation/arch/loongarch/booting.rst
Documentation/loongarch/features.rst Documentation/arch/loongarch/features.rst
Documentation/loongarch/index.rst Documentation/arch/loongarch/index.rst
Documentation/loongarch/introduction.rst Documentation/arch/loongarch/introduction.rst
Documentation/loongarch/irq-chip-model.rst Documentation/arch/loongarch/irq-chip-model.rst
+1 -1
Documentation/translations/zh_CN/arch/index.rst
··· 13 13 ../riscv/index 14 14 openrisc/index 15 15 parisc/index 16 - ../loongarch/index 16 + loongarch/index 17 17 18 18 TODOList: 19 19
+2 -2
Documentation/translations/zh_CN/loongarch/booting.rst Documentation/translations/zh_CN/arch/loongarch/booting.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - .. include:: ../disclaimer-zh_CN.rst 3 + .. include:: ../../disclaimer-zh_CN.rst 4 4 5 - :Original: Documentation/loongarch/booting.rst 5 + :Original: Documentation/arch/loongarch/booting.rst 6 6 7 7 :翻译: 8 8
+2 -2
Documentation/translations/zh_CN/loongarch/features.rst Documentation/translations/zh_CN/arch/loongarch/features.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - .. include:: ../disclaimer-zh_CN.rst 3 + .. include:: ../../disclaimer-zh_CN.rst 4 4 5 - :Original: Documentation/loongarch/features.rst 5 + :Original: Documentation/arch/loongarch/features.rst 6 6 :Translator: Huacai Chen <chenhuacai@loongson.cn> 7 7 8 8 .. kernel-feat:: $srctree/Documentation/features loongarch
+2 -2
Documentation/translations/zh_CN/loongarch/index.rst Documentation/translations/zh_CN/arch/loongarch/index.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - .. include:: ../disclaimer-zh_CN.rst 3 + .. include:: ../../disclaimer-zh_CN.rst 4 4 5 - :Original: Documentation/loongarch/index.rst 5 + :Original: Documentation/arch/loongarch/index.rst 6 6 :Translator: Huacai Chen <chenhuacai@loongson.cn> 7 7 8 8 =================
+2 -2
Documentation/translations/zh_CN/loongarch/introduction.rst Documentation/translations/zh_CN/arch/loongarch/introduction.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - .. include:: ../disclaimer-zh_CN.rst 3 + .. include:: ../../disclaimer-zh_CN.rst 4 4 5 - :Original: Documentation/loongarch/introduction.rst 5 + :Original: Documentation/arch/loongarch/introduction.rst 6 6 :Translator: Huacai Chen <chenhuacai@loongson.cn> 7 7 8 8 =============
+2 -2
Documentation/translations/zh_CN/loongarch/irq-chip-model.rst Documentation/translations/zh_CN/arch/loongarch/irq-chip-model.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - .. include:: ../disclaimer-zh_CN.rst 3 + .. include:: ../../disclaimer-zh_CN.rst 4 4 5 - :Original: Documentation/loongarch/irq-chip-model.rst 5 + :Original: Documentation/arch/loongarch/irq-chip-model.rst 6 6 :Translator: Huacai Chen <chenhuacai@loongson.cn> 7 7 8 8 ==================================
+2 -2
MAINTAINERS
··· 12232 12232 L: loongarch@lists.linux.dev 12233 12233 S: Maintained 12234 12234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git 12235 - F: Documentation/loongarch/ 12236 - F: Documentation/translations/zh_CN/loongarch/ 12235 + F: Documentation/arch/loongarch/ 12236 + F: Documentation/translations/zh_CN/arch/loongarch/ 12237 12237 F: arch/loongarch/ 12238 12238 F: drivers/*/*loongarch* 12239 12239
+1 -1
drivers/irqchip/Kconfig
··· 566 566 help 567 567 Support for the LoongArch CPU Interrupt Controller. For details of 568 568 irq chip hierarchy on LoongArch platforms please read the document 569 - Documentation/loongarch/irq-chip-model.rst. 569 + Documentation/arch/loongarch/irq-chip-model.rst. 570 570 571 571 config LOONGSON_LIOINTC 572 572 bool "Loongson Local I/O Interrupt Controller"