iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-22 11:47:13 to 2018-02-12 18:33:52 UTC [more...]

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-12 18:33 UTC  (38+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices
` [PATCH 05/37] iommu/sva: Track mm changes with an MMU notifier
` [PATCH 06/37] iommu/sva: Search mm by PASID
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 08/37] iommu/fault: Handle mm faults
` [PATCH 09/37] iommu/fault: Let handler return a fault response
` [PATCH 11/37] dt-bindings: document stall and PASID properties for IOMMU masters
` [PATCH 12/37] iommu/of: Add stall and pasid properties to iommu_fwspec
` [PATCH 15/37] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [PATCH 18/37] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH 20/37] iommu/arm-smmu-v3: Share process page tables
` [PATCH 23/37] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH 26/37] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
  ` [PATCH 03/37] iommu/sva: Manage process address spaces
  ` [PATCH 04/37] iommu/sva: Add a mm_exit callback for device drivers
  ` [PATCH 10/37] iommu/fault: Allow blocking fault handlers
  ` [PATCH 13/37] arm64: mm: Pin down ASIDs for sharing mm with devices
  ` [PATCH 14/37] iommu/arm-smmu-v3: Link domains and devices
  ` [PATCH 16/37] iommu: Add generic PASID table library
  ` [PATCH 17/37] iommu/arm-smmu-v3: Move context descriptor code
  ` [PATCH 19/37] iommu/arm-smmu-v3: Add second level of context descriptor table
  ` [PATCH 21/37] iommu/arm-smmu-v3: Seize private ASID
  ` [PATCH 22/37] iommu/arm-smmu-v3: Add support for VHE
  ` [PATCH 24/37] iommu/arm-smmu-v3: Add SVA feature checking
  ` [PATCH 25/37] iommu/arm-smmu-v3: Implement mm operations
  ` [PATCH 27/37] iommu/arm-smmu-v3: Register fault workqueue
  ` [PATCH 28/37] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH 29/37] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [PATCH 30/37] ACPI/IORT: Check ATS capability in root complex nodes
  ` [PATCH 31/37] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [PATCH 32/37] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
  ` [PATCH 33/37] iommu/arm-smmu-v3: Disable tagged pointers
  ` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI
` [PATCH 34/37] PCI: Make "PRG Response PASID Required" handling common
` [PATCH 36/37] iommu/arm-smmu-v3: Add support for PCI PASID
` [PATCH 37/37] vfio: Add support for Shared Virtual Addressing

[PATCHv2 0/6] iommu/intel: Handle DMAR faults in a wq
 2018-02-12 16:48 UTC  (7+ messages)
  ` [PATCHv2 1/6] iommu/intel: Add __init for dmar_register_bus_notifier()
  ` [PATCHv2 2/6] iommu/intel: Clean/document fault status flags
  ` [PATCHv2 3/6] iommu/intel: Introduce clear_primary_faults() helper
  ` [PATCHv2 4/6] iommu/intel: Handle DMAR faults on workqueue
  ` [PATCHv2 5/6] iommu/intel: Rename dmar_fault() => dmar_serve_faults()
