From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xenproject.org
Cc: stefano.stabellini@citrix.com,
Julien Grall <julien.grall@linaro.org>,
tim@xen.org, ian.campbell@citrix.com
Subject: [PATCH v9 0/2] xen/arm: Add SMMU drivers
Date: Tue, 27 May 2014 12:11:39 +0100 [thread overview]
Message-ID: <1401189101-13211-1-git-send-email-julien.grall@linaro.org> (raw)
This series was formerly called "IOMMU support for ARM". It adds support for
the ARM SMMU driver which is used for instance by Midway.
Major changes in v8:
- Update comments and commit message in patch #2
For all changes see in each patch.
A working tree can be found here:
git://xenbits.xen.org/people/julieng/xen-unstable.git branch smmu-v9
Sincerely yours,
Julien Grall (2):
drivers/passthrough: arm: Add support for SMMU drivers
xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m
xen/arch/arm/p2m.c | 2 +
xen/common/grant_table.c | 4 +-
xen/drivers/passthrough/arm/Makefile | 1 +
xen/drivers/passthrough/arm/smmu.c | 1784 ++++++++++++++++++++++++++++++++++
xen/include/asm-arm/grant_table.h | 3 +
xen/include/asm-arm/p2m.h | 3 +
xen/include/asm-x86/grant_table.h | 3 +
7 files changed, 1798 insertions(+), 2 deletions(-)
create mode 100644 xen/drivers/passthrough/arm/smmu.c
--
1.7.10.4
next reply other threads:[~2014-05-27 11:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-27 11:11 Julien Grall [this message]
2014-05-27 11:11 ` [PATCH v9 1/2] drivers/passthrough: arm: Add support for SMMU drivers Julien Grall
2014-05-27 11:11 ` [PATCH v9 2/2] xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m Julien Grall
2014-05-27 13:51 ` Jan Beulich
2014-06-02 15:45 ` Ian Campbell
2014-06-02 16:05 ` Ian Campbell
-- strict thread matches above, loose matches on Subject: below --
2014-05-28 13:31 [PATCH v9 0/2] xen/arm: Add SMMU drivers Julien Grall
2014-05-28 13:32 ` Julien Grall
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=1401189101-13211-1-git-send-email-julien.grall@linaro.org \
--to=julien.grall@linaro.org \
--cc=ian.campbell@citrix.com \
--cc=stefano.stabellini@citrix.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xenproject.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).