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 5.11
Date: Tue, 22 Dec 2020 17:01:12 +0100	[thread overview]
Message-ID: <20201222160112.GA3019603@infradead.org> (raw)

The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18:

  Linux 5.10-rc5 (2020-11-22 15:36:08 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7679325702c90aecd393cd7cde685576c14489c0:

  selftests/dma: add test application for DMA_MAP_BENCHMARK (2020-11-27 10:33:42 +0100)

----------------------------------------------------------------
dma-mapping updates for 5.11:

 - support for a partial IOMMU bypass (Alexey Kardashevskiy)
 - add a DMA API benchmark (Barry Song)
 - misc fixes (Tiezhu Yang, tangjianqiang)

----------------------------------------------------------------
Alexey Kardashevskiy (2):
      dma-mapping: Allow mixing bypass and mapped DMA operation
      powerpc/dma: Fallback to dma_ops when persistent memory present

Barry Song (2):
      dma-mapping: add benchmark support for streaming DMA APIs
      selftests/dma: add test application for DMA_MAP_BENCHMARK

Tiezhu Yang (1):
      dma-pool: no need to check return value of debugfs_create functions

tangjianqiang (1):
      dma-contiguous: fix a typo error in a comment

 MAINTAINERS                                     |   6 +
 arch/powerpc/Kconfig                            |   1 +
 arch/powerpc/kernel/dma-iommu.c                 |  71 ++++-
 arch/powerpc/platforms/pseries/iommu.c          |  51 +++-
 include/linux/dma-map-ops.h                     |  14 +
 kernel/dma/Kconfig                              |  13 +
 kernel/dma/Makefile                             |   1 +
 kernel/dma/contiguous.c                         |   2 +-
 kernel/dma/map_benchmark.c                      | 361 ++++++++++++++++++++++++
 kernel/dma/mapping.c                            |  12 +-
 kernel/dma/pool.c                               |   3 -
 tools/testing/selftests/dma/Makefile            |   6 +
 tools/testing/selftests/dma/config              |   1 +
 tools/testing/selftests/dma/dma_map_benchmark.c | 123 ++++++++
 14 files changed, 645 insertions(+), 20 deletions(-)
 create mode 100644 kernel/dma/map_benchmark.c
 create mode 100644 tools/testing/selftests/dma/Makefile
 create mode 100644 tools/testing/selftests/dma/config
 create mode 100644 tools/testing/selftests/dma/dma_map_benchmark.c

             reply	other threads:[~2020-12-22 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22 16:01 Christoph Hellwig [this message]
2020-12-22 22:24 ` [GIT PULL] dma-mapping updates for 5.11 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=20201222160112.GA3019603@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).