Main-line Linux kernel tree http://www.kernel.org
Go to file
Ard Biesheuvel 8338541510 crypto: camellia - use unaligned accessors instead of alignmask
Instead of using an alignmask of 0x3 to ensure 32-bit alignment of the
Camellia input and output blocks, which propagates to mode drivers, and
results in pointless copying on architectures that don't care about
alignment, use the unaligned accessors, which will do the right thing on
each respective architecture, avoiding the need for double buffering.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-02-10 17:55:56 +11:00
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux for-next/crypto 2021-02-10 17:20:35 +11:00
block
certs
crypto crypto: camellia - use unaligned accessors instead of alignmask 2021-02-10 17:55:56 +11:00
Documentation crypto: salsa20 - remove Salsa20 stream cipher algorithm 2021-01-29 16:07:04 +11:00
drivers hwrng: timeriomem - Fix cooldown period calculation 2021-02-10 17:55:55 +11:00
fs
include crypto - shash: reduce minimum alignment of shash_desc structure 2021-01-22 14:58:01 +11:00
init
ipc
kernel
lib crypto: lib/chacha20poly1305 - define empty module exit function 2021-01-22 14:58:03 +11:00
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.