Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-01-28 14:34:48 to 2015-02-06 10:44:06 UTC [more...]

[PATCH v2 0/4] iommu: A couple of urgent fixes
 2015-02-06 10:44 UTC  (3+ messages)
  ` [PATCH v2 1/4] iommu/exynos: Play nice in multi-platform builds
  ` [PATCH v2 2/4] iommu/omap: "

[PATCH 1/1] iommu/vt-d: Convert non-returned local variable to boolean when relevant
 2015-02-06  9:59 UTC 

question about AMD IOMMU IO_PAGE_FAULT event and PRI
 2015-02-06  3:45 UTC 

[PATCH/RFC 0/4] Probe deferral for IOMMU DT integration
 2015-02-06  0:32 UTC  (5+ messages)
  ` [PATCH/RFC 1/4] dma-mapping: Make arch_setup_dma_ops return an error code
  ` [PATCH/RFC 2/4] of: Return error codes from of_dma_configure
  ` [PATCH/RFC 3/4] iommu/arm-smmu: add support for specifying clocks
  ` [PATCH/RFC 4/4] iommu/arm-smmu: Support deferred probing

[PATCH v4 0/6] PCI: get DMA configuration from parent device
 2015-02-05 22:44 UTC  (25+ messages)
` [PATCH v4 3/6] of: fix size when dma-range is not used
` [PATCH v4 1/6] of: iommu: add ptr to OF node arg to of_iommu_configure()

[PATCH v6 0/7] PCI: get DMA configuration from parent device
 2015-02-05 21:59 UTC  (9+ messages)
  ` [PATCH v6 1/7] of: iommu: add ptr to OF node arg to of_iommu_configure()
  ` [PATCH v6 2/7] of: move of_dma_configure() to device.c to help re-use
  ` [PATCH v6 3/7] of: fix size when dma-range is not used
  ` [PATCH v6 4/7] PCI: add helper functions pci_get[put]_host_bridge_device()
  ` [PATCH v6 5/7] of/pci: add of_pci_dma_configure() update dma configuration
  ` [PATCH v6 6/7] PCI: update dma configuration from DT
  ` [PATCH v6 7/7] arm: dma-mapping: limit iommu mapping size

[PATCH] IOMMU-Tegra: gart: Delete an unnecessary check before the function call "vfree"
 2015-02-05 17:00 UTC 

[PATCH] iommu/amd: Use wait_event in put_pasid_state_wait
 2015-02-05 12:23 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/4] iommu: A couple of urgent fixes
 2015-02-05  8:30 UTC  (11+ messages)
  ` [PATCH 1/4] iommu/exynos: Play nice in multi-platform builds
  ` [PATCH 2/4] iommu/omap: "
  ` [PATCH 3/4] iommu/rockchip: "
  ` [PATCH 4/4] iommu/msm: Mark driver BROKEN

dma_alloc_coherent - cma - and IOMMU question
 2015-02-04 19:32 UTC  (10+ messages)

[PATCH] iommu: Update my email address
 2015-02-04 18:58 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: use a threaded handler for context interrupts
 2015-02-04 17:19 UTC  (7+ messages)

[PATCH 1/1] iommu/amd: Convert non-returned local variable to boolean when relevant
 2015-02-04 15:27 UTC  (2+ messages)

[PATCH 0/4] iommu: Small fixes and cleanups
 2015-02-04 15:25 UTC  (5+ messages)
` [PATCH 2/4] iommu/exynos: Make driver depend on REGULATOR

