Home
last modified time | relevance | path

Searched full:latest (Results 1 – 25 of 210) sorted by relevance

123456789

/Documentation/dev-tools/
Dcheckpatch.rst250 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
269 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
290 See: https://www.kernel.org/doc/html/latest/process/deprecated.html#bug-and-bug-on
299 …See: https://www.kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-s…
343 See: https://www.kernel.org/doc/html/latest/RCU/whatisRCU.html#full-list-of-rcu-apis
361 3. https://www.kernel.org/doc/html/latest/kbuild/makefiles.html#compilation-flags
375 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
384 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
393 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
[all …]
Dsparse.rst78 You can get tarballs of the latest released versions from:
81 Alternatively, you can get snapshots of the latest development version
/Documentation/translations/zh_CN/virt/
Dne_overview.rst84 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
86 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
88 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
/Documentation/virt/
Dne_overview.rst94 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
96 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
98 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
99 [7] https://www.kernel.org/doc/html/latest/arm64/hugetlbpage.html
100 [8] https://www.kernel.org/doc/html/latest/arm64/booting.html
/Documentation/gpu/amdgpu/display/
Dindex.rst29 the prefix **DC Patches for <DATE>**, which is created based on the latest
59 * Compilation validation with the latest GCC and Clang from LTS distro.
64 #. The latest Ubuntu LTS.
67 #. Regarding IGT, we use the latest code from the upstream.
/Documentation/doc-guide/
Dchecktransupdate.rst13 It uses ``git log`` command to track the latest English commit from the
14 translation commit (order by author date) and the latest English commits
/Documentation/translations/zh_TW/arch/loongarch/
Dirq-chip-model.rst140 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
142 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
146 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
148 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
/Documentation/ABI/testing/
Dsysfs-fs-nilfs297 Show start block number of the latest segment.
103 Show sequence value of the latest segment.
109 Show checkpoint number of the latest segment.
121 Show index number of the latest full segment.
230 Show checkpoint number of the latest segment.
/Documentation/networking/device_drivers/ethernet/intel/
Digbvf.rst36 For information on how to identify your adapter, and for the latest Intel
47 diagnostics, as well as displaying statistical information. The latest ethtool
/Documentation/translations/zh_CN/arch/loongarch/
Dirq-chip-model.rst172 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
174 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
178 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
180 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
/Documentation/translations/zh_CN/maintainer/
Dpull-requests.rst86 latest time travel bus architecture that provides i/o to
98 All of these patches have been successfully tested in the latest
/Documentation/admin-guide/
Dverify-bugs-and-bisect-regressions.rst25 Find the latest rendered version of this text here:
81 * **Segment 1**: build a kernel from the latest mainline codebase.
87 a) Checking out latest mainline code::
241 :ref:`Segment 1: try to reproduce the problem with the latest codebase <introlatestcheck_bissbs>`.
260 the latest 'mainline' kernel (e.g. versions like 6.0, 6.1-rc1, or 6.1-rc6),
523 * Reprocess the .config after the latest adjustments and store it in a safe
533 Segment 1: try to reproduce the problem with the latest codebase
543 * Check out the latest Linux codebase.
548 latest version ('linux-6.1.y' in the following example)::
663 the regression with it? Then you should test the latest mainline codebase as
[all …]
Dreporting-issues.rst15 you don't find any, install `the latest release from that series
26 don't find any to join, install `the latest mainline kernel
30 supported stable or longterm series as well? Then install its latest release.
71 willing to install the latest Linux version yourself. Be aware the latter
116 * Unless you are already running the latest 'mainline' Linux kernel, better
118 the latest 'stable' Linux can be an acceptable alternative in some
145 issue. Always mention a few things: the latest kernel version you installed
181 the latest release of the particular version line without an '[EOL]' tag.
186 * Install the latest release from the particular version line as a vanilla
206 This subsection is for you, if you tried the latest mainline kernel as outlined
[all …]
Dbug-bisect.rst89 * Recommended optional task: try reverting the culprit on top of the latest
94 To try this, update your clone and check out latest mainline. Then tell Git
103 check out its latest codebase and try a revert there.
/Documentation/bpf/libbpf/
Dlibbpf_overview.rst209 <https://libbpf.readthedocs.io/en/latest/api.html>`_.
233 * `Program types and ELF Sections <https://libbpf.readthedocs.io/en/latest/program_types.html>`_
234 * `API naming convention <https://libbpf.readthedocs.io/en/latest/libbpf_naming_convention.html>`_
235 * `Building libbpf <https://libbpf.readthedocs.io/en/latest/libbpf_build.html>`_
236 * `API documentation Convention <https://libbpf.readthedocs.io/en/latest/libbpf_naming_convention.h…
Dindex.rst22 API Documentation <https://libbpf.readthedocs.io/en/latest/api.html>
/Documentation/bpf/
Dindex.rst45 .. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/
/Documentation/driver-api/mtd/
Dspi-intel.rst28 1) Download and extract the latest Minnowboard MAX BIOS SPI image
29 [1]. At the time writing this the latest image is v92.
/Documentation/tools/rtla/
Dcommon_options.rst23 …er information about event filtering see https://www.kernel.org/doc/html/latest/trace/events.html#…
34 …For further information about event trigger see https://www.kernel.org/doc/html/latest/trace/event…
/Documentation/scsi/
Dbfa.rst39 The latest Firmware package for 3.0.2.2 bfa driver can be found at:
55 The latest driver configuration & management utility for 3.0.2.2 bfa driver can
72 The latest Administration's Guide, Installation and Reference Manual,
/Documentation/admin-guide/LSM/
DSELinux.rst7 latest reference policy release from
/Documentation/arch/loongarch/
Dirq-chip-model.rst170 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
172 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
176 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
178 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
/Documentation/tools/rv/
Drv-list.rst36 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
Drv-mon-wip.rst37 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
/Documentation/networking/device_drivers/ethernet/smsc/
Dsmc9.rst40 How to obtain the latest version?

123456789