Go to file
Yang Shen 2ca73193cc crypto: hisilicon/zip - fix some coding styles
1.Unified alignment styles
2.Remove unnecessary goto branch
3.Remove address printf

Signed-off-by: Yang Shen <shenyang39@huawei.com>
Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-09-18 17:20:10 +10:00
arch crypto: arm/aes-neonbs - Use generic cbc encryption path 2020-09-11 14:39:16 +10:00
block
certs
crypto crypto: cbc - Remove cbc.h 2020-09-11 14:39:16 +10:00
Documentation dt-bindings: rng: add bindings for Xiphera XIP8001B hwrng 2020-09-11 14:39:17 +10:00
drivers crypto: hisilicon/zip - fix some coding styles 2020-09-18 17:20:10 +10:00
fs
include crypto: cbc - Remove cbc.h 2020-09-11 14:39:16 +10:00
init
ipc
kernel
lib
LICENSES
mm
net SUNRPC: remove RC4-HMAC-MD5 support from KerberosV 2020-09-11 14:39:15 +10:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS padata: add another maintainer and another list 2020-09-04 17:57:17 +10: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.