mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 01:09:33 -04:00
1a0e2cd9c4243871e534f02459ecca0ddd6ff6d5
This commit translats in Italian the following changes: commit5db34f5bfd("docs: stable-kernel-rules: remove code-labels tags and a indention level") commit2263c40e65("docs: stable-kernel-rules: call mainline by its name and change example") commitdb483303b5("docs: stable-kernel-rules: reduce redundancy") commitaf3e4a5ab9("docs: stable-kernel-rules: create special tag to flag 'no backporting'"") commit91a3d6be99("doc-guide: kernel-doc: tell about object-like macros") commitb104dbedbe("Documentation: RISC-V: patch-acceptance: mention patchwork's role") commited843ae947("docs: move riscv under arch") commitb45d8f3871("docs: remove the tips on how to submit patches from MAINTAINERS") commit0d828200ad("docs: process: allow Closes tags with links") commitc23f28975a("Merge tag 'docs-6.4' of git://git.lwn.net/linux") commit329ac9af90("docs: submitting-patches: Discuss interleaved replies") commit02f9998754("docs: submitting-patches: Suggest a longer expected time for responses") commit1fae02e7eb("docs: submitting-patches: encourage direct notifications to commenters") commitd254d263f6("docs: submitting-patches: improve the base commit explanation") commit0d828200ad("docs: process: allow Closes tags with links") commit9c1b86f8ce("kbuild: raise the minimum supported version of LLVM to 13.0.1") commit768409cff6("rust: upgrade to Rust 1.76.0") commit23bfb947eb("doc: fix spelling about ReStructured Text") commitd0bde9ca0e("docs: stable-kernel-rules: mention other usages for stable tag comments") commit33568553b3("docs: stable-kernel-rules: make rule section more straight forward") commit3feb21bb0b("docs: stable-kernel-rules: move text around to improve flow") commit0f11447d9f("docs: stable-kernel-rules: improve structure by changing headlines") commit189057a1b6("docs: stable-kernel-rules: make the examples for option 1 a proper list") commit6e160d29f6("docs: stable-kernel-rules: fine-tune various details") commitbbaee49cce("docs: stable-kernel-rules: mention that regressions must be prevented") commit4f01342464("Documentation: stable: clarify patch series prerequisites") Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240513210510.10929-1-federico.vaga@vaga.pv.it
Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%