Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-09-05 10:09:57 to 2014-09-18 14:31:54 UTC [more...]

[RFC PATCH v3 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-09-18 14:31 UTC  (15+ messages)
  ` [RFC PATCH v3 1/7] iommu: provide early initialisation hook for IOMMU drivers
  ` [RFC PATCH v3 2/7] dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
  ` [RFC PATCH v3 3/7] iommu: add new iommu_ops callback for adding an OF device
  ` [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 0/2] Add access-protected IOMMU mappings
 2014-09-17 20:16 UTC  (3+ messages)
  ` [PATCH 1/2] iommu: add IOMMU_PRIV flag for access-protected mappings
  ` [PATCH 2/2] iommu/arm-smmu: add support "

[PATCH v2] x86: irq_remapping: Fix the regression of hpet irq remapping
 2014-09-17  9:32 UTC 

[PATCH 00/12] iommu: Convert iommu_domain_has_cap() to iommu_capable()
 2014-09-17  8:53 UTC  (20+ 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 04/13 v2] iommu/arm-smmu: Convert to iommu_capable() API function function
  ` [PATCH 05/12] iommu/fsl: Convert to iommu_capable() API function
  ` [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 v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-17  1:24 UTC  (45+ messages)
` [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()
  ` [Xen-devel] "
` [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 08/21] x86/xen/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [Xen-devel] "
` [PATCH v1 09/21] Irq_remapping/MSI: "
` [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

[RFC][PATCH] devicetree: Add master-id-bits property to the iommu device
 2014-09-16 18:04 UTC  (5+ messages)

[PATCH v2 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-09-16 11:54 UTC  (19+ messages)
` [PATCH v2 02/18] arm: exynos: bind power domains earlier, on device creation
  ` [PATCH v2 01/18] arm: dma-mapping: arm_iommu_attach_device: automatically set max_seg_size
  ` [PATCH v2 03/18] drm: exynos: detach from default dma-mapping domain on init
  ` [PATCH v2 04/18] clk: exynos: add missing smmu_g2d clock and update comments
  ` [PATCH v2 08/18] iommu: exynos: remove useless spinlock
` [PATCH v2 05/18] ARM: DTS: Exynos4: add System MMU nodes
` [PATCH v2 06/18] iommu: exynos: don't read version register on every tlb operation
` [PATCH v2 07/18] iommu: exynos: remove unused functions
` [PATCH v2 09/18] iommu: exynos: refactor function parameters to simplify code
` [PATCH v2 10/18] iommu: exynos: remove unused functions, part 2
` [PATCH v2 11/18] iommu: exynos: remove useless device_add/remove callbacks
` [PATCH v2 12/18] iommu: exynos: add support for binding more than one sysmmu to master device
` [PATCH v2 13/18] iommu: exynos: add support for runtime_pm
` [PATCH v2 14/18] iommu: exynos: rename variables to reflect their purpose
` [PATCH v2 15/18] iommu: exynos: document internal structures
` [PATCH v2 16/18] iommu: exynos: remove excessive includes and sort others alphabetically
` [PATCH v2 17/18] iommu: exynos: init from dt-specific callback instead of initcall
` [PATCH v2 18/18] iommu: exynos: add callback for initializing devices from device tree

[Patch Part3 V5 0/8] Enable support of Intel DMAR device hotplug
 2014-09-16  8:13 UTC  (24+ messages)
  ` [Patch Part3 V5 1/8] iommu/vt-d: Introduce helper function dmar_walk_resources()
  ` [Patch Part3 V5 2/8] iommu/vt-d: Dynamically allocate and free seq_id for DMAR units
  ` [Patch Part3 V5 3/8] iommu/vt-d: Implement DMAR unit hotplug framework
  ` [Patch Part3 V5 4/8] iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug
  ` [Patch Part3 V5 5/8] iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug
  ` [Patch Part3 V5 6/8] iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping()
  ` [Patch Part3 V5 7/8] iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplug
  ` [Patch Part3 V5 8/8] pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplug

[PATCH 0/6] iommu/arm-smmu: misc features, new DT bindings
 2014-09-15 18:38 UTC  (9+ messages)
` [PATCH 1/6] iommu/arm-smmu: add support for specifying clocks

[PATCH 2/7] iommu/arm-smmu: add support for multi-master iommu groups
 2014-09-15 18:36 UTC  (2+ messages)

[PATCH v4 1/1] iommu/arm-smmu: Do not access non-existing S2CR registers
 2014-09-13 15:36 UTC  (4+ messages)

ath9k and AMD IOMMU alias breakage on 3.16?
 2014-09-12 21:19 UTC  (5+ messages)

[PATCH 0/3 v3] mmu_notifier: Allow to manage CPU external TLBs
 2014-09-12 19:28 UTC  (13+ 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()

[PATCH v3 0/3] Support for nesting IOMMUs in VFIO
 2014-09-12 17:25 UTC  (6+ messages)
` [PATCH v3 2/3] vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU type

[git pull] IOMMU Fixes for Linux v3.17-rc4
 2014-09-12 13:48 UTC 

[PATCH] iommu: Make of_device_id array const
 2014-09-12 12:44 UTC  (3+ messages)

[PATCH] x86: irq_remapping: Fix the regression of hpet irq remapping
 2014-09-12  9:13 UTC  (3+ messages)

[PATCH] x86: irq_remapping: Make functions static
 2014-09-12  9:07 UTC  (3+ messages)

[PATCH 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-09-11 18:53 UTC  (4+ 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

[RFC PATCH v6 00/20] VFIO support for platform devices on ARM
 2014-09-11 17:20 UTC  (6+ messages)
` [RFC PATCH v6 15/20] vfio/platform: support for maskable and automasked interrupts

[PATCH] amd_iommu: do not dereference a NULL pointer address
 2014-09-11 10:28 UTC 

[RFC] iommu/vt-d: Use the SIRTP when enabling remapping
 2014-09-10 20:50 UTC  (4+ messages)

[RFC PATCH v2 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-09-10 13:06 UTC  (14+ 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

[PATCH 0/2] OMAP IOMMU cleanups
 2014-09-09 22:31 UTC  (7+ 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 v2 1/1] iommu/amd: set iommu for early mapped ioapic/hpet
 2014-09-09  8:34 UTC  (3+ messages)

[PATCH v2] iommu/fsl: Fix warning resulting from adding PCI device twice
 2014-09-05 14:04 UTC  (2+ 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  (3+ messages)
  ` [PATCH 2/2] iommu/omap: Fix iommu archdata name for DT-based devices


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