iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-22 08:48:07 to 2014-09-29 12:09:47 UTC [more...]

[PATCH v3 0/5] enhance DMA CMA on x86
 2014-09-29 12:09 UTC  (4+ messages)

[PATCHv7 00/26] VFIO support for platform and AMBA devices on ARM
 2014-09-29 10:38 UTC  (50+ messages)
  ` [PATCHv7 01/26] iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC
  ` [PATCHv7 02/26] iommu: add capability IOMMU_CAP_NOEXEC
  ` [PATCHv7 03/26] iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver
  ` [PATCHv7 04/26] vfio/iommu_type1: support for platform bus devices on ARM
  ` [PATCHv7 05/26] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCHv7 06/26] vfio/iommu_type1: implement "
  ` [PATCHv7 07/26] driver core: amba: add device binding path 'driver_override'
  ` [PATCHv7 08/26] driver core: amba: add documentation for "
  ` [PATCHv7 09/26] vfio/platform: initial skeleton of VFIO support for platform devices
  ` [PATCHv7 10/26] vfio: platform: probe to devices on the platform bus
  ` [PATCHv7 11/26] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCHv7 12/26] vfio: amba: VFIO support for AMBA devices
  ` [PATCHv7 13/26] vfio: amba: add the VFIO for AMBA devices module to Kconfig
  ` [PATCHv7 14/26] vfio/platform: return info for bound device
  ` [PATCHv7 15/26] vfio/platform: return info for device memory mapped IO regions
  ` [PATCHv7 16/26] vfio/platform: read and write support for the device fd
  ` [PATCHv7 17/26] vfio/platform: support MMAP of MMIO regions
  ` [PATCHv7 18/26] vfio/platform: return IRQ info
  ` [PATCHv7 19/26] vfio/platform: initial interrupts support code
  ` [PATCHv7 20/26] vfio/platform: trigger an interrupt via eventfd
  ` [PATCHv7 21/26] vfio/platform: support for maskable and automasked interrupts
  ` [PATCHv7 22/26] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCHv7 23/26] vfio: add local lock in virqfd instead of depending on VFIO PCI
  ` [PATCHv7 24/26] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCHv7 25/26] vfio: initialize the virqfd workqueue in VFIO generic code
  ` [PATCHv7 26/26] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH v2 00/22] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-09-29 10:13 UTC  (70+ messages)
  ` [PATCH v2 01/22] PCI/MSI: Clean up struct msi_chip argument
  ` [PATCH v2 02/22] PCI/MSI: Remove useless bus->msi assignment
  ` [PATCH v2 04/22] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
  ` [PATCH v2 11/22] x86/MSI: Remove unused MSI weak arch functions
  ` [PATCH v2 14/22] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v2 15/22] MIPS/Xlr/MSI: "
` [PATCH v2 03/22] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v2 05/22] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
` [PATCH v2 06/22] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
` [PATCH v2 07/22] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v2 08/22] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 09/22] x86/xen/MSI: "
` [PATCH v2 10/22] Irq_remapping/MSI: "
` [PATCH v2 12/22] MIPS/Octeon/MSI: "
` [PATCH v2 13/22] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v2 16/22] Powerpc/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 17/22] s390/MSI: "
` [PATCH v2 18/22] arm/iop13xx/MSI: "
` [PATCH v2 19/22] IA64/MSI: "
` [PATCH v2 20/22] Sparc/MSI: "
` [PATCH v2 21/22] tile/MSI: "
` [PATCH v2 22/22] PCI/MSI: Clean up unused MSI arch functions