` [PATCHv2 6/6] iommu/intel: Ratelimit each dmar fault printing

[PATCH] headers: untangle kmemleak.h from mm.h
 2018-02-12 12:28 UTC  (3+ messages)

[PATCH v7 0/6] iommu/arm-smmu: Add runtime pm/sleep support
 2018-02-09 10:57 UTC  (8+ messages)
  ` [PATCH v7 1/6] base: power: runtime: Export pm_runtime_get/put_suppliers
  ` [PATCH v7 2/6] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v7 3/6] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH v7 4/6] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [PATCH v7 5/6] iommu/arm-smmu: Add support for qcom, smmu-v2 variant
    ` [PATCH v8 5/6] iommu/arm-smmu: Add support for qcom,smmu-v2 variant
  ` [PATCH v7 6/6] drm/msm: iommu: Replace runtime calls with runtime suppliers

Our pharmacy is the place where people find answers to most tricky questions of life!
 2018-02-08 17:33 UTC 

[git pull] IOMMU Updates for Linux v4.16
 2018-02-08 14:52 UTC 

[PATCH v4 00/12] Intel IPU3 ImgU patchset
 2018-02-07 23:02 UTC  (4+ messages)

[PATCH/RFC 0/6] Allow compile-testing NO_DMA
 2018-02-06 15:24 UTC  (12+ messages)
` [PATCH/RFC 2/6] dma-coherent: Add NO_DMA dummies for managed DMA API
` [PATCH/RFC 5/6] scsi: Add NO_DMA dummies for SCSI DMA mapping API
  ` [PATCH/RFC 1/6] dma-mapping: Convert NO_DMA get_dma_ops() into a real dummy
  ` [PATCH/RFC 3/6] usb: gadget: Add NO_DMA dummies for DMA mapping API
  ` [PATCH/RFC 4/6] mm: Add NO_DMA dummies for DMA pool API
  ` [PATCH/RFC 6/6] Treewide: Remove depends on HAS_DMA in case of platform dependency

[PATCH RFC 1/1] iommu/arm-smmu: Fix context fault message considering non-NTS
 2018-02-06 12:47 UTC  (3+ messages)

[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
 2018-02-05 18:43 UTC  (10+ messages)

[PATCH 1/1] iommu/io-pgtable: use size_t return type for all foo_unmap
 2018-02-05 18:21 UTC  (3+ messages)

[PATCH] iommu: Do not return error code for APIs with size_t return type
 2018-02-05 12:29 UTC  (2+ messages)

[PATCH v7 0/5] Add Intel IOMMU debugfs support
 2018-02-04 14:13 UTC  (7+ messages)
  ` [PATCH v7 1/5] iommu/vt-d: Relocate struct/function declarations to its header files
  ` [PATCH v7 2/5] iommu/vt-d: Enable debugfs support to show context internals
  ` [PATCH v7 3/5] iommu/vt-d: Add debugfs support to show register contents
  ` [PATCH v7 4/5] iommu/vt-d: Add debugfs support to show Pasid table contents
  ` [PATCH v7 5/5] iommu/vt-d: Add debugfs support for Interrupt remapping

[PATCH 0/2] iommu / vfio: Clean up iommu_map[_fast] interface
 2018-02-02 23:57 UTC  (9+ messages)
  ` [PATCH 1/2] iommu: Fix iommu_unmap and iommu_unmap_fast return type
  ` [PATCH 2/2] vfio/type1: Add iommu_unmap error check when vfio_unmap_unpin

[PATCH] iommu/vt-d: add NUMA awareness to intel_alloc_coherent()
 2018-02-02 18:59 UTC  (5+ messages)
  ` [PATCH v2] "

consolidate direct dma mapping V4
 2018-02-02 17:47 UTC  (3+ messages)
` [PATCH 22/34] dma-mapping: add an arch_dma_supported hook

[PATCH v6 0/6] iommu/arm-smmu: Add runtime pm/sleep support
 2018-02-02 13:14 UTC  (17+ messages)
` [PATCH v6 2/6] iommu/arm-smmu: Add pm_runtime/sleep ops
` [PATCH v6 3/6] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v6 4/6] iommu/arm-smmu: Add the device_link between masters and smmu
` [PATCH v6 5/6] iommu/arm-smmu: Add support for qcom, smmu-v2 variant
    ` [PATCH v6 5/6] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

Preferred method to detect if a device is behind an enabled iommu
 2018-02-01 13:25 UTC  (3+ messages)

ARM64 SMMU Setup
 2018-02-01 12:00 UTC  (5+ messages)

[PATCH v5 00/13] iommu/rockchip: Use OF_IOMMU
 2018-02-01 11:19 UTC  (19+ messages)
` [PATCH v5 02/13] iommu/rockchip: Fix error handling in probe
` [PATCH v5 03/13] iommu/rockchip: Request irqs in rk_iommu_probe()
` [PATCH v5 04/13] iommu/rockchip: Fix error handling in attach
` [PATCH v5 05/13] iommu/rockchip: Use iopoll helpers to wait for hardware
` [PATCH v5 06/13] iommu/rockchip: Fix TLB flush of secondary IOMMUs
` [PATCH v5 09/13] iommu/rockchip: Use IOMMU device for dma mapping operations
` [PATCH v5 11/13] iommu/rockchip: Fix error handling in init
  ` [PATCH v5 01/13] iommu/rockchip: Prohibit unbind and remove
  ` [PATCH v5 08/13] iommu/rockchip: Control clocks needed to access the IOMMU
  ` [PATCH v5 10/13] iommu/rockchip: Use OF_IOMMU to attach devices automatically
  ` [PATCH v5 12/13] iommu/rockchip: Add runtime PM support
  ` [PATCH v5 13/13] iommu/rockchip: Support sharing IOMMU between masters

