Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-02-01 11:33:48 to 2018-02-15 04:17:36 UTC [more...]

[PATCH v7 0/6] iommu/arm-smmu: Add runtime pm/sleep support
 2018-02-15  4:17 UTC  (41+ 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
                  ` [Freedreno] "

[PATCH v2] iommu/amd: Avoid locking get_irq_table() from atomic context
 2018-02-14 23:36 UTC 

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-14 18:46 UTC  (50+ 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 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 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 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 0/4] Add virtio-iommu driver
 2018-02-14 15:35 UTC  (7+ 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

[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 2/2] iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation
  ` [PATCH v13 1/2] ACPI/IORT: Add msi address regions reservation helper

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

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 v7 0/5] Add Intel IOMMU debugfs support
 2018-02-13 22:53 UTC  (10+ 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 1/1] iommu/io-pgtable: use size_t return type for all foo_unmap
 2018-02-13 18:33 UTC  (4+ messages)

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

[PATCHv2 0/6] iommu/intel: Handle DMAR faults in a wq
 2018-02-13 17:38 UTC  (10+ 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

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 v3] iommu/amd: Add support for fast IOTLB flushing
 2018-02-13 13:29 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)

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

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 0/2] iommu / vfio: Clean up iommu_map[_fast] interface
 2018-02-02 23:57 UTC  (8+ messages)
` [PATCH 1/2] iommu: Fix iommu_unmap and iommu_unmap_fast return type

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

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

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


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