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: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org
Subject: [GIT PULL] dma-mapping updates for Linux 5.13
Date: Tue, 4 May 2021 09:58:23 +0200	[thread overview]
Message-ID: <YJD+n2zT+BOA7ar8@infradead.org> (raw)

The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:

  Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a7f3d3d3600c8ed119eb0d2483de0062ce2e3707:

  dma-mapping: add unlikely hint to error path in dma_mapping_error (2021-04-02 16:41:08 +0200)

----------------------------------------------------------------
dma-mapping updates for Linux 5.13:

 - add a new dma_alloc_noncontiguous API (me, Ricardo Ribalda)
 - fix a copyright noice (Hao Fang)
 - add an unlikely annotation to dma_mapping_error (Heiner Kallweit)
 - remove a pointless empty line (Wang Qing)
 - add support for multi-pages map/unmap bencharking (Xiang Chen)

----------------------------------------------------------------
Christoph Hellwig (5):
      dma-mapping: add a dma_mmap_pages helper
      dma-mapping: refactor dma_{alloc,free}_pages
      dma-mapping: add a dma_alloc_noncontiguous API
      dma-iommu: refactor iommu_dma_alloc_remap
      dma-iommu: implement ->alloc_noncontiguous

Hao Fang (1):
      dma-mapping: benchmark: use the correct HiSilicon copyright

Heiner Kallweit (1):
      dma-mapping: add unlikely hint to error path in dma_mapping_error

Ricardo Ribalda (1):
      media: uvcvideo: Use dma_alloc_noncontiguous API

Wang Qing (1):
      dma-mapping: remove a pointless empty line in dma_alloc_coherent

Xiang Chen (1):
      dma-mapping: benchmark: Add support for multi-pages map/unmap

 Documentation/core-api/dma-api.rst              |  88 ++++++++++++++
 drivers/iommu/dma-iommu.c                       | 103 ++++++++++++-----
 drivers/media/usb/uvc/uvc_video.c               |  94 +++++++++++----
 drivers/media/usb/uvc/uvcvideo.h                |   5 +-
 include/linux/dma-map-ops.h                     |  19 +++
 include/linux/dma-mapping.h                     |  37 +++++-
 kernel/dma/map_benchmark.c                      |  23 ++--
 kernel/dma/mapping.c                            | 148 ++++++++++++++++++++++--
 tools/testing/selftests/dma/dma_map_benchmark.c |  22 +++-
 9 files changed, 456 insertions(+), 83 deletions(-)

             reply	other threads:[~2021-05-04  7:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04  7:58 Christoph Hellwig [this message]
2021-05-04 18:30 ` [GIT PULL] dma-mapping updates for Linux 5.13 pr-tracker-bot

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=YJD+n2zT+BOA7ar8@infradead.org \
    --to=hch@infradead.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --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).