[PATCH -mm 0/3] convert IOMMUs to use iova

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: FUJITA Tomonori
Date: Friday, November 2, 2007 - 10:05 am

This patchset convert the PPC64 IOMMU to use the iova code for free
area management.

The IOMMUs ignores low level drivers' restrictions, the maximum
segment size and segment boundary.

I fixed the former:

http://thread.gmane.org/gmane.linux.scsi/35602

The latter makes the free area management complicated. I'd like to
convert IOMMUs to use the iova code (that intel-iommu introduced) for
free area management and enable iova to handle segment boundary
restrictions, rather than fixing all the IOMMUs' free area management,

I converted the PPC64 IOMMU to see how things work. The patchset was
slightly tested with a pSeries box and seems to work.

This is against the latest Linus' git tree with David Miller's
genericizing iova patch:

http://www.ussg.iu.edu/hypermail/linux/kernel/0710.2/2910.html

This patchset is also available:

git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git iova
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -mm 0/3] convert IOMMUs to use iova, FUJITA Tomonori, (Fri Nov 2, 10:05 am)
[PATCH 1/3] move iova from drivers/pci/ to lib/, FUJITA Tomonori, (Fri Nov 2, 10:05 am)
[PATCH 2/3] move iova cache code to iova.c, FUJITA Tomonori, (Fri Nov 2, 10:05 am)
[PATCH 3/3] POWERPC: convert the IOMMU to use iova, FUJITA Tomonori, (Fri Nov 2, 10:05 am)
Re: [PATCH -mm 0/3] convert IOMMUs to use iova, Muli Ben-Yehuda, (Fri Nov 2, 10:12 am)
Re: [PATCH -mm 0/3] convert IOMMUs to use iova, FUJITA Tomonori, (Fri Nov 2, 11:11 am)
Re: [PATCH -mm 0/3] convert IOMMUs to use iova, FUJITA Tomonori, (Wed Nov 7, 6:33 am)