Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-10-15 03:07:08 to 2014-10-27 18:07:52 UTC [more...]

[PATCH v9 00/19] VFIO support for platform and AMBA devices on ARM
 2014-10-27 18:07 UTC  (8+ messages)
  ` [PATCH v9 01/19] vfio/platform: initial skeleton of VFIO support for platform devices
  ` [PATCH v9 02/19] vfio: platform: probe to devices on the platform bus
  ` [PATCH v9 03/19] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCH v9 04/19] vfio: amba: VFIO support for AMBA devices
  ` [PATCH v9 05/19] vfio: amba: add the VFIO for AMBA devices module to Kconfig
  ` [PATCH v9 06/19] vfio/platform: return info for bound device
  ` [PATCH v9 07/19] vfio/platform: return info for device memory mapped IO regions

[PATCH v2 0/6] vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1
 2014-10-27 18:05 UTC  (7+ messages)
  ` [PATCH v2 1/6] vfio: implement iommu driver capabilities with an enum
  ` [PATCH v2 2/6] vfio: type1: support for platform bus devices on ARM
  ` [PATCH v2 3/6] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCH v2 4/6] vfio: type1: replace domain wide protection flags with supported capabilities
  ` [PATCH v2 5/6] vfio: type1: replace vfio_domains_have_iommu_cache with generic function
  ` [PATCH v2 6/6] vfio: type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag

[PATCH linux-next] iommu: add iommu for s390 platform
 2014-10-27 17:58 UTC  (10+ messages)

[RFC PATCH v3 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-10-27 16:33 UTC  (9+ messages)
` [RFC PATCH v3 5/7] dma-mapping: detect and configure IOMMU in of_dma_configure

[PATCH 00/16] Use MSI controller framework to configure MSI/MSI-X
 2014-10-27 13:22 UTC  (17+ messages)
` [PATCH 01/16] PCI/MSI: Refactor MSI controller to make it become more common
` [PATCH 02/16] x86/MSI: Use MSI controller framework to configure MSI/MSI-X irq
` [PATCH 03/16] x86/xen/MSI: "
` [PATCH 04/16] Irq_remapping/MSI: "
` [PATCH 05/16] x86/MSI: Remove unused MSI weak arch functions
` [PATCH 06/16] Mips/MSI: Save MSI controller in pci sysdata
` [PATCH 07/16] MIPS/Octeon/MSI: Use MSI controller framework to configure MSI/MSI-X irq
` [PATCH 08/16] MIPS/Xlp/MSI: "
` [PATCH 09/16] MIPS/Xlr/MSI: "
` [PATCH 10/16] Powerpc/MSI: "
  ` [PATCH 11/16] s390/MSI: "
` [PATCH 12/16] arm/iop13xx/MSI: "
` [PATCH 13/16] IA64/MSI: "
` [PATCH 14/16] Sparc/MSI: "
` [PATCH 15/16] tile/MSI: "
` [PATCH 16/16] PCI/MSI: Clean up unused MSI arch functions

[PATCH v6 1/3] iommu/rockchip: rk3288 iommu driver
 2014-10-27 12:37 UTC 

[PATCH] arm: dma-mapping: fix compilation error when CONFIG_MMU is not present
 2014-10-27 11:59 UTC  (3+ messages)

[PATCH v6 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-10-27 11:44 UTC  (5+ messages)
` [PATCH v6 1/2] iopoll: Introduce memory-mapped IO polling macros
` [PATCH v6 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH 0/5] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-10-27 10:44 UTC  (11+ messages)
  ` [PATCH 1/5] iommu/vt-d: Update iommu_attach_domain() and its callers
  ` [PATCH 2/5] iommu/vt-d: Items required for kdump
  ` [PATCH 3/5] iommu/vt-d: data types and functions used "
  ` [PATCH 4/5] iommu/vt-d: Add domain-id functions
  ` [PATCH 5/5] iommu/vt-d: enable kdump support in iommu module

[PATCH v5 1/3] iommu/rockchip: rk3288 iommu driver
 2014-10-27 10:08 UTC  (3+ messages)

[Patch Part1 v3 17/20] x86: irq_remapping: Use helpers to access irq_cfg data structure associated with IRQ
 2014-10-27  8:12 UTC  (3+ messages)
  ` [Patch Part1 v3 18/20] iommu/vt-d: "
  ` [Patch Part1 v3 19/20] iommu/amd: "

[PATCH v3 00/27] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-10-27  1:06 UTC  (39+ messages)
` [PATCH v3 02/27] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v3 04/27] arm/MSI: Save MSI chip in pci_sys_data
` [PATCH v3 05/27] PCI: tegra: Save msi "
` [PATCH v3 09/27] arm/PCI: Clean unused pcibios_add_bus() and pcibios_remove_bus()
` [PATCH v3 10/27] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v3 16/27] Mips/MSI: Save msi chip in pci sysdata
` [PATCH v3 18/27] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v3 20/27] MIPS/Xlr/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 22/27] s390/MSI: "
` [PATCH v3 23/27] arm/iop13xx/MSI: "
` [PATCH v3 24/27] IA64/MSI: "
` [PATCH v3 25/27] Sparc/MSI: "
` [PATCH v3 26/27] tile/MSI: "
` [PATCH v3 27/27] PCI/MSI: Clean up unused MSI arch functions
  ` [PATCH v3 21/27] Powerpc/MSI: Use MSI chip framework to configure MSI/MSI-X irq

