linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: iommu@lists.linux-foundation.org,
	Robin Murphy <robin.murphy@arm.com>,
	linux-kernel@vger.kernel.org,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: [GIT PULL] second round of dma mapping updates for 4.20
Date: Fri, 26 Oct 2018 15:24:03 +0200	[thread overview]
Message-ID: <20181026132403.GA23693@infradead.org> (raw)

The following changes since commit b9fd04262a8abc366f40a9e97598e94591352c26:

  dma-direct: respect DMA_ATTR_NO_WARN (2018-10-09 15:08:46 +0200)

are available in the Git repository at:

  git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-4.20-1

for you to fetch changes up to 886643b766321f15f63bd950be618cbb6dd22bbc:

  arm64: use the generic swiotlb_dma_ops (2018-10-19 08:53:24 +0200)

----------------------------------------------------------------
Second batch of dma-mapping updates for 4.20:

 - various swiotlb cleanups
 - do not dip into the ѕwiotlb pool for dma coherent allocations
 - add support for not cache coherent DMA to swiotlb
 - switch ARM64 to use the generic swiotlb_dma_ops

----------------------------------------------------------------
Christoph Hellwig (10):
      swiotlb: remove a pointless comment
      swiotlb: mark is_swiotlb_buffer static
      swiotlb: do not panic on mapping failures
      swiotlb: remove the overflow buffer
      swiotlb: merge swiotlb_unmap_page and unmap_single
      swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs
      swiotlb: refactor swiotlb_map_page
      swiotlb: don't dip into swiotlb pool for coherent allocations
      swiotlb: add support for non-coherent DMA
      arm64: use the generic swiotlb_dma_ops

 arch/arm64/Kconfig                   |   4 +
 arch/arm64/include/asm/device.h      |   1 -
 arch/arm64/include/asm/dma-mapping.h |   7 +-
 arch/arm64/mm/dma-mapping.c          | 257 ++++++---------------------
 arch/powerpc/kernel/dma-swiotlb.c    |   4 +-
 include/linux/dma-direct.h           |   2 +
 include/linux/swiotlb.h              |   9 -
 kernel/dma/direct.c                  |   2 -
 kernel/dma/swiotlb.c                 | 326 +++++++----------------------------
 9 files changed, 123 insertions(+), 489 deletions(-)

             reply	other threads:[~2018-10-26 13:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-26 13:24 Christoph Hellwig [this message]
2018-10-26 18:30 ` [GIT PULL] second round of dma mapping updates for 4.20 Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181026132403.GA23693@infradead.org \
    --to=hch@infradead.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robin.murphy@arm.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).