linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] pseries/iommu: bug-fixes and cleanups for dynamic dma windows
@ 2011-05-11 22:24 Nishanth Aravamudan
  2011-05-11 22:24 ` [PATCH 1/8] pseries/iommu: add additional checks when changing iommu mask Nishanth Aravamudan
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Nishanth Aravamudan @ 2011-05-11 22:24 UTC (permalink / raw)
  To: Milton Miller; +Cc: linuxppc-dev, linux-kernel

This series of patches attempts to cleanup and fix some bugs related to
dynamic dma windows and kexec/kdump. They build on the three patches I
have submitted most recently:

powerpc: fix kexec with dynamic dma windows
	http://patchwork.ozlabs.org/patch/94445/
pseries/iommu: restore iommu table pointer when restoring iommu ops
	http://patchwork.ozlabs.org/patch/94909/
pseries/iommu: use correct return type in dupe_ddw_if_already_created
	http://patchwork.ozlabs.org/patch/95184/

The full series has been successfully tested with kdump/kexec on pseries
machine.

Milton Miller (8):
  pseries/iommu: add additional checks when changing iommu mask
  pseries/iommu: remove ddw property when destroying window
  pseries/iommu: find windows after kexec during boot
  pseries/iommu: cleanup ddw naming
  powerpc: override dma_get_required_mask by platform hook and ops
  dma-mapping: add get_required_mask if arch overrides default
  powerpc: use the newly added get_required_mask dma_map_ops hook
  powerpc: tidy up dma_map_ops after adding new hook

 arch/powerpc/include/asm/device.h       |    2 +
 arch/powerpc/include/asm/machdep.h      |    3 +-
 arch/powerpc/kernel/dma-iommu.c         |   28 +++++--
 arch/powerpc/kernel/dma-swiotlb.c       |   16 ++++
 arch/powerpc/kernel/dma.c               |   44 ++++++++--
 arch/powerpc/kernel/ibmebus.c           |   22 +++--
 arch/powerpc/kernel/vio.c               |   21 +++--
 arch/powerpc/platforms/cell/iommu.c     |   21 +++++
 arch/powerpc/platforms/ps3/system-bus.c |    7 ++
 arch/powerpc/platforms/pseries/iommu.c  |  142 +++++++++++++++++++------------
 include/linux/dma-mapping.h             |    3 +
 11 files changed, 224 insertions(+), 85 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2011-05-25 18:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11 22:24 [PATCH 0/8] pseries/iommu: bug-fixes and cleanups for dynamic dma windows Nishanth Aravamudan
2011-05-11 22:24 ` [PATCH 1/8] pseries/iommu: add additional checks when changing iommu mask Nishanth Aravamudan
2011-05-11 22:24 ` [PATCH 2/8] pseries/iommu: remove ddw property when destroying window Nishanth Aravamudan
2011-05-11 22:24 ` [PATCH 3/8] pseries/iommu: find windows after kexec during boot Nishanth Aravamudan
2011-05-11 22:25 ` [PATCH 4/8] pseries/iommu: cleanup ddw naming Nishanth Aravamudan
2011-05-11 22:25 ` [PATCH 5/8] powerpc: override dma_get_required_mask by platform hook and ops Nishanth Aravamudan
2011-05-19  7:43   ` Benjamin Herrenschmidt
2011-05-19 17:46     ` Nishanth Aravamudan
2011-05-25 18:47       ` Nishanth Aravamudan
2011-05-11 22:25 ` [PATCH 7/8] powerpc: use the newly added get_required_mask dma_map_ops hook Nishanth Aravamudan
2011-05-12  5:51   ` Geert Uytterhoeven
2011-05-12  7:32   ` Milton Miller
2011-05-11 22:25 ` [PATCH 8/8] powerpc: tidy up dma_map_ops after adding new hook Nishanth Aravamudan

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