No description
Find a file
Minghao Chi 8da46c0f98
RISC-V: Remove redundant err variable
Return value from user_regset_copyin() directly instead of taking this
in another redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Signed-off-by: CGEL ZTE <cgel.zte@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2022-01-20 10:24:12 -08:00
arch RISC-V: Remove redundant err variable 2022-01-20 10:24:12 -08:00
block
certs
crypto lib/crypto: add prompts back to crypto libraries 2022-01-18 13:03:55 +01:00
Documentation RISC-V: Introduce sv48 support without relocatable kernel 2022-01-19 19:37:44 -08:00
drivers riscv: canaan: remove useless select of non-existing config SYSCON 2022-01-20 09:35:11 -08:00
fs
include RISC-V: Introduce sv48 support without relocatable kernel 2022-01-19 19:37:44 -08:00
init Kbuild updates for v5.17 2022-01-19 11:15:19 +02:00
ipc
kernel Kbuild updates for v5.17 2022-01-19 11:15:19 +02:00
lib lib/crypto: sha1: re-roll loops to reduce code size 2022-01-18 13:03:55 +01:00
LICENSES
mm
net Kbuild updates for v5.17 2022-01-19 11:15:19 +02:00
samples
scripts RISC-V Patches for the 5.17 Merge Window, Part 1 2022-01-19 11:38:21 +02:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Kbuild updates for v5.17 2022-01-19 11:15:19 +02:00
Makefile Kbuild updates for v5.17 2022-01-19 11:15:19 +02:00
README

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.