Go to file
Thorsten Blum 844c683d1f crypto: aead - use str_yes_no() helper in crypto_aead_show()
Remove hard-coded strings by using the str_yes_no() helper function.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-02-22 15:56:03 +08:00
Documentation dt-bindings: rng: add binding for Rockchip RK3588 RNG 2025-02-22 15:56:02 +08:00
LICENSES
arch crypto: x86/aes-xts - change license to Apache-2.0 OR BSD-2-Clause 2025-02-22 15:56:03 +08:00
block
certs
crypto crypto: aead - use str_yes_no() helper in crypto_aead_show() 2025-02-22 15:56:03 +08:00
drivers crypto: bcm - set memory to zero only once 2025-02-22 15:56:03 +08:00
fs assorted stuff for this merge window 2025-02-01 15:07:56 -08:00
include dt-bindings: reset: Add SCMI reset IDs for RK3588 2025-02-22 15:56:02 +08:00
init
io_uring
ipc
kernel
lib lib: 842: Improve error handling in sw842_compress() 2025-02-09 18:08:11 +08:00
mm assorted stuff for this merge window 2025-02-01 15:07:56 -08:00
net assorted stuff for this merge window 2025-02-01 15:07:56 -08:00
rust
samples
scripts
security
sound
tools Turbostat 2025.02.02 updates since 2024.11.30 2025-02-02 10:49:13 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add Nicolas Frattaroli to rockchip-rng maintainers 2025-02-22 15:56:02 +08:00
Makefile Linux 6.14-rc1 2025-02-02 15:39:26 -08:00
README

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 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.