xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
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, naresh.bhat@linaro.org
Subject: [PATCH v9 0/2] xen/arm: Add SMMU drivers
Date: Wed, 28 May 2014 14:31:15 +0100	[thread overview]
Message-ID: <1401283878-19775-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

             reply	other threads:[~2014-05-28 13:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-28 13:31 Julien Grall [this message]
2014-05-28 13:31 ` [PATCH v9 1/2] drivers/passthrough: arm: Add support for SMMU drivers Julien Grall
2014-05-28 13:31 ` [PATCH v9 2/2] xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m Julien Grall
2014-05-28 13:32 ` [PATCH v9 0/2] xen/arm: Add SMMU drivers Julien Grall
  -- strict thread matches above, loose matches on Subject: below --
2014-05-27 11:11 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=1401283878-19775-1-git-send-email-julien.grall@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=ian.campbell@citrix.com \
    --cc=naresh.bhat@linaro.org \
    --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).