[PATCH v5 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-02-04 14:21 UTC  (4+ messages)

[PATCH] iommu: arm-smmu: avoid build warning
 2015-02-03 17:54 UTC  (3+ messages)

[PATCH 00/26] iommu/fsl: Various cleanup
 2015-02-03 17:51 UTC  (67+ messages)
` [PATCH v2 01/26] iommu/fsl: Sprinkle some __init* annotations
` [PATCH 02/26] iommu/fsl: Use SVR_* instead of magic numbers
` [PATCH 03/26] iommu/fsl: Remove unused/extra includes
` [PATCH 04/26] iommu/fsl: Fix checkpatch type SPACE_BEFORE_TAB
` [PATCH 05/26] iommu/fsl: Fix checkpatch type LINE_SPACING
` [PATCH 06/26] iommu/fsl: Fix checkpatch type LEADING_SPACE
` [PATCH 07/26] iommu/fsl: Fix checkpath type BRACES
` [PATCH 08/26] iommu/fsl: Fix checkpatch type CODE_INDENT
` [PATCH 09/26] iommu/fsl: Fix checkpatch type ALLOC_SIZEOF_STRUCT
` [PATCH 10/26] iommu/fsl: Fix checkpatch type ALLOC_WITH_MULTIPLY
` [PATCH 11/26] iommu/fsl: Fix checkpatch type OOM_MESSAGE
` [PATCH 12/26] iommu/fsl: Fix checkpatch type TYPO_SPELLING
` [PATCH 13/26] iommu/fsl: Fix checkpatch type PREFER_PACKED
` [PATCH 14/26] iommu/fsl: Fix checkpatch type QUOTED_WHITESPACE_BEFORE_NEWLINE
` [PATCH 15/26] iommu/fsl: Fix checkpatch type SPACING
  ` [PATCH 16/26] iommu/fsl: Use a device pointer to make lines shorter
  ` [PATCH 17/26] iommu/fsl: Remove pr/dev_*() prefixes
  ` [PATCH 18/26] iommu/fsl: Fix checkpatch type PARENTHESIS_ALIGNMENT
  ` [PATCH 19/26] iommu/fsl: Fix some comments alignment
  ` [PATCH 20/26] iommu/fsl: Fix alignment of some stray lines
  ` [PATCH 21/26] iommu/fsl: Fix checkpatch type LONG_LINE
  ` [PATCH 22/26] iommu/fsl: Make local symbols static
  ` [PATCH 23/26] iommu/fsl: Use NULL instead of zero
  ` [PATCH 24/26] iommu/fsl: Remove unneeded semicolon
  ` [PATCH 25/26] iommu/fsl: Don't use integers values with bool type
  ` [PATCH 26/26] iommu/fsl: Remove extra paranthesis

[RFC PATCH 0/5] iommu: Introduce default domains for iommu groups
 2015-02-03 12:59 UTC  (14+ messages)
` [PATCH 2/5] iommu: Allocate a default domain "
` [PATCH 3/5] iommu: Limit iommu_attach/detach_device to devices with their own group
` [PATCH 4/5] iommu: Make sure a device is always attached to a domain

[v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part
 2015-02-02  8:17 UTC  (10+ messages)
  ` [v4 1/8] iommu: Add new member capability to struct irq_remap_ops
  ` [v4 2/8] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
  ` [v4 3/8] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
  ` [v4 6/8] iommu, x86: Setup Posted-Interrupts capability for Intel iommu
  ` [v4 7/8] iommu, x86: define irq_remapping_cap()
` [v4 4/8] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
` [v4 5/8] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
` [v4 8/8] iommu, x86: Properly handler PI for IOMMU hotplug

[v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part
 2015-02-02  8:07 UTC  (9+ messages)
  ` [v4 1/8] iommu: Add new member capability to struct irq_remap_ops
  ` [v4 2/8] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
  ` [v4 3/8] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
  ` [v4 4/8] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
  ` [v4 5/8] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
  ` [v4 6/8] iommu, x86: Setup Posted-Interrupts capability for Intel iommu
  ` [v4 7/8] iommu, x86: define irq_remapping_cap()
  ` [v4 8/8] iommu, x86: Properly handler PI for IOMMU hotplug

[RFC Patch V1] iommu/vt-d: Fix build failure caused by incorrect Kconfig
 2015-02-02  3:07 UTC 

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-02-02  1:06 UTC  (21+ messages)
` [v3 02/26] iommu: Add new member capability to struct irq_remap_ops
` [v3 03/26] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
` [v3 04/26] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
` [v3 06/26] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
` [v3 07/26] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
` [v3 08/26] iommu, x86: Add intel_irq_remapping_capability() for Intel
` [v3 21/26] x86, irq: Define a global vector for VT-d Posted-Interrupts
` [v3 26/26] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[git pull] IOMMU Fixes for Linux v3.19-rc3
 2015-01-30 14:23 UTC 

[PATCH v13 00/18] VFIO support for platform devices
 2015-01-30 13:46 UTC  (19+ messages)
` [PATCH v13 05/18] vfio/platform: return info for device memory mapped IO regions
  ` [PATCH v13 01/18] vfio/platform: initial skeleton of VFIO support for platform devices
  ` [PATCH v13 02/18] vfio: platform: probe to devices on the platform bus
  ` [PATCH v13 03/18] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCH v13 04/18] vfio/platform: return info for bound device
  ` [PATCH v13 06/18] vfio/platform: read and write support for the device fd
  ` [PATCH v13 08/18] vfio/platform: return IRQ info
  ` [PATCH v13 09/18] vfio/platform: initial interrupts support code
  ` [PATCH v13 11/18] vfio/platform: support for level sensitive interrupts
  ` [PATCH v13 12/18] vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export
  ` [PATCH v13 13/18] vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit
  ` [PATCH v13 14/18] vfio: add local lock for virqfd instead of depending on VFIO PCI
  ` [PATCH v13 15/18] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCH v13 16/18] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCH v13 17/18] vfio: initialize the virqfd workqueue in VFIO generic code
` [PATCH v13 07/18] vfio/platform: support MMAP of MMIO regions
` [PATCH v13 10/18] vfio/platform: trigger an interrupt via eventfd
` [PATCH v13 18/18] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH] iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registered
 2015-01-30 12:48 UTC  (2+ messages)

[PATCH] iommu: disable on !MMU builds
 2015-01-30 12:40 UTC  (2+ messages)

[PATCH 00/15] iommu: Move domain allocation into drivers
 2015-01-30 12:22 UTC  (4+ messages)
` [PATCH 02/15] iommu: Introduce iommu domain types

intel-iommu/vfio-pci: crash in dmar_insert_dev_info
 2015-01-29 19:06 UTC  (2+ messages)

[PATCH URGENT] arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()
 2015-01-29 18:57 UTC  (3+ messages)

[PATCH v3 4/6] vfio: type1: replace domain wide protection flags with supported capabilities
 2015-01-29 16:13 UTC  (2+ messages)

[PATCH v5 0/8] PCI: get DMA configuration from parent device
 2015-01-28 15:28 UTC  (4+ messages)
` [PATCH v5 3/8] of: fix size when dma-range is not used


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