mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-03 15:04:49 -05:00
b67aa4ef68ed4f2933d06eb65a5721c97cce9934
Translation for the following patches: commitc4f4af4094("docs: Add documentation for Symbol Namespaces") commit36bc683dde("kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'") commita035d552a9("Makefile: Globally enable fall-through warning") commitb9918bdcac("Documentation/process: Add fallthrough pseudo-keyword") commit58ad30cf91("docs: fix reference to core-api/namespaces.rst") commitfb0e0ffe7f("Documentation: bring process docs up to date") commit7af51678b6("docs: deprecated.rst: Add BUG()-family") commit7929b9836e("docs: Remove :c:func: from process/deprecated.rst") commit76136e028d("docs: deprecated.rst: Clean up fall-through details") commitd8401f504b("docs: deprecated.rst: Add %p to the list") commitb1735296ce("docs: locking: Drop :c:func: throughout") commit6adb775599("docs: locking: Add 'need' to hardirq section") Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> Link: https://lore.kernel.org/r/20200430222037.4480-1-federico.vaga@vaga.pv.it Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 Restructured Text 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.1%
Assembly
1%
Shell
0.6%
Rust
0.4%
Python
0.4%
Other
0.3%