[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200224194446.690816-1-hch@lst.de>
Date: Mon, 24 Feb 2020 11:44:40 -0800
From: Christoph Hellwig <hch@....de>
To: Jonas Bonn <jonas@...thpole.se>,
Stefan Kristiansson <stefan.kristiansson@...nalahti.fi>,
Stafford Horne <shorne@...il.com>
Cc: Marek Szyprowski <m.szyprowski@...sung.com>,
Robin Murphy <robin.murphy@....com>,
Will Deacon <will@...nel.org>,
Mark Rutland <mark.rutland@....com>,
openrisc@...ts.librecores.org, iommu@...ts.linux-foundation.org,
linux-arm-kernel@...ts.infradead.org, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: provide in-place uncached remapping for dma-direct v2
Hi all,
this series provides support for remapping places uncached in-place in
the generic dma-direct code, and moves openrisc over from its own
in-place remapping scheme. The arm64 folks also had interest in such
a scheme to avoid problems with speculating into cache aliases.
Also all architectures that always use small page mappings for the
kernel and have non-coherent DMA should look into enabling this
scheme, as it is much more efficient than the vmap remapping.
Changes since v1:
- share the arch hook for inline remap and uncached segment support
Powered by blists - more mailing lists