Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-01-23 15:51:26 to 2015-01-30 07:44:34 UTC [more...]

[PATCH 00/26] iommu/fsl: Various cleanup
 2015-01-30  7:44 UTC  (42+ 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

[PATCH v4 0/6] PCI: get DMA configuration from parent device
 2015-01-30  0:24 UTC  (39+ messages)
  ` [PATCH v4 1/6] of: iommu: add ptr to OF node arg to of_iommu_configure()
  ` [PATCH v4 2/6] of: move of_dma_configure() to device.c to help re-use
  ` [PATCH v4 4/6] of/pci: add of_pci_dma_configure() update dma configuration
  ` [PATCH v4 5/6] PCI: update dma configuration from DT
` [PATCH v4 3/6] of: fix size when dma-range is not used
` [PATCH v4 6/6] arm: dma-mapping: updates to limit dma_mask and iommu mapping size

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  (9+ messages)

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

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-01-29  8:57 UTC  (22+ 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 26/26] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

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

[RFC PATCH 0/5] iommu: Introduce default domains for iommu groups
 2015-01-28 15:11 UTC  (10+ messages)
  ` [PATCH 1/5] iommu: Add default domain to iommu-groups
  ` [PATCH 2/5] iommu: Allocate a default domain for iommu groups
  ` [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
  ` [PATCH 5/5] iommu: Add iommu_get_domain_for_dev function

[PATCH] iommu: disable on !MMU builds
 2015-01-28 14:45 UTC 

[PATCH 00/15] iommu: Move domain allocation into drivers
 2015-01-28 14:19 UTC  (17+ messages)
  ` [PATCH 01/15] iommu: Introduce domain_alloc and domain_free iommu_ops
  ` [PATCH 02/15] iommu: Introduce iommu domain types
  ` [PATCH 03/15] iommu/amd: Make use of domain_alloc and domain_free
  ` [PATCH 04/15] iommu/vt-d: "
  ` [PATCH 05/15] iommu/omap: "
  ` [PATCH 06/15] iommu/arm-smmu: "
  ` [PATCH 07/15] iommu/exynos: "
  ` [PATCH 08/15] iommu/tegra-smmu: "
  ` [PATCH 09/15] iommu/tegra-gart: "
  ` [PATCH 10/15] iommu/msm: "
  ` [PATCH 11/15] iommu/shmobile: "
  ` [PATCH 12/15] iommu/ipmmu-vmsa: "
  ` [PATCH 13/15] iommu/rockchip: "
  ` [PATCH 14/15] iommu/fsl: "
  ` [PATCH 15/15] iommu: Remove domain_init and domain_free iommu_ops

[RFC PATCH 0/5] arm64: IOMMU-backed DMA mapping
 2015-01-28 13:53 UTC  (17+ messages)
` [RFC PATCH 3/5] iommu: implement common IOMMU ops for "
` [RFC PATCH 4/5] arm64: add IOMMU dma_ops

[PATCH] iommu/arm-smmu: use a threaded handler for context interrupts
 2015-01-28 12:07 UTC  (4+ messages)

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

[Patch Part2 v4 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin and related interfaces
 2015-01-28  1:56 UTC  (2+ messages)
  ` [Patch Part2 v4] "

[PATCH v1 0/3] Add support for APM X-Gene SoC AHBC IOMMU driver
 2015-01-27 17:25 UTC  (4+ messages)
  ` [PATCH v1 1/3] xgene-ahbc-iommu: "
  ` [PATCH v1 2/3] arm64: dts: Add the APM X-Gene AHBC IOMMU DTS node
  ` [PATCH v1 3/3] Documentation: dt-bindings: Add the binding info for APM X-Gene AHBC IOMMU driver

[PATCH 6/6] dmaengine: rcar-dmac: Disable channel 0 when using IOMMU
 2015-01-27 17:25 UTC 

[PATCH 0/4] iommu: Small fixes and cleanups
 2015-01-27 11:08 UTC  (8+ messages)
` [PATCH 1/4] iommu: Make more drivers depend on COMPILE_TEST
  ` [PATCH 2/4] iommu/exynos: Make driver depend on REGULATOR
  ` [PATCH 3/4] iommu/omap: Print phys_addr_t using %pa
  ` [PATCH 4/4] iommu/fsl: Use %pa to print phys_addr_t

[PATCH v5 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-01-27  6:25 UTC  (13+ messages)
` [PATCH v5 04/18] ARM: dts: exynos5250: add sysmmu nodes
` [PATCH v5 11/18] iommu: exynos: remove useless device_add/remove callbacks
` [PATCH v5 16/18] iommu: exynos: remove excessive includes and sort others alphabetically
` [PATCH v5 17/18] iommu: exynos: init from dt-specific callback instead of initcall
` [PATCH v5 18/18] iommu: exynos: add callback for initializing devices from device tree

[PATCH 2/2] iommu/amd: use handle_mm_fault directly v2
 2015-01-26 23:01 UTC  (2+ messages)

[PATCH v2 1/3] iommu/fsl: Fix section mismatch
 2015-01-26 12:49 UTC  (2+ messages)

[PATCH v2 0/5] Generic IOMMU page table framework
 2015-01-26 12:46 UTC  (5+ messages)
` [PATCH v2] iommu/ipmmu-vmsa: Use the ARM LPAE page table allocator

[PATCH 0/2] iommu/tegra-gart: Fixes for v3.19
 2015-01-26 12:41 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: updates for 3.20
 2015-01-26 12:26 UTC  (2+ messages)

[PATCH] iommu: fix trace_map() to report original iova and original size
 2015-01-26 12:16 UTC  (2+ messages)

Trouble with R-Car IPMMU and DMAC (help needed)
 2015-01-24 22:19 UTC  (2+ messages)

[PATCH v3 0/4] PCI: get DMA configuration from parent device
 2015-01-23 18:35 UTC  (7+ messages)
` [PATCH v3 2/4] of: move of_dma_configure() to device, c to help re-use
  ` [PATCH v3 2/4] of: move of_dma_configure() to device,c "

[PATCH v4 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-01-23 16:44 UTC  (7+ messages)
` [PATCH v4 18/18] iommu: exynos: add callback for initializing devices from device tree


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