No description
Find a file
Eric Biggers 4bd9692431 crypto: x86/cast6-avx - convert to skcipher interface
Convert the AVX implementation of CAST6 from the (deprecated) ablkcipher
and blkcipher interfaces over to the skcipher interface.  Note that this
includes replacing the use of ablk_helper with crypto_simd.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-03-03 00:03:28 +08:00
arch crypto: x86/cast6-avx - convert to skcipher interface 2018-03-03 00:03:28 +08:00
block
certs
crypto crypto: x86/cast6-avx - convert to skcipher interface 2018-03-03 00:03:28 +08:00
Documentation dt-bindings: Add DT bindings for ccree 710 and 630p 2018-03-03 00:03:14 +08:00
drivers crypto: ccree - replace memset+kfree with kzfree 2018-03-03 00:03:16 +08:00
firmware
fs
include crypto: simd - allow registering multiple algorithms at once 2018-03-03 00:03:17 +08:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update the Inside Secure maintainer email 2018-02-22 22:16:22 +08:00
Makefile Linux 4.16-rc1 2018-02-11 15:04:29 -08:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.