All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
To: jroedel-l3A5Bk7waGM@public.gmane.org
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL] iommu/arm-smmu: Updates for 4.8
Date: Fri, 8 Jul 2016 16:59:46 +0100	[thread overview]
Message-ID: <20160708155946.GG6493@arm.com> (raw)

Hi Joerg,

Please pull these arm-smmu updates for 4.8. There's really not a lot
here, but the highlight is the fix to iova_to_phys which really improves
our VFIO teardown performance, where we previously did everything on a
page-by-page basis.

Whilst Robin had an SMMUv3 series in good shape for the default domain
stuff (and of_xlate binding), it's not quite ready for 4.8, so we'll
spend the extra time to get it in for 4.9.

Cheers,

Will

--->8

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

for you to fetch changes up to bee140044579fbfdad5fd98717c0405d7b492226:

  iommu/arm-smmu: Use devm_request_irq and devm_free_irq (2016-07-06 18:31:51 +0100)

----------------------------------------------------------------
Andrea Gelmini (1):
      iommu/arm-smmu: Fix typo in devicetree binding introductory text

Peng Fan (1):
      iommu/arm-smmu: Use devm_request_irq and devm_free_irq

Wei Chen (1):
      iommu/arm-smmu: request pcie devices to enable ACS

Will Deacon (1):
      iommu/io-pgtable-arm: Fix iova_to_phys for block entries

 .../devicetree/bindings/iommu/arm,smmu-v3.txt      |  2 +-
 drivers/iommu/arm-smmu-v3.c                        |  2 ++
 drivers/iommu/arm-smmu.c                           | 28 ++++++++++------------
 drivers/iommu/io-pgtable-arm.c                     |  2 +-
 4 files changed, 17 insertions(+), 17 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] iommu/arm-smmu: Updates for 4.8
Date: Fri, 8 Jul 2016 16:59:46 +0100	[thread overview]
Message-ID: <20160708155946.GG6493@arm.com> (raw)

Hi Joerg,

Please pull these arm-smmu updates for 4.8. There's really not a lot
here, but the highlight is the fix to iova_to_phys which really improves
our VFIO teardown performance, where we previously did everything on a
page-by-page basis.

Whilst Robin had an SMMUv3 series in good shape for the default domain
stuff (and of_xlate binding), it's not quite ready for 4.8, so we'll
spend the extra time to get it in for 4.9.

Cheers,

Will

--->8

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

for you to fetch changes up to bee140044579fbfdad5fd98717c0405d7b492226:

  iommu/arm-smmu: Use devm_request_irq and devm_free_irq (2016-07-06 18:31:51 +0100)

----------------------------------------------------------------
Andrea Gelmini (1):
      iommu/arm-smmu: Fix typo in devicetree binding introductory text

Peng Fan (1):
      iommu/arm-smmu: Use devm_request_irq and devm_free_irq

Wei Chen (1):
      iommu/arm-smmu: request pcie devices to enable ACS

Will Deacon (1):
      iommu/io-pgtable-arm: Fix iova_to_phys for block entries

 .../devicetree/bindings/iommu/arm,smmu-v3.txt      |  2 +-
 drivers/iommu/arm-smmu-v3.c                        |  2 ++
 drivers/iommu/arm-smmu.c                           | 28 ++++++++++------------
 drivers/iommu/io-pgtable-arm.c                     |  2 +-
 4 files changed, 17 insertions(+), 17 deletions(-)

             reply	other threads:[~2016-07-08 15:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-08 15:59 Will Deacon [this message]
2016-07-08 15:59 ` [GIT PULL] iommu/arm-smmu: Updates for 4.8 Will Deacon
     [not found] ` <20160708155946.GG6493-5wv7dgnIgG8@public.gmane.org>
2016-07-12 11:29   ` Joerg Roedel
2016-07-12 11:29     ` Joerg Roedel

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=20160708155946.GG6493@arm.com \
    --to=will.deacon-5wv7dgnigg8@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=jroedel-l3A5Bk7waGM@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.