[PATCH 11/13] drm/amdgpu: add DRM_AMDGPU_ATC config option
 2018-01-31 13:15 UTC  (2+ messages)

[PATCH v12 0/3] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2018-01-31  9:30 UTC  (6+ messages)

[GIT PULL] dma-mapping updates for Linux 4.16
 2018-01-31  7:43 UTC 

[PATCH v3] iommu/amd: Add support for fast IOTLB flushing
 2018-01-31  5:01 UTC 

[PATCH] iommu/amd - Use dev_err to send events to the system log
 2018-01-31  1:04 UTC 

[PATCH 0/3] Add IPMMU support for r8a774[35]
 2018-01-30  9:49 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: iommu: ipmmu-vmsa: Add device tree "
` [PATCH 2/3] ARM: dts: r8a7743: Add IPMMU DT nodes
` [PATCH 3/3] ARM: dts: r8a7745: "

[PATCH 0/5] Add debugfs info for the AMD IOMMU
 2018-01-29 19:05 UTC  (8+ messages)
` [PATCH 1/5] iommu/amd - Add debugfs support
` [PATCH 2/5] iommu/amd - Add a 'verbose' switch for IOMMU debugfs
` [PATCH 3/5] iommu/amd - Add a README variable for the "
` [PATCH 4/5] iommu/amd - Expose the active IOMMU device table entries
` [PATCH 5/5] iommu/amd - Add a debugfs entry to specify a IOMMU device table entry

[PATCH] iommu/amd: Don't use dev_data in irte_ga_set_affinity()
 2018-01-28 20:22 UTC 

[PATCH] iommu/exynos: Use generic group callback
 2018-01-26 11:27 UTC  (2+ messages)

[PATCH v3] iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1
 2018-01-26  8:34 UTC  (3+ messages)

[PATCH] MAINTAINERS: add the iommu list for swiotlb and xen-swiotlb
 2018-01-26  7:51 UTC  (3+ messages)

Kdump kernel start failed with intel_iommu=on
 2018-01-26  7:50 UTC  (2+ messages)

[PATCH v4] iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1
 2018-01-26  7:11 UTC 

[PATCH v2] iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1
 2018-01-25 11:06 UTC  (3+ messages)

[PATCH v4 00/13] iommu/rockchip: Use OF_IOMMU
 2018-01-25 10:24 UTC  (10+ messages)
` [PATCH v4 08/13] iommu/rockchip: Control clocks needed to access the IOMMU

[PATCH 0/5] iommu/intel: Handle DMAR faults in a wq
 2018-01-24 13:19 UTC  (6+ messages)
` [PATCH 1/5] iommu/intel: Add __init for dmar_register_bus_notifier()
` [PATCH 2/5] iommu/intel: Clean/document fault status flags
` [PATCH 3/5] iommu/intel: Introduce clear_primary_faults() helper
` [PATCH 4/5] iommu/intel: Handle DMAR faults on workqueue
` [PATCH 5/5] iommu/intel: Rename dmar_fault() => dmar_serve_faults()

[RFC PATCH v2 0/2] Reduce IOTLB flush when pass-through dGPU devices
 2018-01-24 11:43 UTC  (3+ messages)
` [RFC PATCH v2 2/2] iommu/amd: Add support for fast IOTLB flushing

[PATCH v3] vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
 2018-01-24 10:00 UTC  (4+ messages)

[PATCH v6 00/99] XArray version 6
 2018-01-24  8:45 UTC  (3+ messages)
` [PATCH v6 05/99] xarray: Add definition of struct xarray

[PATCH v3 00/16] [PATCH v3 00/16] IOMMU driver support for SVM virtualization
 2018-01-23 20:01 UTC  (4+ messages)
` [PATCH v3 10/16] iommu: introduce device fault report API

[PATCH] ARM-SMMU: Delete error messages for a failed memory allocation in three functions
 2018-01-22 18:12 UTC  (4+ messages)
    `  "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).