Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-01-16 13:25:03 to 2015-01-26 23:51:36 UTC [more...]

[PATCH 00/15] iommu: Move domain allocation into drivers
 2015-01-26 23:51 UTC  (7+ 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 0/4] iommu: Small fixes and cleanups
 2015-01-26 23:50 UTC  (5+ 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 v4 0/6] PCI: get DMA configuration from parent device
 2015-01-26 23:28 UTC  (13+ 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

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

[PATCH v5 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-01-26 13:47 UTC  (25+ messages)
` [PATCH v5 01/18] drm: exynos: detach from default dma-mapping domain on init
` [PATCH v5 02/18] arm: exynos: pm_domains: add support for devices registered before arch_initcall
` [PATCH v5 03/18] ARM: dts: exynos4: add sysmmu nodes
  ` [PATCH v5 04/18] ARM: dts: exynos5250: "
` [PATCH v5 05/18] ARM: dts: exynos5420: "
` [PATCH v5 06/18] iommu: exynos: don't read version register on every tlb operation
` [PATCH v5 07/18] iommu: exynos: remove unused functions
` [PATCH v5 08/18] iommu: exynos: remove useless spinlock
` [PATCH v5 09/18] iommu: exynos: refactor function parameters to simplify code
` [PATCH v5 10/18] iommu: exynos: remove unused functions, part 2
` [PATCH v5 11/18] iommu: exynos: remove useless device_add/remove callbacks
` [PATCH v5 12/18] iommu: exynos: add support for binding more than one sysmmu to master device
` [PATCH v5 13/18] iommu: exynos: add support for runtime_pm
` [PATCH v5 14/18] iommu: exynos: rename variables to reflect their purpose
` [PATCH v5 15/18] iommu: exynos: document internal structures
` [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 v2 1/3] iommu/fsl: Fix section mismatch
 2015-01-26 12:49 UTC  (7+ messages)
  ` [PATCH 2/3] iommu/fsl: Remove unused fsl_of_pamu_ids[]
  ` [PATCH 3/3] iommu/fsl: Sprinkle some __init* annotations

[PATCH v2 0/5] Generic IOMMU page table framework
 2015-01-26 12:46 UTC  (14+ 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  (4+ messages)
  ` [PATCH 1/2] iommu/tegra: gart: Do not register with bus
  ` [PATCH 2/2] iommu/tegra: gart: Provide default ->map_sg() callback

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

[PATCH URGENT] arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()
 2015-01-26 10:42 UTC  (7+ messages)

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

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

[PATCH] iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registered
 2015-01-24 21:13 UTC 

[PATCH] iommu/arm-smmu: use a threaded handler for context interrupts
 2015-01-23 22:33 UTC  (3+ 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  (12+ messages)
` [PATCH v4 17/18] iommu: exynos: init from dt-specific callback instead of initcall
` [PATCH v4 18/18] iommu: exynos: add callback for initializing devices from device tree

[PATCH] iommu/fsl: Fix section mismatch
 2015-01-22 10:48 UTC  (2+ messages)

[PATCH RESEND] dma-mapping: tidy up dma_parms default handling
 2015-01-22  3:45 UTC  (2+ messages)

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-01-21 21:16 UTC  (11+ messages)
` [v3 13/26] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI

[RFC PATCH v4 0/8] Introduce automatic DMA configuration for IOMMU masters
 2015-01-21 15:02 UTC  (8+ messages)

[PATCH v11 00/20] VFIO support for platform and ARM AMBA devices
 2015-01-21 12:54 UTC  (12+ messages)

[PATCH v7 0/2] iommu/arm-smmu: hard iova_to_phys
 2015-01-20 19:45 UTC  (4+ messages)
` [PATCH v7 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH v6 0/8] Introduce automatic DMA configuration for IOMMU masters
 2015-01-20 16:41 UTC  (26+ messages)
` [PATCH v6 8/8] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops

[PATCH v3 00/19] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-01-20 14:05 UTC  (17+ messages)

[Patch Part2 v4 03/33] x86/irq: Kill x86_io_apic_ops.print_entries and related interfaces
 2015-01-20  5:51 UTC  (12+ messages)
  ` [Patch Part2 v4 04/33] x86/irq: Kill x86_io_apic_ops.setup_entry "
  ` [Patch Part2 v4 05/33] x86/irq: Kill x86_io_apic_ops.set_affinity "
  ` [Patch Part2 v4 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
  ` [Patch Part2 v4 09/33] irq_remapping: Clean up unsued code to support IOAPIC
  ` [Patch Part2 v4 10/33] irq_remapping/vt-d: Clean up unsued code
  ` [Patch Part2 v4 11/33] irq_remapping/amd: "
  ` [Patch Part2 v4 12/33] irq_remapping: Clean up unused interfaces
  ` [Patch Part2 v4 13/33] x86/irq: Kill irq_cfg.irq_remapped
  ` [Patch Part2 v4 14/33] irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
  ` [Patch Part2 v4 15/33] irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
` [Patch Part2 v4 25/33] x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()

[Patch Part1 v7 08/38] irq_remapping: Introduce new interfaces to support hierarchy irqdomain
 2015-01-20  3:08 UTC  (11+ messages)
` [Patch Part1 v7 13/38] x86/MSI: Use hierarchy irqdomain to manage MSI interrupts
  ` [Patch Part1 v7 07/38] x86/dmar: Use new irqdomain interfaces to allocate/free IRQ
  ` [Patch Part1 v7 09/38] irq_remapping/vt-d: Change prototypes to prepare for enabling hierarchy irqdomain
  ` [Patch Part1 v7 10/38] irq_remapping/vt-d: Enhance Intel IR driver to suppport "
  ` [Patch Part1 v7 11/38] irq_remapping/amd: Enhance AMD "
  ` [Patch Part1 v7 15/38] irq_remapping/vt-d: Clean up unused MSI related code
  ` [Patch Part1 v7 16/38] irq_remapping/amd: "
  ` [Patch Part1 v7 17/38] irq_remapping: "
  ` [Patch Part1 v7 19/38] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
  ` [Patch Part1 v7 28/38] irq_remapping: Kill unused function irq_remapping_print_chip()

[PATCH v10] iopoll: Introduce memory-mapped IO polling macros
 2015-01-19 15:19 UTC  (7+ messages)

[PATCH] iommu: fix trace_unmap() to report original iova
 2015-01-19 14:21 UTC  (3+ messages)

[PATCH 0/2] Reuse generic PCI DMA alias parsing code for the ARM SMMU
 2015-01-19 14:09 UTC  (9+ messages)
  ` [PATCH 1/2] iommu: return dma alias from iommu_group_get_for_pci_dev()
  ` [PATCH 2/2] iommu/arm-smmu: remove homebrew PCI dma alias parsing

[PATCH 0/4] Genericise the IOVA allocator
 2015-01-19 13:59 UTC  (2+ messages)

[GIT PULL FOR v3.20] Renesas IPMMU driver
 2015-01-19 13:44 UTC  (2+ messages)

[PATCH] iommu: change trace unmap api to report unmapped size
 2015-01-17  3:53 UTC 


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