iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>
To: will.deacon-5wv7dgnIgG8@public.gmane.org,
	joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH v3 0/7] SMMUv3 52-bit address support
Date: Mon, 26 Mar 2018 13:35:08 +0100	[thread overview]
Message-ID: <cover.1522065583.git.robin.murphy@arm.com> (raw)

Hi all,

Here's a v3 with most of the additional cleanup as discussed, which makes
the diffstat look pretty horrific, but I think it does work out for the
better in the end. I did write a further patch converting "(1 << x)" into
"BIT(x)", but comes out as a +70/-70 diff of pure churn which somehow
manages to make the codegen in arm_smmu_device_probe() worse, so it got
git reset --hard into oblivion.

Robin.

Robin Murphy (7):
  iommu/arm-smmu-v3: Clean up address masking
  iommu/arm-smmu-v3: Clean up register definitions
  iommu/arm-smmu-v3: Clean up table definitions
  iommu/arm-smmu-v3: Clean up queue definitions
  iommu/io-pgtable-arm: Support 52-bit physical address
  iommu/arm-smmu-v3: Support 52-bit physical address
  iommu/arm-smmu-v3: Support 52-bit virtual address

 drivers/iommu/arm-smmu-v3.c    | 523 ++++++++++++++++++-----------------------
 drivers/iommu/io-pgtable-arm.c |  67 ++++--
 2 files changed, 277 insertions(+), 313 deletions(-)

-- 
2.16.1.dirty

             reply	other threads:[~2018-03-26 12:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-26 12:35 Robin Murphy [this message]
     [not found] ` <cover.1522065583.git.robin.murphy-5wv7dgnIgG8@public.gmane.org>
2018-03-26 12:35   ` [PATCH v3 1/7] iommu/arm-smmu-v3: Clean up address masking Robin Murphy
2018-03-26 12:35   ` [PATCH v3 2/7] iommu/arm-smmu-v3: Clean up register definitions Robin Murphy
2018-03-26 12:35   ` [PATCH v3 3/7] iommu/arm-smmu-v3: Clean up table definitions Robin Murphy
2018-03-26 12:35   ` [PATCH v3 4/7] iommu/arm-smmu-v3: Clean up queue definitions Robin Murphy
2018-03-26 12:35   ` [PATCH v3 5/7] iommu/io-pgtable-arm: Support 52-bit physical address Robin Murphy
2018-03-26 12:35   ` [PATCH v3 6/7] iommu/arm-smmu-v3: " Robin Murphy
2018-03-26 12:35   ` [PATCH v3 7/7] iommu/arm-smmu-v3: Support 52-bit virtual address Robin Murphy

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=cover.1522065583.git.robin.murphy@arm.com \
    --to=robin.murphy-5wv7dgnigg8@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=will.deacon-5wv7dgnIgG8@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 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).