No description
Find a file
YueHaibing a54d83d428 crypto: qce - use devm_platform_ioremap_resource() to simplify code
Use devm_platform_ioremap_resource() to simplify the code a bit.
This is detected by coccinelle.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-08-09 15:12:03 +10:00
arch asm-generic: Remove redundant arch-specific rules for simd.h 2019-08-02 14:45:15 +10:00
block
certs
crypto crypto: gcm - restrict assoclen for rfc4543 2019-08-09 15:11:58 +10:00
Documentation Documentation: Add debugfs doc for hisi_zip 2019-08-09 15:11:56 +10:00
drivers crypto: qce - use devm_platform_ioremap_resource() to simplify code 2019-08-09 15:12:03 +10:00
fs
include crypto: aes - helper function to validate key length for AES algorithms 2019-08-09 15:11:43 +10:00
init
ipc
kernel
lib crypto: aes - helper function to validate key length for AES algorithms 2019-08-09 15:11:43 +10:00
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver 2019-08-09 15:11:57 +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.