Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Generic IOMMU page table framework
@ 2015-01-09 13:54 Will Deacon
  2015-01-09 13:54 ` [PATCH v2 2/5] iommu: add ARM LPAE page table allocator Will Deacon
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Will Deacon @ 2015-01-09 13:54 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
  Cc: Will Deacon, laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw,
	Varun.Sethi-KZfg59tc24xl57MIdRCFDg,
	prem.mallappa-dY08KVG/lbpWk0Htik3J/w, Robin.Murphy-5wv7dgnIgG8

Hello,

This is version two of the patch series I originally posted here:

  v1: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-November/306786.html

Changes since v1 include:

 - Separated 32-bit and 64-bit regimes
 - Limited pgd allocation when a full page is not required
 - Addition of NS quirk, needed by Laurent for the Renesas IOMMU
 - Added kerneldoc for the API to IOMMU drivers
 - A few minor changes after feedback on the list

All feedback welcome,

Will

--->8

Laurent Pinchart (1):
  iommu: io-pgtable-arm: add non-secure quirk

Will Deacon (4):
  iommu: introduce generic page table allocation framework
  iommu: add ARM LPAE page table allocator
  iommu: add self-consistency tests to ARM LPAE IO page table allocator
  iommu/arm-smmu: make use of generic LPAE allocator

 MAINTAINERS                    |   1 +
 arch/arm64/Kconfig             |   1 -
 drivers/iommu/Kconfig          |  32 +-
 drivers/iommu/Makefile         |   2 +
 drivers/iommu/arm-smmu.c       | 886 +++++++++++-------------------------
 drivers/iommu/io-pgtable-arm.c | 986 +++++++++++++++++++++++++++++++++++++++++
 drivers/iommu/io-pgtable.c     |  82 ++++
 drivers/iommu/io-pgtable.h     | 143 ++++++
 8 files changed, 1506 insertions(+), 627 deletions(-)
 create mode 100644 drivers/iommu/io-pgtable-arm.c
 create mode 100644 drivers/iommu/io-pgtable.c
 create mode 100644 drivers/iommu/io-pgtable.h

-- 
2.1.4

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

end of thread, other threads:[~2015-01-26 12:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09 13:54 [PATCH v2 0/5] Generic IOMMU page table framework Will Deacon
2015-01-09 13:54 ` [PATCH v2 2/5] iommu: add ARM LPAE page table allocator Will Deacon
     [not found] ` <1420811657-21321-1-git-send-email-will.deacon-5wv7dgnIgG8@public.gmane.org>
2015-01-09 13:54   ` [PATCH v2 1/5] iommu: introduce generic page table allocation framework Will Deacon
2015-01-09 13:54   ` [PATCH v2 3/5] iommu: add self-consistency tests to ARM LPAE IO page table allocator Will Deacon
2015-01-09 13:54   ` [PATCH v2 5/5] iommu: io-pgtable-arm: add non-secure quirk Will Deacon
2015-01-16 14:01   ` [PATCH v2 0/5] Generic IOMMU page table framework Will Deacon
     [not found]     ` <20150116140130.GQ7091-5wv7dgnIgG8@public.gmane.org>
2015-01-19 13:09       ` joro-zLv9SwRftAIdnm+yROfE0A
     [not found]         ` <20150119130940.GJ6343-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-01-19 13:18           ` Will Deacon
     [not found]             ` <20150119131843.GJ32131-5wv7dgnIgG8@public.gmane.org>
2015-01-19 13:56               ` Laurent Pinchart
2015-01-19 14:01                 ` joro-zLv9SwRftAIdnm+yROfE0A
     [not found]                   ` <20150119140106.GM6343-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-01-20 16:30                     ` [PATCH v2] iommu/ipmmu-vmsa: Use the ARM LPAE page table allocator Laurent Pinchart
     [not found]                       ` <1421771404-22774-1-git-send-email-laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
2015-01-21 14:44                         ` Will Deacon
     [not found]                           ` <20150121144419.GJ4549-5wv7dgnIgG8@public.gmane.org>
2015-01-21 14:58                             ` Laurent Pinchart
2015-01-21 15:05                               ` joro-zLv9SwRftAIdnm+yROfE0A
     [not found]                                 ` <20150121150529.GA30345-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-01-21 15:07                                   ` Laurent Pinchart
2015-01-21 15:27                                     ` joro-zLv9SwRftAIdnm+yROfE0A
     [not found]                                       ` <20150121152724.GB30345-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-01-21 15:31                                         ` Laurent Pinchart
2015-01-26 12:46                                           ` joro-zLv9SwRftAIdnm+yROfE0A
2015-01-09 13:54 ` [PATCH v2 4/5] iommu/arm-smmu: make use of generic LPAE allocator Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox