Go to file
Eric Biggers aeaad5bfb1 crypto: null - use memcpy_sglist()
Make null_skcipher_crypt() use memcpy_sglist() instead of the
skcipher_walk API, as this is simpler.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-05-12 13:32:53 +08:00
Documentation dt-bindings: rng: rockchip,rk3588-rng: add rk3576-rng compatible 2025-05-05 18:20:45 +08:00
LICENSES
arch crypto: lib/chacha - add array bounds to function prototypes 2025-05-12 13:32:53 +08:00
block
certs
crypto crypto: null - use memcpy_sglist() 2025-05-12 13:32:53 +08:00
drivers crypto: lib/chacha - add strongly-typed state zeroization 2025-05-12 13:32:53 +08:00
fs crypto: lib/chacha - add strongly-typed state zeroization 2025-05-12 13:32:53 +08:00
include crypto: null - remove the default null skcipher 2025-05-12 13:32:53 +08:00
init
io_uring
ipc
kernel tracing updates for v6.15 2025-05-04 10:15:42 -07:00
lib crypto: lib/chacha - add array bounds to function prototypes 2025-05-12 13:32:53 +08:00
mm
net
rust
samples
scripts
security
sound
tools crypto: lib/chacha - strongly type the ChaCha state 2025-05-12 13:32:53 +08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5 2025-05-05 13:25:15 +08:00
Makefile Linux 6.15-rc5 2025-05-04 13:55:04 -07: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.