No description
Find a file
Christoph Hellwig bd579cd261 dma-direct: factor out dma_set_{de,en}crypted helpers
[ Upstream commit 4d0564785b ]

Factor out helpers the make dealing with memory encryption a little less
cumbersome.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:49:46 +08:00
arch
block bfq: Allow current waker to defend against a tentative one 2023-04-19 17:49:45 +08:00
certs
crypto
Documentation
drivers net: dsa: restrict SMSC_LAN9303_I2C kconfig 2023-04-19 17:49:46 +08:00
fs
include rxrpc: Fix decision on when to generate an IDLE ACK 2023-04-19 17:49:46 +08:00
init
ipc
kernel dma-direct: factor out dma_set_{de,en}crypted helpers 2023-04-19 17:49:46 +08:00
lib
LICENSES
mm
net net/smc: postpone sk_refcnt increment in connect() 2023-04-19 17:49:46 +08:00
samples
scripts
security
sound ASoC: max98090: Move check for invalid values before casting in max98090_put_enab_tlv() 2023-04-19 17:49:45 +08:00
tools selftests/bpf: Add missed ima_setup.sh in Makefile 2023-04-19 17:49:44 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.