Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-08-26 09:36:13 to 2014-09-09 21:11:36 UTC [more...]

[RFC] iommu/vt-d: Use the SIRTP when enabling remapping
 2014-09-09 21:11 UTC 

[PATCH 00/12] iommu: Convert iommu_domain_has_cap() to iommu_capable()
 2014-09-09 18:38 UTC  (17+ messages)
  ` [PATCH 01/12] iommu: Introduce iommu_capable API function
  ` [PATCH 02/12] iommu: Convert iommu-caps from define to enum
  ` [PATCH 03/12] iommu/amd: Convert to iommu_capable() API function
  ` [PATCH 04/12] iommu/arm-smmu: "
  ` [PATCH 05/12] iommu/fsl: "
  ` [PATCH 06/12] iommu/vt-d: "
  ` [PATCH 07/12] iommu/msm: "
  ` [PATCH 08/12] iommu/tegra: "
  ` [PATCH 09/12] kvm: iommu: Convert to use new "
  ` [PATCH 10/12] vfio: "
  ` [PATCH 11/12] IB/usnic: "
  ` [PATCH 12/12] iommu: Remove iommu_domain_has_cap() "

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

[PATCH 0/3 v3] mmu_notifier: Allow to manage CPU external TLBs
 2014-09-09 15:43 UTC  (4+ messages)
` [PATCH 1/3] mmu_notifier: Add mmu_notifier_invalidate_range()
  ` [PATCH 2/3] mmu_notifier: Call mmu_notifier_invalidate_range() from VMM
  ` [PATCH 3/3] mmu_notifier: Add the call-back for mmu_notifier_invalidate_range()

[RFC PATCH v2 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-09-09 14:15 UTC  (18+ messages)
  ` [RFC PATCH v2 1/7] iommu: provide early initialisation hook for IOMMU drivers
  ` [RFC PATCH v2 2/7] dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
  ` [RFC PATCH v2 3/7] iommu: add new iommu_ops callback for adding an OF device
  ` [RFC PATCH v2 4/7] iommu: provide helper function to configure an IOMMU for an of master
  ` [RFC PATCH v2 5/7] dma-mapping: detect and configure IOMMU in of_dma_configure
  ` [RFC PATCH v2 6/7] arm: call iommu_init before of_platform_populate
  ` [RFC PATCH v2 7/7] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops

[PATCH v2 1/1] iommu/amd: set iommu for early mapped ioapic/hpet
 2014-09-09  8:34 UTC  (3+ messages)

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

ath9k and AMD IOMMU alias breakage on 3.16?
 2014-09-08 10:32 UTC  (3+ messages)

[PATCH v2] iommu/fsl: Fix warning resulting from adding PCI device twice
 2014-09-05 14:04 UTC  (3+ messages)

[PATCHv2 0/2] OMAP IOMMU Fixes for DT-clients
 2014-09-05 13:31 UTC  (6+ messages)
  ` [PATCHv2 1/2] iommu/omap: Check for valid archdata in attach_dev
` [PATCHv2 2/2] iommu/omap: Fix iommu archdata name for DT-based devices

[PATCH v1 1/1] iommu/amd: set iommu for early mapped ioapic/hpet
 2014-09-05 11:17 UTC  (3+ messages)

[PATCH 0/2] OMAP IOMMU Fixes for DT-clients
 2014-09-05 11:11 UTC  (6+ messages)
  ` [PATCH 1/2] iommu/omap: Check for valid archdata in attach_dev
  ` [PATCH 2/2] iommu/omap: Fix iommu archdata name for DT-based devices

[PATCH v2] iommu/vt-d: Fix broken device issue when using iommu=pt
 2014-09-05  1:11 UTC  (10+ messages)

[PATCH] iommu/fsl: Fix warning resulting from adding PCI device twice
 2014-09-04 10:57 UTC  (2+ messages)

FROM: Husam Al Sayed
 2014-09-03 18:33 UTC 

[GIT PULL] iommu/arm-smmu: fixes for 3.17
 2014-09-03 16:24 UTC  (2+ messages)

[PATCH v3 0/3] Support for nesting IOMMUs in VFIO
 2014-09-03 16:04 UTC  (8+ messages)
  ` [PATCH v3 1/3] iommu: introduce domain attribute for nesting IOMMUs
  ` [PATCH v3 2/3] vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU type
  ` [PATCH v3 3/3] iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute

[RFC PATCH 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-09-03  9:45 UTC  (51+ messages)
  ` [RFC PATCH 1/7] iommu: provide early initialisation hook for IOMMU drivers
  ` [RFC PATCH 2/7] dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
  ` [RFC PATCH 3/7] iommu: add new iommu_ops callback for adding a device with a set of IDs
  ` [RFC PATCH 4/7] iommu: provide helper function to configure an IOMMU for an of master
  ` [RFC PATCH 5/7] dma-mapping: detect and configure IOMMU in of_dma_configure
  ` [RFC PATCH 6/7] arm: call iommu_init before of_platform_populate
  ` [RFC PATCH 7/7] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops

[RFC PATCH v6 00/20] VFIO support for platform devices on ARM
 2014-09-02 16:07 UTC  (7+ messages)
` [RFC PATCH v6 14/20] vfio/platform: initial interrupts support
` [RFC PATCH v6 15/20] vfio/platform: support for maskable and automasked interrupts

[PATCH 0/6] iommu/arm-smmu: misc features, new DT bindings
 2014-09-01 16:15 UTC  (10+ messages)
` [PATCH 1/6] iommu/arm-smmu: add support for specifying clocks
` [PATCH 3/6] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH] iommu/arm-smmu: Allow size of stage 1 output to max possible value for sateg 2 bypass
 2014-09-01 15:18 UTC  (5+ messages)

[PATCH 0/7] iommu/arm-smmu: fixes for 3.17
 2014-09-01 14:34 UTC  (9+ messages)
  ` [PATCH 1/7] iommu/arm-smmu: avoid calling request_irq in atomic context
  ` [PATCH 2/7] iommu/arm-smmu: Do not access non-existing S2CR registers
  ` [PATCH 3/7] iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain
  ` [PATCH 4/7] iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1
  ` [PATCH 5/7] iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x
  ` [PATCH 6/7] iommu/arm-smmu: fix corner cases in address size calculations
  ` [PATCH 7/7] iommu/arm-smmu: remove pgtable_page_{c,d}tor()

[PATCH 00/29] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-09-01 13:37 UTC  (12+ messages)
` [PATCH 10/29] drivers: add DRIVER_HAS_OWN_IOMMU_MANAGER flag
                        ` [Linaro-mm-sig] "
` [PATCH 12/29] DRM: Exynos: fix window clear code

[PATCH] iommu/omap: Remove casting the return value which is a void pointer
 2014-08-29  8:45 UTC  (2+ messages)

[PATCH v4 1/1] iommu/arm-smmu: Do not access non-existing S2CR registers
 2014-08-28 10:55 UTC  (3+ messages)

[RFC 0/5] vfio: AMBA devices support
 2014-08-26 19:37 UTC  (5+ messages)
` [RFC 4/5] vfio: amba: VFIO support for AMBA devices

[RFC PATCH v2 2/2] iommu/intel: Make use of PCIe requester ID interface
 2014-08-26 10:33 UTC  (3+ messages)

[PATCH 0/4] AMD IOMMU: Assign/de-assign complete alias groups
 2014-08-26  9:36 UTC  (3+ messages)
  ` [PATCH 3/4] iommu/amd: Attach and detach complete alias group
  ` [PATCH 4/4] iommu/amd: Remove device binding reference count


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