mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
a910f43efd60413e743817c9d71226315cc1d867
Run the update script to document the recent feature additions on riscv, mips and csky. Fixes:c109f42450("csky: Add kmemleak support") Fixes:8b3165e545("MIPS: Enable GCOV") Fixes:1ddc96bd42("MIPS: kernel: Support extracting off-line stack traces from user-space with perf") Fixes:74784081aa("riscv: Add uprobes supported") Fixes:829adda597("riscv: Add KPROBES_ON_FTRACE supported") Fixes:c22b0bcb1d("riscv: Add kprobes supported") Fixes:dcdc7a53a8("RISC-V: Implement ptrace regs and stack API") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20210225142841.3385428-2-arnd@kernel.org 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%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%