No description
Find a file
LEROY Christophe 49f9783b0c crypto: talitos - do hw_context DMA mapping outside the requests
At every request, we map and unmap the same hash hw_context.

This patch moves the dma mapping/unmapping in functions ahash_init()
and ahash_import().

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-10-12 22:55:37 +08:00
arch crypto: crc32-pclmul - remove useless relative addressing 2017-10-07 12:10:30 +08:00
block
certs
crypto crypto: keywrap - simplify code 2017-10-12 22:55:06 +08:00
Documentation dt/bindings: exynos-rng: Move dt binding documentation to bindings/crypto 2017-09-22 17:43:15 +08:00
drivers crypto: talitos - do hw_context DMA mapping outside the requests 2017-10-12 22:55:37 +08:00
firmware firmware: Restore support for built-in firmware 2017-09-16 10:58:48 -07:00
fs Some cleanups and a big bug fix for ACLs. When I was reviewing Jan Kara's 2017-09-15 12:16:18 -07:00
include crypto: dh - return unsigned value for crypto_dh_key_len() 2017-10-12 22:55:05 +08:00
init
ipc
kernel padata: ensure padata_do_serial() runs on the correct CPU 2017-10-07 12:10:32 +08:00
lib
mm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-09-16 11:28:59 -07:00
samples
scripts Firmware removal patch for 4.14-rc1 2017-09-15 12:58:55 -07:00
security
sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-09-16 11:28:59 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt/bindings: exynos-rng: Move dt binding documentation to bindings/crypto 2017-09-22 17:43:15 +08:00
Makefile Linux 4.14-rc1 2017-09-16 15:47:51 -07:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.