iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-27 19:06:25 to 2019-12-09 20:18:11 UTC [more...]

[PATCH v2 1/8] dt-bindings: arm-smmu: Add Adreno GPU variant
 2019-12-09 20:17 UTC  (8+ messages)
  ` [PATCH v2 4/8] iommu/arm-smmu: Add split pagetables for Adreno IOMMU implementations
  ` [PATCH v2 5/8] drm/msm: Attach the IOMMU device during initialization
  ` [PATCH v2 6/8] drm/msm: Refactor address space initialization
  ` [PATCH v2 7/8] drm/msm/a6xx: Support split pagetables

[PATCH v2] iommu/dma: Relax locking in iommu_dma_prepare_msi()
 2019-12-09 19:47 UTC 

[PATCH V2] iommu/iova: Init the struct iova to fix the possible memleak
 2019-12-09 19:33 UTC  (2+ messages)

[PATCH v3 00/13] iommu: Add PASID support to Arm SMMUv3
 2019-12-09 18:05 UTC  (14+ messages)
` [PATCH v3 01/13] iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation
` [PATCH v3 02/13] dt-bindings: document PASID property for IOMMU masters
` [PATCH v3 03/13] iommu/arm-smmu-v3: Support platform SSID
` [PATCH v3 04/13] ACPI/IORT: Support PASID for platform devices
` [PATCH v3 05/13] iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID support
` [PATCH v3 06/13] iommu/arm-smmu-v3: Add context descriptor tables allocators
` [PATCH v3 07/13] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH v3 08/13] iommu/arm-smmu-v3: Propate ssid_bits
` [PATCH v3 09/13] iommu/arm-smmu-v3: Handle failure of arm_smmu_write_ctx_desc()
` [PATCH v3 10/13] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH v3 11/13] iommu/arm-smmu-v3: Improve add_device() error handling
` [PATCH v3 12/13] PCI/ATS: Add PASID stubs
` [PATCH v3 13/13] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH v5 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-12-09 17:14 UTC  (12+ messages)
` [PATCH v5 1/8] iommu/vt-d: Fix CPU and IOMMU SVM feature matching checks
` [PATCH v5 2/8] iommu/vt-d: Match CPU and IOMMU paging mode
` [PATCH v5 3/8] iommu/vt-d: Reject SVM bind for failed capability check
` [PATCH v5 4/8] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v5 5/8] iommu/vt-d: Fix off-by-one in PASID allocation
` [PATCH v5 6/8] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v5 7/8] iommu/vt-d: Avoid sending invalid page response
` [PATCH v5 8/8] iommu/vt-d: Misc macro clean up for SVM

[RFC 0/2] iommu: arm-smmu: Add support for early direct mappings
 2019-12-09 15:07 UTC  (3+ messages)
` [RFC 1/2] iommu: arm-smmu: Extract arm_smmu_of_parse()
` [RFC 2/2] iommu: arm-smmu: Add support for early direct mappings

[PATCH v2 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-12-09 14:50 UTC  (6+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] iommu: arm: Use iommu_put_resv_regions_simple()
` [PATCH v2 3/5] iommu: amd: "
` [PATCH v2 4/5] iommu: intel: "
` [PATCH v2 5/5] iommu: virtio: "

[PATCH v2 1/2] iommu: Implement of_iommu_get_resv_regions()
 2019-12-09 14:42 UTC  (2+ messages)
` [PATCH v2 2/2] iommu: dma: Use of_iommu_get_resv_regions()

[PATCH] iommu/dma: Map MSI doorbell with iommu_map_atomic()
 2019-12-09 14:30 UTC  (3+ messages)

[PATCH] iommu/dma: Use a better type for dma_limit
 2019-12-09 13:08 UTC 

[PATCH] iommu/iova: kmemleak when pfn_lo equals IOVA_ANCHOR
 2019-12-09  7:43 UTC  (2+ messages)

[PATCH] iommu/iova: Init the struct iova to fix the possible memleak
 2019-12-09  7:43 UTC  (2+ messages)

[PATCH] powerpc: ensure that swiotlb buffer is allocated from low memory
 2019-12-09  7:54 UTC  (4+ messages)

dmar pte read access not set error messages on hp dl388 gen8 systems
 2019-12-08  6:26 UTC  (19+ messages)

[PATCH] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2019-12-08  1:52 UTC  (3+ messages)

[PATCH v6 1/3] PCI: Fix off by one in dma_alias_mask allocation size
 2019-12-08  0:48 UTC  (4+ messages)
` [PATCH v6 2/3] PCI: Add parameter nr_devfns to pci_add_dma_alias
  ` [PATCH v6 3/3] PCI: Add DMA alias quirk for PLX PEX NTB

[Patch v3 0/3] iommu: reduce spinlock contention on fast path
 2019-12-06 21:57 UTC  (5+ messages)
` [Patch v3 1/3] iommu: avoid unnecessary magazine allocations
` [Patch v3 2/3] iommu: optimize iova_magazine_free_pfns()
` [Patch v3 3/3] iommu: avoid taking iova_rbtree_lock twice

