Searched full:documentation (Results 1 – 25 of 7414) sorted by relevance
12345678910>>...297
| /kernel/linux/linux-5.10/Documentation/doc-guide/ |
| D | contributing.rst | 3 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 …]
|
| D | sphinx.rst | 6 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 …]
|
| D | maintainer-profile.rst | 3 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 …]
|
| D | kernel-doc.rst | 4 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 …]
|
| /kernel/linux/linux-4.19/Documentation/doc-guide/ |
| D | sphinx.rst | 4 The Linux kernel uses `Sphinx`_ to generate pretty documentation from 5 `reStructuredText`_ files under ``Documentation``. To build the documentation in 7 documentation is placed in ``Documentation/output``. 13 documentation comments, or kernel-doc comments, from source files. Usually these 18 Finally, there are thousands of plain text documentation files scattered around 19 ``Documentation``. Some of these will likely be converted to reStructuredText 27 The ReST markups currently used by the Documentation/ files are meant to be 36 on your machine would cause the documentation build to break. 61 (sphinx_1.4) $ pip install -r Documentation/sphinx/requirements.txt 66 the virtual environment before building the documentation. [all …]
|
| D | kernel-doc.rst | 4 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 …]
|
| /kernel/linux/linux-5.10/Documentation/ |
| D | index.rst | 4 .. 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 …]
|
| /kernel/linux/linux-4.19/drivers/isdn/hisax/ |
| D | Kconfig | 96 See <file:Documentation/isdn/README.HiSax> on how to configure it 106 See <file:Documentation/isdn/README.HiSax> on how to configure it 115 See <file:Documentation/isdn/README.HiSax> on how to configure it. 121 S0BOX. See <file:Documentation/isdn/README.HiSax> on how to 130 See <file:Documentation/isdn/README.HiSax> on how to configure it 139 See <file:Documentation/isdn/README.HiSax> on how to configure it. 145 See <file:Documentation/isdn/README.HiSax> on how to configure it. 153 See <file:Documentation/isdn/README.HiSax> on how to configure it 163 See <file:Documentation/isdn/README.HiSax> on how to configure it 173 See <file:Documentation/isdn/README.HiSax> on how to configure it [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
| D | submit-checklist.rst | 3 :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``
|
| D | howto.rst | 5 :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 …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | documentation-file-ref-check | 4 # Treewide grep for references to files under Documentation, and report 12 # to mention a past documentation file, for example, to give credits for 15 "Documentation/scsi/scsi_mid_low_api.rst" => "Documentation/Configure.help", 16 "drivers/vhost/vhost.c" => "Documentation/virtual/lguest/lguest.c", 50 open IN, "git grep ':doc:\`' Documentation/|" 67 $f =~ s,^/,Documentation/,; 83 open IN, "git grep 'Documentation/'|" 100 # Ignore the dir where documentation will be built 101 next if ($ln =~ m,\b(\S*)Documentation/output,); 103 if ($ln =~ m,\b(\S*)(Documentation/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) { [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 59 Documentation/process/submitting-patches.rst. 76 Documentation/admin-guide/security-bugs.rst for details. 105 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 150 F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst 178 F: Documentation/networking/6lowpan.rst 195 F: Documentation/driver-api/80211/cfg80211.rst 196 F: Documentation/networking/regulatory.rst 235 F: Documentation/filesystems/9p.rst [all …]
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | index.rst | 1 .. The Linux Kernel documentation master file, created by 8 The Linux Kernel documentation 11 This is the top level of the kernel's documentation tree. Kernel 12 documentation, like the kernel itself, is very much a work in progress; 15 documentation are welcome; join the linux-doc list at vger.kernel.org if 18 Licensing documentation 30 User-oriented documentation 41 Application-developer documentation 72 Kernel API documentation 97 Architecture-specific documentation [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | sdhci-st.txt | 4 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 …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/ |
| D | sdhci-st.txt | 4 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 …]
|
| /kernel/linux/linux-4.19/Documentation/arm/ |
| D | 00-INDEX | 8 - ARM Interrupt subsystem documentation 12 - Netwinder specific documentation 18 - General ARM documentation 20 - SA1100 documentation 38 - alignment abort handler documentation 42 - NWFPE floating point emulator documentation 48 - [U]EFI configuration and runtime services documentation
|
| /kernel/linux/linux-4.19/ |
| D | MAINTAINERS | 38 See Documentation/process/coding-style.rst for guidance here. 44 See Documentation/process/submitting-patches.rst for details. 57 Documentation/process/submitting-patches.rst. 143 F: Documentation/networking/vortex.txt 173 F: Documentation/networking/6lowpan.txt 210 F: Documentation/filesystems/9p.txt 232 F: Documentation/scsi/aacraid.txt 274 F: Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 322 F: Documentation/acpi/ 323 F: Documentation/ABI/testing/sysfs-bus-acpi [all …]
|
| /kernel/linux/linux-4.19/Documentation/sysctl/ |
| D | 00-INDEX | 6 - documentation for /proc/sys/abi/*. 8 - documentation for /proc/sys/fs/*. 10 - documentation for /proc/sys/kernel/*. 12 - documentation for /proc/sys/net/*. 14 - documentation for /proc/sys/sunrpc/*. 16 - documentation for /proc/sys/vm/*.
|
| /kernel/linux/linux-4.19/drivers/cpufreq/ |
| D | Kconfig.x86 | 27 <file:Documentation/cpu-freq/pcc-cpufreq.txt>. 46 For details, take a look at <file:Documentation/cpu-freq/>. 83 For details, take a look at <file:Documentation/cpu-freq/>. 93 For details, take a look at <file:Documentation/cpu-freq/>. 105 For details, take a look at <file:Documentation/cpu-freq/>. 115 For details, take a look at <file:Documentation/cpu-freq/>. 136 For details, take a look at <file:Documentation/cpu-freq/>. 162 For details, take a look at <file:Documentation/cpu-freq/>. 181 For details, take a look at <file:Documentation/cpu-freq/>. 204 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | submit-checklist.rst | 9 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 …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/ |
| D | wakeup-source.txt | 20 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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/ |
| D | wakeup-source.txt | 20 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
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/err_recursive_dep/ |
| D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 31 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
| /kernel/linux/linux-4.19/scripts/kconfig/tests/err_recursive_dep/ |
| D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.txt 8 For a resolution refer to Documentation/kbuild/kconfig-language.txt 14 For a resolution refer to Documentation/kbuild/kconfig-language.txt 20 For a resolution refer to Documentation/kbuild/kconfig-language.txt 26 For a resolution refer to Documentation/kbuild/kconfig-language.txt 31 For a resolution refer to Documentation/kbuild/kconfig-language.txt 37 For a resolution refer to Documentation/kbuild/kconfig-language.txt
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | Kconfig.x86 | 30 <file:Documentation/admin-guide/pm/cpufreq_drivers.rst>. 49 For details, take a look at <file:Documentation/cpu-freq/>. 86 For details, take a look at <file:Documentation/cpu-freq/>. 96 For details, take a look at <file:Documentation/cpu-freq/>. 108 For details, take a look at <file:Documentation/cpu-freq/>. 118 For details, take a look at <file:Documentation/cpu-freq/>. 139 For details, take a look at <file:Documentation/cpu-freq/>. 165 For details, take a look at <file:Documentation/cpu-freq/>. 184 For details, take a look at <file:Documentation/cpu-freq/>. 207 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
12345678910>>...297