No description
Find a file
Christophe JAILLET 4409c08d80 crypto: virtio/akcipher - Do not use GFP_ATOMIC when not needed
There is no need to use GFP_ATOMIC here. GFP_KERNEL is already used for
another memory allocation just the line after.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-02-10 17:20:19 +08:00
arch crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption 2023-02-10 17:20:19 +08:00
block
certs
crypto crypto: testmgr - add diff-splits of src/dst into default cipher config 2023-02-10 17:20:19 +08:00
Documentation Documentation: qat: change kernel version 2023-02-10 17:20:19 +08:00
drivers crypto: virtio/akcipher - Do not use GFP_ATOMIC when not needed 2023-02-10 17:20:19 +08:00
fs
include crypto: aead - fix inaccurate documentation 2023-01-20 18:29:31 +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
rust
samples
scripts
security
sound
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
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.