[PATCH v3 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-09-29  8:31 UTC  (4+ messages)
  ` [PATCH v3 1/2] iopoll: Introduce memory-mapped IO polling macros
  ` [PATCH v3 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH 1/2] x86: don't unnecessarily call dma_alloc_from_contiguous()
 2014-09-28 20:45 UTC  (4+ messages)
  ` [PATCH 2/2] intel-iommu: "

[PATCH v2 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-09-28  3:22 UTC  (4+ messages)
  ` [PATCH v2 1/2] iopoll: Introduce memory-mapped IO polling macros
  ` [PATCH v2 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-09-26 17:20 UTC  (10+ messages)
` [PATCH 1/2] iopoll: Introduce memory-mapped IO polling macros
` [PATCH 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH v2 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-09-25 18:34 UTC  (7+ messages)
` [PATCH v2 01/18] arm: dma-mapping: arm_iommu_attach_device: automatically set max_seg_size
` [PATCH v2 04/18] clk: exynos: add missing smmu_g2d clock and update comments

[PATCH v5 0/2] Support for nesting IOMMUs in VFIO
 2014-09-25 17:45 UTC  (3+ messages)
  ` [PATCH v5 1/2] iommu: introduce domain attribute for nesting IOMMUs
  ` [PATCH v5 2/2] vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU type

[PATCH v2 1/1] iommu/amd: set iommu for early mapped ioapic/hpet
 2014-09-25 17:29 UTC  (4+ messages)

[PATCH v2] x86: irq_remapping: Fix the regression of hpet irq remapping
 2014-09-25 17:12 UTC  (2+ messages)

[PATCH v5 0/1] Add iommu map_sg/unmap_sg API
 2014-09-25 17:01 UTC  (3+ messages)
` [PATCH v5 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH] iommu/core: fix bus notifier breakage
 2014-09-25 15:15 UTC  (3+ messages)

[PATCH v4 0/3] Support for nesting IOMMUs in VFIO
 2014-09-25 15:07 UTC  (9+ messages)
  ` [PATCH v4 1/3] iommu: introduce domain attribute for nesting IOMMUs
  ` [PATCH v4 2/3] vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU type
  ` [PATCH v4 3/3] iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute

[PATCH 0/2] iommu: Fix regression in IOMMU grouping
 2014-09-25 14:40 UTC  (2+ messages)

[PATCH] iommu/vt-d: Fix broken device issue when using iommu=pt
 2014-09-25 14:29 UTC  (4+ messages)

[PATCH] iommu: Make of_device_id array const
 2014-09-25 14:01 UTC  (2+ messages)

[PATCH] amd_iommu: do not dereference a NULL pointer address
 2014-09-25 14:00 UTC  (2+ messages)

[PATCH 0/2] OMAP IOMMU cleanups
 2014-09-25 13:57 UTC  (7+ messages)
` [PATCH 2/2] iommu/omap: Remove omap_iommu unused owner field
` [PATCH 1/2] iommu/omap: Reverse dependency between omap-iommu and omap-iommu2

[GIT PULL] iommu/arm-smmu: updates for 3.18
 2014-09-25 13:35 UTC  (2+ messages)

[RFC PATCH v3 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-09-25  6:40 UTC  (27+ messages)
` [RFC PATCH v3 1/7] iommu: provide early initialisation hook for IOMMU drivers
` [RFC PATCH v3 4/7] iommu: provide helper function to configure an IOMMU for an of master
` [RFC PATCH v3 5/7] dma-mapping: detect and configure IOMMU in of_dma_configure
` [RFC PATCH v3 6/7] arm: call iommu_init before of_platform_populate
` [RFC PATCH v3 7/7] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops

[Patch Part3 V6 0/8] Enable support of Intel DMAR device hotplug
 2014-09-24 18:37 UTC  (3+ messages)
` [Patch Part3 V6 8/8] pci, ACPI, iommu: Enhance pci_root to support "

[PATCH 0/2] Add access-protected IOMMU mappings
 2014-09-24 16:27 UTC  (5+ messages)
` [PATCH 2/2] iommu/arm-smmu: add support for access-protected mappings

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-24  3:52 UTC  (3+ messages)

[PATCH 00/12] iommu: Convert iommu_domain_has_cap() to iommu_capable()
 2014-09-22 15:36 UTC  (6+ messages)
` [PATCH 04/12] iommu/arm-smmu: Convert to iommu_capable() API function
    ` [PATCH 04/13 v2] iommu/arm-smmu: Convert to iommu_capable() API function function

[RFC][PATCH] devicetree: Add master-id-bits property to the iommu device
 2014-09-22  9:23 UTC  (6+ messages)

[PATCH] iommu/arm-smmu: fix bug in pmd construction
 2014-09-22  8:48 UTC  (3+ messages)


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