Go to file
Vinod Koul d978b031c5 dt-bindings: crypto: Move prng binding to crypto
Now that we are adding new driver for prng in crypto, move the
binding as well.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-07-27 19:04:31 +08:00
arch crypto: aead - remove useless setting of type flags 2018-07-09 00:30:26 +08:00
block for-linus-20180616 2018-06-17 05:37:55 +09:00
certs
crypto crypto: ecdh - fix typo of P-192 b value 2018-07-20 13:51:22 +08:00
Documentation dt-bindings: crypto: Move prng binding to crypto 2018-07-27 19:04:31 +08:00
drivers hwrng: msm - remove msm hw_random driver 2018-07-27 19:04:30 +08:00
firmware
fs Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
include crypto: drbg - eliminate constant reinitialization of SGL 2018-07-20 13:51:21 +08:00
init
ipc
kernel Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
lib
LICENSES
mm
net
samples
scripts
security crypto: remove redundant type flags from tfm allocation 2018-07-09 00:30:29 +08:00
sound
tools Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: MAINTAINERS - fix file path for SHA multibuffer code 2018-07-09 00:30:20 +08:00
Makefile Linux 4.18-rc1 2018-06-17 08:04:49 +09: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.
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.