Go to file
Corentin Labbe 44f13133cb crypto: user - rename err_cnt parameter
Since now all crypto stats are on their own structures, it is now
useless to have the algorithm name in the err_cnt member.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-12-07 14:15:00 +08:00
arch crypto: x86/chacha20 - Add a 4-block AVX-512VL variant 2018-11-29 16:27:04 +08:00
block
certs
crypto crypto: user - rename err_cnt parameter 2018-12-07 14:15:00 +08:00
Documentation dt-bindings: crypto: ccree: add dt bindings for ccree 703 2018-12-07 14:14:59 +08:00
drivers crypto: ccree - add support for CryptoCell 703 2018-12-07 14:14:59 +08:00
firmware
fs crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations 2018-11-20 14:26:55 +08:00
include crypto: user - rename err_cnt parameter 2018-12-07 14:15:00 +08:00
init
ipc
kernel padata: clean an indentation issue, remove extraneous space 2018-11-16 14:11:04 +08:00
lib crypto: chacha - add XChaCha12 support 2018-11-20 14:26:55 +08:00
LICENSES
mm
net crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations 2018-11-20 14:26:55 +08:00
samples
scripts
security crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations 2018-11-20 14:26:55 +08:00
sound
tools crypto: user - rename err_cnt parameter 2018-12-07 14:15:00 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: change NX/VMX maintainers 2018-12-07 14:14:59 +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.