The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Ayush Sawal 27896aff15 crypto: chelsio - calculating tx_channel_id as per the max number of channels
chcr driver was not using the number of channels from lld and
assuming that there are always two channels available. With following
patch chcr will use number of channel as passed by cxgb4.

Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-12-20 14:58:35 +08:00
Documentation crypto: doc - remove references to ARC4 2019-12-11 16:48:38 +08:00
LICENSES
arch crypto: arm64/ghash-neon - bump priority to 150 2019-12-11 16:36:55 +08:00
block
certs
crypto crypto: api - fix unexpectedly getting generic implementation 2019-12-20 14:58:33 +08:00
drivers crypto: chelsio - calculating tx_channel_id as per the max number of channels 2019-12-20 14:58:35 +08:00
fs crypto: skcipher - remove crypto_skcipher::keysize 2019-12-11 16:36:56 +08:00
include crypto: ccp - provide in-kernel API to submit TEE commands 2019-12-20 14:58:32 +08:00
init
ipc
kernel padata: update documentation 2019-12-11 16:37:02 +08:00
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: update my e-mail address 2019-12-11 16:36:05 +08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS padata: update documentation file path in MAINTAINERS 2019-12-20 14:58:33 +08:00
Makefile
README

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.