Home
last modified time | relevance | path

Searched full:documentation (Results 1 – 25 of 1677) sorted by relevance

12345678910>>...68

/Documentation/doc-guide/
Dcontributing.rst3 How to help improve kernel documentation
6 Documentation is an important part of any software-development project.
7 Good documentation helps to bring new developers in and helps established
8 developers work more effectively. Without top-quality documentation, a lot
12 Unfortunately, the kernel's documentation currently falls far short of what
16 Kernel documentation improvements can be made by developers at a variety of
19 documentation maintainer's list of tasks that most urgently need to be
22 The documentation TODO list
26 documentation to where it should be. This list contains a number of
28 improve the documentation, please do not hold back!
[all …]
Dmaintainer-profile.rst3 Documentation subsystem maintainer entry profile
6 The documentation "subsystem" is the central coordinating point for the
7 kernel's documentation and associated infrastructure. It covers the
8 hierarchy under Documentation/ (with the exception of
9 Documentation/devicetree), various utilities under scripts/ and, at least
14 of portions of Documentation/, and many more freely apply changes there
15 when it is convenient. Beyond that, much of the kernel's documentation is
19 The mailing list for documentation is linux-doc@vger.kernel.org. Patches
25 When making documentation changes, you should actually build the
26 documentation and ensure that no new errors or warnings have been
[all …]
Dsphinx.rst6 The Linux kernel uses `Sphinx`_ to generate pretty documentation from
7 `reStructuredText`_ files under ``Documentation``. To build the documentation in
9 documentation is placed in ``Documentation/output``.
15 documentation comments, or kernel-doc comments, from source files. Usually these
20 Finally, there are thousands of plain text documentation files scattered around
21 ``Documentation``. Some of these will likely be converted to reStructuredText
29 The ReST markups currently used by the Documentation/ files are meant to be
37 on your machine would cause the documentation build to break.
62 (sphinx_1.7.9) $ pip install -r Documentation/sphinx/requirements.txt
67 the virtual environment before building the documentation.
[all …]
Dkernel-doc.rst4 The Linux kernel source files may contain structured documentation
6 and design of the code. It is easier to keep documentation up-to-date
26 It is good practice to also provide kernel-doc formatted documentation
29 documentation for private (file ``static``) routines, for consistency of
43 that somebody changing the code will also change the documentation. The
49 documentation comments. For example::
53 The documentation format is verified by the kernel build when it is
58 Function documentation
168 Structure, union, and enumeration documentation
200 area are not listed in the generated output documentation.
[all …]
/Documentation/translations/zh_CN/process/
Dsubmit-checklist.rst3 :Original: :ref:`Documentation/process/submit-checklist.rst <submitchecklist>`
15 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
35 5) 如下所述 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>`.
41 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 中记录的异常条件,
74 16) 所有新的/proc条目都记录在 ``Documentation/``
77 Documentation/admin-guide/kernel-parameters.rst 中。
81 19) 所有新的用户空间接口都记录在 ``Documentation/ABI/`` 中。有关详细信息,
82 请参阅 ``Documentation/ABI/README`` 。更改用户空间接口的补丁应该抄送
87 21) 已通过至少注入slab和page分配失败进行检查。请参阅 ``Documentation/fault-injection/``
100 25) 如果补丁添加了任何ioctl,那么也要更新 ``Documentation/userspace-api/ioctl/ioctl-number.rst``
D5.Posting.rst3 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
15 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`,
16 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
17 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`.
148 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
159 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
166 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
174 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
191 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
Dhowto.rst5 :Original: :ref:`Documentation/process/howto.rst <process_howto>`
67 :ref:`Documentation/translations/zh_CN/process/license-rules.rst <cn_kernel_licensing>`
85 :ref:`Documentation/admin-guide/README.rst <readme>`
90 :ref:`Documentation/process/changes.rst <changes>`
93 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>`
98 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
99 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
118 :ref:`Documentation/translations/zh_CN/process/stable-api-nonsense.rst <cn_stable_api_nonsense>`
129 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>`
133 :ref:`Documentation/translations/zh_CN/process/management-style.rst <cn_managementstyle>`
[all …]
/Documentation/
Dindex.rst4 .. The Linux Kernel documentation master file, created by
11 The Linux Kernel documentation
14 This is the top level of the kernel's documentation tree. Kernel
15 documentation, like the kernel itself, is very much a work in progress;
18 documentation are welcome; join the linux-doc list at vger.kernel.org if
21 Licensing documentation
30 User-oriented documentation
42 Firmware-related documentation
53 Application-developer documentation
87 Kernel API documentation
[all …]
DMakefile2 # Makefile for Sphinx documentation
8 # Check for broken documentation file references
10 $(shell $(srctree)/scripts/documentation-file-ref-check --warn)
15 $(shell $(srctree)/scripts/get_abi.pl validate --dir $(srctree)/Documentation/ABI)
22 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu…
72 # e.g. "userspace-api/media" for the linux-tv book-set at ./Documentation/userspace-api/media
75 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2…
79 $(SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \
132 $(Q)cd $(srctree);scripts/documentation-file-ref-check
136 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
[all …]
/Documentation/driver-api/dmaengine/
Dindex.rst2 DMAEngine documentation
5 DMAEngine documentation provides documents for various aspects of DMAEngine
8 DMAEngine development documentation
19 DMAEngine client documentation
30 DMA Test documentation
40 PXA DMA documentation
/Documentation/devicetree/bindings/power/
Dwakeup-source.txt20 1. "enable-sdio-wakeup" Documentation/devicetree/bindings/mmc/mmc.txt
21 2. "gpio-key,wakeup" Documentation/devicetree/bindings/input/gpio-keys{,-polled}.txt
22 3. "has-tpo" Documentation/devicetree/bindings/rtc/rtc-opal.txt
23 4. "linux,wakeup" Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt
24 Documentation/devicetree/bindings/mfd/tc3589x.txt
25 Documentation/devicetree/bindings/input/touchscreen/ads7846.txt
26 5. "linux,keypad-wakeup" Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
27 6. "linux,input-wakeup" Documentation/devicetree/bindings/input/samsung-keypad.txt
28 7. "nvidia,wakeup-source" Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt
/Documentation/devicetree/bindings/mmc/
Dsdhci-st.txt4 Documentation/devicetree/bindings/mmc/mmc.txt and the properties
14 See: Documentation/devicetree/bindings/resource-names.txt
16 See: Documentation/devicetree/bindings/clock/clock-bindings.txt
23 See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
36 See: Documentation/devicetree/bindings/mmc/mmc.txt.
39 See: Documentation/devicetree/bindings/mmc/mmc.txt.
43 See: Documentation/devicetree/bindings/mmc/mmc.txt.
46 See: Documentation/devicetree/bindings/reset/reset.txt
52 See: Documentation/devicetree/bindings/mmc/mmc.txt.
55 See: Documentation/devicetree/bindings/mmc/mmc.txt.
[all …]
/Documentation/devicetree/bindings/sound/
Dadi,adau1977.txt4 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1977.pdf
5 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1978.pdf
6 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1979.pdf
17 Documentation/devicetree/bindings/regulator/regulator.txt
21 Documentation/devicetree/bindings/gpio/gpio.txt
24 Documentation/devicetree/bindings/regulator/regulator.txt
33 Documentation/devicetree/bindings/spi/spi-bus.txt
/Documentation/process/
Dsubmit-checklist.rst9 These are all above and beyond the documentation that is provided in
10 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
27 d) Any Documentation/ changes build successfully without new warnings/errors.
38 :ref:`Documentation/process/coding-style.rst <codingstyle>`.
46 ``Documentation/kbuild/kconfig-language.rst`` Menu attributes: default value.
80 17) All new ``/proc`` entries are documented under ``Documentation/``
83 ``Documentation/admin-guide/kernel-parameters.rst``.
87 20) All new userspace interfaces are documented in ``Documentation/ABI/``.
88 See ``Documentation/ABI/README`` for more information.
95 failures. See ``Documentation/fault-injection/``.
[all …]
/Documentation/scsi/
Dscsi-parameters.rst7 See Documentation/admin-guide/kernel-parameters.rst for general information on
23 See Documentation/scsi/aha152x.rst.
29 See Documentation/scsi/aic7xxx.rst.
32 See Documentation/scsi/aic79xx.rst.
64 See Documentation/scsi/g_NCR5380.rst.
67 See Documentation/scsi/g_NCR5380.rst.
70 See Documentation/scsi/g_NCR5380.rst.
76 See also Documentation/scsi/st.rst.
108 See Documentation/scsi/st.rst.
/Documentation/translations/
Dindex.rst24 documentation in their native language, but please bear in mind that the
25 *only* official documentation is the English one: :ref:`linux_doc`.
29 contributors - follow the evolution of the official documentation and they
34 documentation.
36 A translation is not a fork of the official documentation, therefore
38 English documentation. Any content addition, removal or update, must be
/Documentation/translations/ja_JP/
DSubmitChecklist2 This is a version of Documentation/process/submit-checklist.rst into Japanese.
17 linux-2.6.26/Documentation/process/submit-checklist.rst の和訳です。
30 をいくつか紹介します。ここにある全ての事柄は、Documentation/process/submitting-patches.rst
79 15: /proc に新しいエントリを追加した場合には、Documentation/ 配下に
88 18: 新しいuserspaceインタフェースを作成した場合には、Documentation/ABI/ に
89 Documentation/ABI/README を参考にして必ずドキュメントを追加してください。
95 Documentation/fault-injection/ を参照してください。
/Documentation/devicetree/bindings/leds/
Dleds-aat1290.txt23 node - see Documentation/devicetree/bindings/leds/common.txt.
26 - led-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
27 - flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
30 - flash-max-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
35 - function : see Documentation/devicetree/bindings/leds/common.txt
36 - color : see Documentation/devicetree/bindings/leds/common.txt
37 - label : see Documentation/devicetree/bindings/leds/common.txt (deprecated)
Dleds-mt6323.txt10 Documentation/devicetree/bindings/mfd/mt6397.txt
12 Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
27 - label : See Documentation/devicetree/bindings/leds/common.txt
28 - linux,default-trigger : See Documentation/devicetree/bindings/leds/common.txt
29 - default-state: See Documentation/devicetree/bindings/leds/common.txt
Dleds-lm3697.txt27 in Documentation/devicetree/bindings/leds/common.txt
30 - ti,brightness-resolution - see Documentation/devicetree/bindings/mfd/ti-lmu.txt
31 - ramp-up-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt
32 - ramp-down-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt
33 - label : see Documentation/devicetree/bindings/leds/common.txt
35 see Documentation/devicetree/bindings/leds/common.txt
Dleds-cr0014114.txt10 Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
15 see Documentation/devicetree/bindings/leds/common.txt
17 see Documentation/devicetree/bindings/leds/common.txt
19 see Documentation/devicetree/bindings/leds/common.txt (deprecated)
21 see Documentation/devicetree/bindings/leds/common.txt
/Documentation/devicetree/bindings/clock/st/
Dst,clkgen.txt33 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
34 [3] Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt
35 [4] Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt
36 [7] Documentation/devicetree/bindings/clock/st/st,quadfs.txt
37 [8] Documentation/devicetree/bindings/clock/st/st,flexgen.txt
/Documentation/translations/it_IT/process/
Dsubmit-checklist.rst3 :Original: :ref:`Documentation/process/submit-checklist.rst <submitchecklist>`
16 :ref:`Documentation/translations/it_IT/process/submitting-patches.rst <it_submittingpatches>`.
38 scritte in :ref:`Documentation/translations/it_IT/process/coding-style.rst <it_codingstyle>`.
46 soddisfino i criteri descritti in ``Documentation/kbuild/kconfig-language.rst``
86 16) Tutti i nuovi elementi in ``/proc`` sono documentati in ``Documentation/``.
89 ``Documentation/admin-guide/kernel-parameters.rst``.
94 ``Documentation/ABI/``. Leggete ``Documentation/ABI/README`` per maggiori
101 nell'allocazione di pagine. Vedere ``Documentation/fault-injection/``.
120 ``Documentation/userspace-api/ioctl/ioctl-number.rst``.
/Documentation/devicetree/bindings/input/rmi4/
Drmi_i2c.txt5 bindings for devices using the I2C transport driver. Complete documentation
7 Documentation/devicetree/bindings/input/rmi4.
19 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
35 node. Documentation for the parameters of each function can be found in:
36 Documentation/devicetree/bindings/input/rmi4/rmi_f*.txt.
Drmi_spi.txt5 bindings for devices using the SPI transport driver. Complete documentation
7 Documentation/devicetree/bindings/input/rmi4.
19 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
26 node. Documentation for the parameters of each function can be found in:
27 Documentation/devicetree/bindings/input/rmi4/rmi_f*.txt.

12345678910>>...68