Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1240347 > unrolled thread
| Started by | Joerg Roedel <joro@8bytes.org> |
|---|---|
| First post | 2015-10-06 12:30 +0200 |
| Last post | 2015-10-06 12:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] iommu/s390: add iommu api for s390 pci devices Joerg Roedel <joro@8bytes.org> - 2015-10-06 12:30 +0200
| From | Joerg Roedel <joro@8bytes.org> |
|---|---|
| Date | 2015-10-06 12:30 +0200 |
| Subject | Re: [PATCH] iommu/s390: add iommu api for s390 pci devices |
| Message-ID | <qgxFo-3nc-21@gated-at.bofh.it> |
On Thu, Aug 27, 2015 at 03:33:03PM +0200, Gerald Schaefer wrote: > This adds an IOMMU API implementation for s390 PCI devices. > > Reviewed-by: Sebastian Ott <sebott@linux.vnet.ibm.com> > Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com> > --- > MAINTAINERS | 7 + > arch/s390/Kconfig | 1 + > arch/s390/include/asm/pci.h | 4 + > arch/s390/include/asm/pci_dma.h | 5 +- > arch/s390/pci/pci_dma.c | 37 +++-- > drivers/iommu/Kconfig | 7 + > drivers/iommu/Makefile | 1 + > drivers/iommu/s390-iommu.c | 337 ++++++++++++++++++++++++++++++++++++++++ > 8 files changed, 386 insertions(+), 13 deletions(-) > create mode 100644 drivers/iommu/s390-iommu.c Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web