The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Christoph Hellwig 0a0f0d8be7 dma-mapping: split <linux/dma-mapping.h>
Split out all the bits that are purely for dma_map_ops implementations
and related code into a new <linux/dma-map-ops.h> header so that they
don't get pulled into all the drivers.  That also means the architecture
specific <asm/dma-mapping.h> is not pulled in by <linux/dma-mapping.h>
any more, which leads to a missing includes that were pulled in by the
x86 or arm versions in a few not overly portable drivers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
2020-10-06 07:07:03 +02:00
Documentation dma-mapping: add a new dma_alloc_pages API 2020-09-25 06:20:47 +02:00
LICENSES
arch dma-mapping: split <linux/dma-mapping.h> 2020-10-06 07:07:03 +02:00
block
certs
crypto
drivers dma-mapping: split <linux/dma-mapping.h> 2020-10-06 07:07:03 +02:00
fs for-5.9-rc6-tag 2020-09-23 14:32:23 -07:00
include dma-mapping: split <linux/dma-mapping.h> 2020-10-06 07:07:03 +02:00
init
ipc
kernel dma-mapping: split <linux/dma-mapping.h> 2020-10-06 07:07:03 +02:00
lib A couple of fixes for bootconfig 2020-09-23 14:52:22 -07:00
mm Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-next 2020-09-25 06:19:19 +02:00
net
samples
scripts
security
sound hal2: convert to dma_alloc_noncoherent 2020-09-25 06:20:44 +02:00
tools A couple of fixes for bootconfig 2020-09-23 14:52:22 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dma-mapping: split <linux/dma-mapping.h> 2020-10-06 07:07:03 +02: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.