No description
Find a file
Corentin Labbe 0c99c2a087 crypto: user - remove unused dump functions
This patch removes unused dump functions for crypto_user_stats.
There are remains of the copy/paste of crypto_user_base to
crypto_user_stat and I forgot to remove them.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-12-23 11:52:44 +08:00
arch crypto: aesni - Add scatter/gather avx stubs, and use them in C 2018-12-23 11:52:43 +08:00
block for-linus-20181102 2018-11-02 11:25:48 -07:00
certs
crypto crypto: user - remove unused dump functions 2018-12-23 11:52:44 +08:00
Documentation dt-bindings: crypto: ccree: add dt bindings for ccree 703 2018-12-07 14:14:59 +08:00
drivers crypto: chelsio - Fix wrong error counter increments 2018-12-23 11:52:43 +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 - remove unused dump functions 2018-12-23 11:52:44 +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 memory_hotplug: cond_resched in __remove_pages 2018-11-03 10:09:38 -07:00
net crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations 2018-11-20 14:26:55 +08:00
samples
scripts Kbuild updates for v4.20 (2nd) 2018-11-03 10:47:33 -07:00
security crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations 2018-11-20 14:26:55 +08:00
sound sound fixes for 4.20-rc1 2018-11-02 11:02:52 -07:00
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 Linux 4.20-rc1 2018-11-04 15:37:52 -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.