Go to file
Bjorn Helgaas 3a646b6ed4 crypto: ccp - Remove unnecessary linux/pci.h include
Remove unused includes of linux/pci.h.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-08-09 15:12:30 +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: ccp - Remove unnecessary linux/pci.h include 2019-08-09 15:12:30 +10:00
fs SMB3 fixes: two fixes for stable, one that had dependency on earlier patch in this merge window and can now go in, and a perf improvement in SMB3 open 2019-07-21 10:01:17 -07:00
include crypto: aes - helper function to validate key length for AES algorithms 2019-08-09 15:11:43 +10:00
init
ipc
kernel padata: purge get_cpu and reorder_via_wq from padata_do_serial 2019-07-27 21:08:37 +10:00
lib crypto: aes - helper function to validate key length for AES algorithms 2019-08-09 15:11:43 +10:00
LICENSES
mm
net bluetooth: switch to AES library 2019-07-26 14:58:12 +10:00
samples
scripts Kbuild updates for v5.3 (2nd) 2019-07-20 09:34:55 -07:00
security
sound
tools crypto: Remove orphan tools/crypto directory 2019-07-26 22:08:05 +10:00
usr Kbuild updates for v5.3 (2nd) 2019-07-20 09:34:55 -07:00
virt KVM: Boost vCPUs that are delivering interrupts 2019-07-20 09:00:45 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS Remove references to dead website. 2019-07-19 12:22:04 -07:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver 2019-08-09 15:11:57 +10:00
Makefile Linus 5.3-rc1 2019-07-21 14:05:38 -07: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.