public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] introduce generic iommu_num_pages function
@ 2008-08-04 16:04 Joerg Roedel
  2008-08-04 16:04 ` [PATCH 01/10] x86: rename iommu_num_pages function to iommu_nr_pages Joerg Roedel
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Joerg Roedel @ 2008-08-04 16:04 UTC (permalink / raw)
  To: Andrew Morton
  Cc: mingo, tglx, hpa, rth, paulus, benh, davem, FUJITA Tomonori,
	Muli Ben-Yehuda, linux-kernel

Hi,

this series of patches re-introduces the iommu_num_pages function so that it
can be used by each architecture specific IOMMU implementations. The series
also changes IOMMU implementations for X86, Alpha, PowerPC and UltraSparc. The
other implementations are not yet changed because the modifications required
are not obvious and I can't test them on real hardware.

The first three patches are to make this series bisectable.  The changes are
compile-tested on the architectures changed and runtime tested in X86 only. The
patches apply cleanly to latest linus/master tree.

Joerg

git diff --stat linus/master:

 arch/alpha/kernel/pci_iommu.c      |   17 +++++------------
 arch/powerpc/kernel/iommu.c        |   23 +++++++----------------
 arch/sparc64/kernel/iommu.c        |    7 ++++---
 arch/sparc64/kernel/iommu_common.h |   14 ++------------
 arch/sparc64/kernel/pci_sun4v.c    |    7 ++++---
 arch/x86/kernel/amd_iommu.c        |    9 +++++----
 arch/x86/kernel/pci-calgary_64.c   |   18 ++++--------------
 arch/x86/kernel/pci-dma.c          |    4 ++--
 arch/x86/kernel/pci-gart_64.c      |    8 ++++----
 include/asm-x86/iommu.h            |    2 +-
 include/linux/iommu-helper.h       |    2 ++
 lib/iommu-helper.c                 |    9 +++++++++
 12 files changed, 49 insertions(+), 71 deletions(-)




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

end of thread, other threads:[~2008-08-05  8:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-04 16:04 [PATCH 0/10] introduce generic iommu_num_pages function Joerg Roedel
2008-08-04 16:04 ` [PATCH 01/10] x86: rename iommu_num_pages function to iommu_nr_pages Joerg Roedel
2008-08-04 16:04 ` [PATCH 02/10] sparc64: " Joerg Roedel
2008-08-04 21:27   ` David Miller
2008-08-04 16:04 ` [PATCH 03/10] powerpc: " Joerg Roedel
2008-08-04 16:04 ` [PATCH 04/10] introduce generic iommu_num_pages function Joerg Roedel
2008-08-04 16:04 ` [PATCH 05/10] x86: convert GART driver to " Joerg Roedel
2008-08-04 16:04 ` [PATCH 06/10] x86, AMD IOMMU: convert " Joerg Roedel
2008-08-04 16:04 ` [PATCH 07/10] x86: convert Calgary IOMMU " Joerg Roedel
2008-08-04 16:09   ` Muli Ben-Yehuda
2008-08-04 16:04 ` [PATCH 08/10] powerpc: use iommu_num_pages function in IOMMU code Joerg Roedel
2008-08-04 16:04 ` [PATCH 09/10] alpha: " Joerg Roedel
2008-08-04 16:04 ` [PATCH 10/10] sparc64: " Joerg Roedel
2008-08-04 21:28   ` David Miller
2008-08-05  1:09     ` Benjamin Herrenschmidt
2008-08-05  2:04     ` FUJITA Tomonori
2008-08-05  7:49     ` Joerg Roedel
2008-08-05  8:23       ` Benjamin Herrenschmidt
2008-08-05  1:08 ` [PATCH 0/10] introduce generic iommu_num_pages function Benjamin Herrenschmidt

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