xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/4] IOMMU support for ARM
@ 2014-05-15 14:16 Julien Grall
  2014-05-15 14:16 ` [PATCH v7 1/4] xen/arm: p2m: Clean cache PT when the IOMMU doesn't support coherent walk Julien Grall
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Julien Grall @ 2014-05-15 14:16 UTC (permalink / raw)
  To: xen-devel; +Cc: stefano.stabellini, Julien Grall, tim, ian.campbell

Hello,

This is the seventh version of this patch series to add support for IOMMU on ARM.
It also adds driver to support ARM SMMU which is used for instance on Midway.

This series also depends on the interrupt reworking series [1].

A working tree can be found here:
    git://xenbits.xen.org/people/julieng/xen-unstable.git branch smmu-v7

Sincerely yours,

[1] https://list.xen.org/archives/html/xen-devel/2014-05/msg01523.html

Julien Grall (4):
  xen/arm: p2m: Clean cache PT when the IOMMU doesn't support coherent
    walk
  xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m
  xen: iommu: Define PAGE_{SHIFT,SIZE,ALIGN,MASK)_64K
  drivers/passthrough: arm: Add support for SMMU drivers

 xen/arch/arm/mm.c                    |   33 +-
 xen/arch/arm/p2m.c                   |   38 +-
 xen/drivers/passthrough/arm/Makefile |    1 +
 xen/drivers/passthrough/arm/smmu.c   | 1742 ++++++++++++++++++++++++++++++++++
 xen/drivers/passthrough/iommu.c      |   10 +
 xen/include/xen/hvm/iommu.h          |    6 +
 xen/include/xen/iommu.h              |   24 +-
 7 files changed, 1838 insertions(+), 16 deletions(-)
 create mode 100644 xen/drivers/passthrough/arm/smmu.c

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-05-20 11:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 14:16 [PATCH v7 0/4] IOMMU support for ARM Julien Grall
2014-05-15 14:16 ` [PATCH v7 1/4] xen/arm: p2m: Clean cache PT when the IOMMU doesn't support coherent walk Julien Grall
2014-05-15 15:20   ` Ian Campbell
2014-05-15 15:24     ` Julien Grall
2014-05-15 15:51       ` Ian Campbell
2014-05-15 16:05     ` Jan Beulich
2014-05-15 16:04   ` Jan Beulich
2014-05-15 17:06     ` Julien Grall
2014-05-16 10:00       ` Ian Campbell
2014-05-15 14:16 ` [PATCH v7 2/4] xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m Julien Grall
2014-05-17 18:12   ` Julien Grall
2014-05-19  9:45     ` Ian Campbell
2014-05-19 14:20       ` Julien Grall
2014-05-20  7:30         ` Roger Pau Monné
2014-05-20  8:51           ` Ian Campbell
2014-05-20 11:19             ` Julien Grall
2014-05-20 11:25               ` Ian Campbell
2014-05-20 11:53                 ` Julien Grall
2014-05-15 14:16 ` [PATCH v7 3/4] xen: iommu: Define PAGE_{SHIFT, SIZE, ALIGN, MASK)_64K Julien Grall
2014-05-15 14:16 ` [PATCH v7 4/4] drivers/passthrough: arm: Add support for SMMU drivers Julien Grall

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).