Go to file
Herbert Xu 255e48eb17 crypto: api - Use data directly in completion function
This patch does the final flag day conversion of all completion
functions which are now all contained in the Crypto API.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-02-13 18:35:14 +08:00
arch crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption 2023-02-10 17:20:19 +08:00
block treewide: Convert del_timer*() to timer_shutdown*() 2022-12-25 13:38:09 -08:00
certs
crypto crypto: api - Use data directly in completion function 2023-02-13 18:35:14 +08:00
Documentation Documentation: qat: change kernel version 2023-02-10 17:20:19 +08:00
drivers crypto: api - Use data directly in completion function 2023-02-13 18:35:14 +08:00
fs fs: ecryptfs: Use crypto_wait_req 2023-02-13 18:34:48 +08:00
include crypto: api - Use data directly in completion function 2023-02-13 18:35:14 +08:00
init
io_uring
ipc
kernel
lib lib/mpi: Fix buffer overrun when SG is too long 2023-01-06 17:15:46 +08:00
LICENSES
mm
net tls: Only use data field in crypto completion function 2023-02-13 18:34:48 +08:00
rust
samples
scripts
security KEYS: DH: Use crypto_wait_req 2023-02-13 18:34:48 +08:00
sound treewide: Convert del_timer*() to timer_shutdown*() 2022-12-25 13:38:09 -08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER 2023-02-10 17:20:19 +08:00
Makefile Linux 6.2-rc1 2022-12-25 13:41:39 -08: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.