xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/2] xen/arm: Add SMMU drivers
@ 2014-05-27 11:11 Julien Grall
  2014-05-27 11:11 ` [PATCH v9 1/2] drivers/passthrough: arm: Add support for " 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
  0 siblings, 2 replies; 8+ messages in thread
From: Julien Grall @ 2014-05-27 11:11 UTC (permalink / raw)
  To: xen-devel; +Cc: stefano.stabellini, Julien Grall, tim, ian.campbell

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v9 0/2] xen/arm: Add SMMU drivers
@ 2014-05-28 13:31 Julien Grall
  2014-05-28 13:32 ` Julien Grall
  0 siblings, 1 reply; 8+ messages in thread
From: Julien Grall @ 2014-05-28 13:31 UTC (permalink / raw)
  To: xen-devel
  Cc: stefano.stabellini, Julien Grall, tim, ian.campbell, naresh.bhat

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

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

end of thread, other threads:[~2014-06-02 16:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 11:11 [PATCH v9 0/2] xen/arm: Add SMMU drivers Julien Grall
2014-05-27 11:11 ` [PATCH v9 1/2] drivers/passthrough: arm: Add support for " 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

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