From: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
To: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL] iommu/arm-smmu: fixes for 3.17
Date: Wed, 3 Sep 2014 16:48:22 +0100 [thread overview]
Message-ID: <20140903154822.GG32378@arm.com> (raw)
Hi Joerg,
Please can you pull the following arm-smmu fixes for 3.17? They address
a variety of issues found by running the driver on more hardware and
also by the vSMMU work I've been doing.
The only change from the series I posted to the list [1] is that I've
re-ordered the patches to put the stable candidates first.
Cheers,
Will
[1] http://lists.linuxfoundation.org/pipermail/iommu/2014-August/009644.html
--->8
The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:
Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/fixes
for you to fetch changes up to 4d09d99d543ec28b2280a1f62382697f47ea6366:
iommu/arm-smmu: fix corner cases in address size calculations (2014-09-02 10:04:43 +0100)
----------------------------------------------------------------
Hans Wennborg (1):
iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x
Mitchel Humpherys (1):
iommu/arm-smmu: avoid calling request_irq in atomic context
Olav Haugan (2):
iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1
iommu/arm-smmu: Do not access non-existing S2CR registers
Vladimir Murzin (1):
iommu/arm-smmu: remove pgtable_page_{c,d}tor()
Will Deacon (2):
iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain
iommu/arm-smmu: fix corner cases in address size calculations
drivers/iommu/arm-smmu.c | 127 +++++++++++++++++++++++++++--------------------
1 file changed, 73 insertions(+), 54 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: fixes for 3.17
Date: Wed, 3 Sep 2014 16:48:22 +0100 [thread overview]
Message-ID: <20140903154822.GG32378@arm.com> (raw)
Hi Joerg,
Please can you pull the following arm-smmu fixes for 3.17? They address
a variety of issues found by running the driver on more hardware and
also by the vSMMU work I've been doing.
The only change from the series I posted to the list [1] is that I've
re-ordered the patches to put the stable candidates first.
Cheers,
Will
[1] http://lists.linuxfoundation.org/pipermail/iommu/2014-August/009644.html
--->8
The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:
Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/fixes
for you to fetch changes up to 4d09d99d543ec28b2280a1f62382697f47ea6366:
iommu/arm-smmu: fix corner cases in address size calculations (2014-09-02 10:04:43 +0100)
----------------------------------------------------------------
Hans Wennborg (1):
iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x
Mitchel Humpherys (1):
iommu/arm-smmu: avoid calling request_irq in atomic context
Olav Haugan (2):
iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1
iommu/arm-smmu: Do not access non-existing S2CR registers
Vladimir Murzin (1):
iommu/arm-smmu: remove pgtable_page_{c,d}tor()
Will Deacon (2):
iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain
iommu/arm-smmu: fix corner cases in address size calculations
drivers/iommu/arm-smmu.c | 127 +++++++++++++++++++++++++++--------------------
1 file changed, 73 insertions(+), 54 deletions(-)
next reply other threads:[~2014-09-03 15:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-03 15:48 Will Deacon [this message]
2014-09-03 15:48 ` [GIT PULL] iommu/arm-smmu: fixes for 3.17 Will Deacon
[not found] ` <20140903154822.GG32378-5wv7dgnIgG8@public.gmane.org>
2014-09-03 16:24 ` Joerg Roedel
2014-09-03 16:24 ` 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=20140903154822.GG32378@arm.com \
--to=will.deacon-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 \
/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.