iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-12 18:33:46 to 2018-02-24 08:56:27 UTC [more...]

[PATCH] fix double ;;s in code
 2018-02-24  8:56 UTC  (11+ messages)

[PATCH 1/1] iommu/vt-d: Fix a potential memory leak
 2018-02-24  5:42 UTC 

iommu/amd: lock splitting & GFP_KERNEL allocation
 2018-02-23 22:27 UTC  (11+ messages)
  ` [PATCH 01/10] iommu/amd: take into account that alloc_dev_data() may return NULL
  ` [PATCH 02/10] iommu/amd: turn dev_data_list into a lock less list
  ` [PATCH 03/10] iommu/amd: split domain id out of amd_iommu_devtable_lock
  ` [PATCH 04/10] iommu/amd: split irq_lookup_table out of the amd_iommu_devtable_lock
  ` [PATCH 05/10] iommu/amd: remove the special case from get_irq_table()
  ` [PATCH 06/10] iommu/amd: use `table' instead `irt' as variable name in amd_iommu_update_ga()
  ` [PATCH 07/10] iommu/amd: factor out setting the remap table for a devid
  ` [PATCH 08/10] iommu/amd: drop the lock while allocating new irq remap table
  ` [PATCH 09/10] iommu/amd: declare irq_remap_table's and amd_iommu's lock as a raw_spin_lock
  ` [PATCH 10/10] iommu/amd: make amd_iommu_devtable_lock a spin_lock

[PATCH v7 0/6] iommu/arm-smmu: Add runtime pm/sleep support
 2018-02-23 17:43 UTC  (50+ 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
            ` [Freedreno] "
` [PATCH v7 4/6] iommu/arm-smmu: Add the device_link between masters and smmu
` [PATCH v7 6/6] drm/msm: iommu: Replace runtime calls with runtime suppliers
                ` [Freedreno] "

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

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

[PATCH] lib/dma-debug.c: fix memory leakage
 2018-02-22 23:03 UTC  (3+ messages)

[PATCH v7 0/5] Add Intel IOMMU debugfs support
 2018-02-22 17:09 UTC  (10+ messages)

[PATCH 03/37] iommu/sva: Manage process address spaces
 2018-02-22 13:17 UTC  (2+ messages)

[PATCH 0/4] Add virtio-iommu driver
 2018-02-22 11:04 UTC  (14+ messages)
` [PATCH 1/4] iommu: "
` [PATCH 2/4] iommu/virtio: Add probe request
` [PATCH 3/4] iommu/virtio: Add event queue
` [PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu

[RFC 00/14] Per-instance pagetables for MSM GPUs
 2018-02-21 22:59 UTC  (15+ messages)
  ` [PATCH 01/14] iommu: Add DOMAIN_ATTR_ENABLE_TTBR1
  ` [PATCH 02/14] iommu/arm-smmu: Add support for TTBR1
  ` [PATCH 03/14] iommu: Create a base struct for io_mm
  ` [PATCH 04/14] iommu: sva: Add support for pasid allocation
  ` [PATCH 05/14] iommu: arm-smmu: Add pasid implementation
  ` [PATCH 06/14] iommu: arm-smmu: Add side-band function to specific pasid callbacks
  ` [PATCH 07/14] drm/msm: Enable 64 bit mode by default
  ` [PATCH 08/14] drm/msm: Pass the MMU domain index in struct msm_file_private
  ` [PATCH 09/14] drm/msm/gpu: Support using TTBR1 for kernel buffer objects
  ` [PATCH 10/14] drm/msm: Add msm_mmu features
  ` [PATCH 11/14] drm/msm: Add support for iommu-sva PASIDs
  ` [PATCH 12/14] drm/msm: Add support for per-instance address spaces
  ` [PATCH 13/14] drm/msm: Support "
  ` [PATCH 14/14] drm/msm/a5xx: Support per-instance pagetables

[PATCH] iommu/rockchip: Perform a reset on shutdown
 2018-02-21 11:20 UTC  (2+ messages)

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-21 10:28 UTC  (43+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices
` [PATCH 04/37] iommu/sva: Add a mm_exit callback for device drivers
` [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 29/37] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [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

[PATCH v4] iommu/amd: Add support for fast IOTLB flushing
 2018-02-21  7:19 UTC 

[PATCH v3] iommu/amd: Add support for fast IOTLB flushing
 2018-02-21  7:05 UTC  (3+ messages)

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

[GIT PULL] dma-mapping fixes for Linux 4.16
 2018-02-16 18:40 UTC 

[PATCHv3] iommu/intel: Ratelimit each dmar fault printing
 2018-02-15 19:17 UTC 

[PATCHv2 0/6] iommu/intel: Handle DMAR faults in a wq
 2018-02-15 19:09 UTC  (6+ messages)
` [PATCHv2 4/6] iommu/intel: Handle DMAR faults on workqueue

[PATCH/RFC 0/6] Allow compile-testing NO_DMA
 2018-02-15 13:19 UTC  (5+ messages)
` [PATCH/RFC 3/6] usb: gadget: Add NO_DMA dummies for DMA mapping API
` [PATCH/RFC 6/6] Treewide: Remove depends on HAS_DMA in case of platform dependency

[PATCH v2] iommu/amd: Avoid locking get_irq_table() from atomic context
 2018-02-15 11:04 UTC  (2+ messages)

[PATCH] iommu/amd - Use dev_err to send events to the system log
 2018-02-14 14:58 UTC  (7+ messages)

[PATCH v13 0/2] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2018-02-14 14:12 UTC  (4+ messages)
  ` [PATCH v13 1/2] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v13 2/2] iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation

Kdump kernel hang when set amd_iommu=off
 2018-02-14 10:07 UTC  (2+ messages)

[PATCH] headers: untangle kmemleak.h from mm.h
 2018-02-14  0:48 UTC  (8+ messages)

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

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

pata-macio WARNING at dmam_alloc_coherent+0xec/0x110
 2018-02-13 16:46 UTC  (5+ messages)

[PATCH v4] iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1
 2018-02-13 13:41 UTC  (2+ messages)

[PATCH] iommu/exynos: Use generic group callback
 2018-02-13 13:34 UTC  (2+ messages)

[PATCH] iommu/amd: Don't use dev_data in irte_ga_set_affinity()
 2018-02-13 13:19 UTC  (2+ messages)

[PATCH 1/2] iommu/amd: Avoid get_irq_table() from atomic context
 2018-02-13 13:18 UTC  (4+ messages)
` [PATCH 2/2] amd/iommu: Use raw locks on atomic context paths

[PATCH v12 0/3] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2018-02-13  9:18 UTC  (5+ messages)

[PATCH v7 5/6] iommu/arm-smmu: Add support for qcom, smmu-v2 variant
 2018-02-13  8:57 UTC  (3+ messages)
` [PATCH v8 5/6] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

dma mapping fixes for 4.16
 2018-02-13  1:47 UTC  (5+ messages)
  ` [PATCH 1/4] ia64: fix build failure with CONFIG_SWIOTLB
  ` [PATCH 2/4] dma-direct: mark as is_phys
  ` [PATCH 3/4] dma-direct: comment the dma_direct_free calling convention
  ` [PATCH 4/4] dma-mapping: fix a comment typo


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).