make dma_addressing_limited work for memory encryption setups v2
 2019-12-06 14:10 UTC  (4+ messages)
` [PATCH 1/2] dma-mapping: move dma_addressing_limited out of line
` [PATCH 2/2] dma-mapping: force unencryped devices are always addressing limited

[PATCH v2] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2019-12-06  8:57 UTC  (8+ messages)

[PATCH v4 0/8] Raspberry Pi 4 PCIe support
 2019-12-05 22:30 UTC  (12+ messages)
` [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
` [PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-12-05 12:19 UTC  (10+ messages)
` [RFC v2 3/3] vfio/type1: bind guest pasid (guest page tables) to host

[PATCH 0/5] iommu/vt-d: Consolidate various cache flush ops
 2019-12-04 17:41 UTC  (10+ messages)
` [PATCH 4/5] iommu/vt-d: Consolidate pasid-based tlb invalidation

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-12-04 12:22 UTC  (12+ messages)

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-12-04  3:01 UTC  (4+ messages)

kernel BUG at drivers/iommu/intel-iommu.c:667!
 2019-12-04  2:26 UTC  (6+ messages)

[Patch v2 0/3] iommu: reduce spinlock contention on fast path
 2019-12-03 19:40 UTC  (18+ messages)
` [Patch v2 1/3] iommu: match the original algorithm
` [Patch v2 2/3] iommu: optimize iova_magazine_free_pfns()
` [Patch v2 3/3] iommu: avoid taking iova_rbtree_lock twice

[PATCH v2 0/8] Use 1st-level for DMA remapping
 2019-12-03  2:36 UTC  (13+ messages)
` [PATCH v2 1/8] iommu/vt-d: Add per domain page table ops
` [PATCH v2 2/8] iommu/vt-d: Move domain_flush_cache helper into header
` [PATCH v2 3/8] iommu/vt-d: Implement second level page table ops
` [PATCH v2 4/8] iommu/vt-d: Apply per domain "
` [PATCH v2 5/8] iommu/vt-d: Add first level page table interfaces
` [PATCH v2 6/8] iommu/vt-d: Implement first level page table ops
` [PATCH v2 7/8] iommu/vt-d: Identify domains using first level page table
` [PATCH v2 8/8] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr

[git pull] IOMMU Updates for Linux v5.5
 2019-12-02 21:05 UTC  (2+ messages)

[PATCH v4 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-12-02 19:51 UTC  (6+ messages)
` [PATCH v4 8/8] iommu/vt-d: Misc macro clean up for SVM

[PATCH] Ensure pci transactions coming from PLX NTB are handled when IOMMU is turned on
 2019-12-02 17:03 UTC  (16+ messages)
` [PATCH v2] PCI: Add DMA alias quirk for PLX PEX NTB
    ` [PATCH v3 1/2] PCI: Add parameter nr_devfns to pci_add_dma_alias
        ` [PATCH v4 "
          ` [PATCH v4 2/2] PCI: Add DMA alias quirk for PLX PEX NTB
                ` [PATCH v5 1/3] PCI: Fix off by one in dma_alias_mask allocation size
                  ` [PATCH v5 2/3] PCI: Add parameter nr_devfns to pci_add_dma_alias
                    ` [PATCH v5 3/3] PCI: Add DMA alias quirk for PLX PEX NTB

[PATCH v3 0/4] dma-mapping: introduce new dma unmap and sync variants
 2019-12-02 14:58 UTC  (4+ messages)

[PATCH] dma-mapping: do not mapping module memory
 2019-12-02  7:22 UTC  (2+ messages)

dma-mapping: use bit macros
 2019-11-30  8:18 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for 5.5
 2019-11-28 19:55 UTC  (2+ messages)

[PATCH 0/3] iommu: reduce spinlock contention on fast path
 2019-11-28 19:30 UTC  (4+ messages)
` [PATCH 1/3] iommu: match the original algorithm

make dma_addressing_limited work for memory encryption setups
 2019-11-28 15:36 UTC  (6+ messages)
` [PATCH 2/2] dma-mapping: force unencryped devices are always addressing limited

[PATCH 0/2] iommu: Support reserved-memory regions
 2019-11-28 11:43 UTC  (9+ messages)
` [PATCH 2/2] iommu: dma: Use of_iommu_get_resv_regions()

[bug] __blk_mq_run_hw_queue suspicious rcu usage
 2019-11-28  6:40 UTC  (8+ messages)

How to read BIOS'es memory from IOMMU
 2019-11-28  1:17 UTC 

[PATCH v3 0/7] Raspberry Pi 4 PCIe support
 2019-11-27 19:16 UTC  (8+ messages)
` [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions


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