Go to file
Herbert Xu cfbda734d6 crypto: cryptd - Add support for cloning hashes
Allow cryptd hashes to be cloned.  The underlying hash will be cloned.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-04-20 18:20:04 +08:00
arch crypto: x86/sha - Use local .L symbols for code 2023-04-20 18:20:04 +08:00
block
certs
crypto crypto: cryptd - Add support for cloning hashes 2023-04-20 18:20:04 +08:00
Documentation dt-bindings: qcom-qce: document optional clocks and clock-names properties 2023-03-14 17:06:43 +08:00
drivers crypto: ixp4xx - fix building wiht 64-bit dma_addr_t 2023-04-14 18:59:34 +08:00
fs
include crypto: hash - Add crypto_clone_ahash/shash 2023-04-20 18:20:04 +08:00
init
io_uring
ipc
kernel padata: use alignment when calculating the number of worker threads 2023-03-14 17:06:44 +08:00
lib crypto: lib/utils - Move utilities into new header 2023-03-31 17:50:09 +08:00
LICENSES
mm mm: avoid gcc complaint about pointer casting 2023-03-04 14:03:27 -08:00
net
rust
samples
scripts Remove Intel compiler support 2023-03-05 10:49:37 -08:00
security
sound
tools
usr
virt
.clang-format cpumask: re-introduce constant-sized cpumask optimizations 2023-03-05 14:30:34 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: qat - Move driver to drivers/crypto/intel/qat 2023-04-06 16:41:28 +08:00
Makefile Linux 6.3-rc1 2023-03-05 14:52:03 -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.