[PATCH 1/1] iommu/amd: Use delayed mmu release notifier
 2014-10-25 19:16 UTC  (2+ messages)

[PATCH v6 0/1] Add iommu map_sg API
 2014-10-25 16:55 UTC  (2+ messages)
  ` [PATCH v6 1/1] iommu-api: Add map_sg function

[PATCH] iommu: exynos: make driver multiarch friendly
 2014-10-24  7:41 UTC 

[PATCH 0/3] Rockchip IOMMU driver and devicetree bindings
 2014-10-23 16:23 UTC  (5+ messages)

[PATCH 1/1] IOMMU-MSM: Deletion of unnecessary checks before the function call "clk_disable"
 2014-10-23 12:51 UTC  (2+ messages)

[PATCH v2 00/17] OMAP IOMMU Cleanup & Consolidation
 2014-10-23 12:34 UTC  (20+ messages)
  ` [PATCH v2 01/17] iommu/omap: Remove refcount field from omap_iommu object
  ` [PATCH v2 05/17] iommu/omap: Remove ver debugfs entry
  ` [PATCH v2 17/17] iommu/omap: Switch pagetable debugfs entry to use seq_file
` [PATCH v2 02/17] iommu/omap: Remove unused isr_priv field from omap_iommu
` [PATCH v2 03/17] iommu/omap: Remove duplicate declarations
` [PATCH v2 04/17] iommu/omap: Remove conditional definition of dev_to_omap_iommu()
` [PATCH v2 06/17] iommu/omap: Remove omap_iommu_arch_version() and version field
` [PATCH v2 07/17] iommu/omap: Remove bogus version check in context save/restore
` [PATCH v2 08/17] iommu/omap: Simplify omap2_iommu_fault_isr()
` [PATCH v2 09/17] iommu/omap: Consolidate OMAP IOMMU modules
` [PATCH v2 10/17] iommu/omap: Fix the permissions on nr_tlb_entries
` [PATCH v2 11/17] iommu/omap: Make pagetable debugfs entry read-only
` [PATCH v2 12/17] iommu/omap: Integrate omap-iommu-debug into omap-iommu
` [PATCH v2 13/17] iommu/omap: Remove couple of unused exported functions
` [PATCH v2 14/17] iommu/omap: Do not export unneeded functions
` [PATCH v2 15/17] iommu/omap: Reset the domain field upon detaching
` [PATCH v2 16/17] iommu/omap: Fix bus error on debugfs access of unattached IOMMU

[PATCH 1/2] iommu: Always define struct iommu_ops
 2014-10-23  8:09 UTC  (6+ messages)
` [PATCH 2/2] iommu: Implement a dummy bus_set_iommu()

[PATCH 1/1] pci: fix dmar fault for kdump kernel
 2014-10-23  7:26 UTC  (5+ messages)

[RFC PATCH v2 0/4] vfio: platform: return device tree info for a platform device node
 2014-10-22 21:56 UTC  (6+ messages)
` [RFC PATCH v2 1/4] vfio: platform: add device tree info API and skeleton
  ` [RFC PATCH v2 2/4] vfio: platform: devtree: return available property names
  ` [RFC PATCH v2 3/4] vfio: platform: devtree: access property as a list of strings
  ` [RFC PATCH v2 4/4] vfio: platform: devtree: return arrays of u32, u16, or u8 data

[PATCH 00/17] OMAP IOMMU Cleanup & Consolidation
 2014-10-22 18:38 UTC  (7+ messages)
` [PATCH 12/17] iommu/omap: Integrate omap-iommu-debug into omap-iommu

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-10-22 18:26 UTC  (11+ messages)

[PATCH v8 00/18] VFIO support for platform and AMBA devices on ARM
 2014-10-22 17:53 UTC  (22+ messages)
` [PATCH v8 02/18] vfio: platform: probe to devices on the platform bus
` [PATCH v8 07/18] vfio/platform: return info for device memory mapped IO regions
` [PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions
` [PATCH v8 13/18] vfio/platform: support for maskable and automasked interrupts
` [PATCH v8 14/18] vfio: move eventfd support code for VFIO_PCI to a separate file

[PATCH 0/3] iommu: replace IOMMU_EXEC with IOMMU_EXEC and update ARM SMMU driver
 2014-10-22 15:25 UTC  (5+ messages)

[PATCH v5 1/3] iommu/rockchip: rk3288 iommu driver
 2014-10-22 15:12 UTC  (4+ messages)

[PATCH] iommu: use dev_get_platdata()
 2014-10-22 14:30 UTC  (2+ messages)

[PATCH 0/5] vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1
 2014-10-22 13:57 UTC  (14+ messages)
` [PATCH 2/5] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
` [PATCH 3/5] vfio: type1: replace domain wide protection flags with supported capabilities
` [PATCH 5/5] vfio/iommu_type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag

[PATCH v2 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-10-21 10:59 UTC  (3+ messages)
` [PATCH v2 11/18] iommu: exynos: remove useless device_add/remove callbacks

[PATCH v3 01/12] clk: tegra: Implement memory-controller clock
 2014-10-20 11:02 UTC  (7+ messages)
` [PATCH v4 05/12] memory: Add NVIDIA Tegra memory controller support
` [PATCH 06/12] ARM: tegra: Add memory controller support for Tegra20

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

PCIe PASID (Process Address Space ID) and iommu code
 2014-10-16  9:14 UTC  (2+ messages)


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