iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-11 10:32:35 to 2019-07-20 02:02:06 UTC [more...]

[PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs
 2019-07-20  2:01 UTC 

[PATCH v2 0/7] iommu/vt-d: Fixes and cleanups for linux-next
 2019-07-20  1:15 UTC  (6+ messages)
` [PATCH v2 7/7] iommu/vt-d: Consolidate domain_init() to avoid duplication

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-20  0:22 UTC  (23+ messages)
` [PATCH 1/3] x86/Kconfig: Move ARCH_HAS_MEM_ENCRYPT to arch/Kconfig
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[PATCH v3 0/6] Remove x86-specific code from generic headers
 2019-07-19 15:47 UTC  (26+ messages)
` [PATCH v3 1/6] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
` [PATCH v3 2/6] swiotlb: Remove call to sme_active()
` [PATCH v3 3/6] dma-mapping: Remove dma_check_mask()
` [PATCH v3 4/6] x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific header
  ` [PATCH v3 4/6] x86,s390/mm: "
` [PATCH v3 5/6] fs/core/vmcore: Move sev_active() reference to x86 arch code
` [PATCH v3 6/6] s390/mm: Remove sev_active() function

[PATCH v4 00/15] iommu/vt-d: Delegate DMA domain to generic iommu
 2019-07-19 15:23 UTC  (5+ messages)
` [PATCH v4 12/15] iommu/vt-d: Cleanup get_valid_domain_for_dev()

x86-64 kernel dma issue; bisected
 2019-07-19 13:41 UTC  (6+ messages)

[RFC 0/4] Raspberry Pi 4 DMA addressing support
 2019-07-19 13:08 UTC  (5+ messages)
` [RFC 3/4] dma-direct: add dma_direct_min_mask

add swiotlb support to arm32
 2019-07-19 12:33 UTC  (3+ messages)

[PATCH dma 1/1] dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/device
 2019-07-19 12:12 UTC  (3+ messages)

[PATCH] powerpc/dma: Fix invalid DMA mmap behavior
 2019-07-19 11:18 UTC  (5+ messages)

[RFC PATCH v2 00/19] Try to reduce lock contention on the SMMUv3 command queue
 2019-07-19 11:04 UTC  (22+ messages)
` [RFC PATCH v2 01/19] iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops
` [RFC PATCH v2 02/19] iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()
` [RFC PATCH v2 03/19] iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops
` [RFC PATCH v2 04/19] iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes
` [RFC PATCH v2 05/19] iommu: Introduce iommu_iotlb_gather_add_page()
` [RFC PATCH v2 06/19] iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()
` [RFC PATCH v2 07/19] iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()
` [RFC PATCH v2 08/19] iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers
` [RFC PATCH v2 09/19] iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()
` [RFC PATCH v2 10/19] iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
` [RFC PATCH v2 11/19] iommu/io-pgtable: Remove unused ->tlb_sync() callback
` [RFC PATCH v2 12/19] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()
` [RFC PATCH v2 13/19] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()
` [RFC PATCH v2 14/19] iommu/arm-smmu-v3: Separate s/w and h/w views of prod and cons indexes
` [RFC PATCH v2 15/19] iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro
` [RFC PATCH v2 16/19] iommu/arm-smmu-v3: Move low-level queue fields out of arm_smmu_queue
` [RFC PATCH v2 17/19] iommu/arm-smmu-v3: Operate directly on low-level queue where possible
` [RFC PATCH v2 18/19] iommu/arm-smmu-v3: Reduce contention during command-queue insertion
` [RFC PATCH v2 19/19] iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync()

[PATCH 1/2] iommu/vt-d: Don't queue_iova() if there is no flush queue
 2019-07-19  9:26 UTC  (5+ messages)
` [PATCH 2/2] iommu/vt-d: Check if domain->pgd was allocated

[PATCH AUTOSEL 5.1 044/141] dma-remap: Avoid de-referencing NULL atomic_pool
 2019-07-19  4:01 UTC 

[PATCH AUTOSEL 5.2 061/171] dma-remap: Avoid de-referencing NULL atomic_pool
 2019-07-19  3:54 UTC 

[RFC PATCH] regulator: core: Move device_link_remove out from regulator_list_mutex
 2019-07-18 11:45 UTC  (2+ messages)

[RFC v1 0/4] vfio: support Shared Virtual Addressing
 2019-07-18 10:16 UTC  (5+ messages)
` [RFC v1 3/4] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v1 4/4] vfio/type1: bind guest pasid (guest page tables) to host

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-07-18  8:35 UTC  (17+ messages)
` [PATCH v4 11/22] iommu: Introduce guest PASID bind function
` [PATCH v4 13/22] iommu/vt-d: Enlightened PASID allocation
` [PATCH v4 14/22] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v4 16/22] iommu/vt-d: Move domain helper to header
` [PATCH v4 17/22] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v4 20/22] iommu/vt-d: Add bind guest PASID support
` [PATCH v4 21/22] iommu/vt-d: Support flushing more translation cache types

[PATCH v8 00/21] MT8183 IOMMU SUPPORT
 2019-07-18  5:37 UTC  (10+ messages)
` [PATCH v8 07/21] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-07-18  3:39 UTC  (20+ messages)

fix nvme performance regression due to dma_max_mapping_size()
 2019-07-17  6:26 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping: add a dma_addressing_limited helper
` [PATCH 2/2] dma-direct: only limit the mapping size if swiotlb could be used

cma_remap when using dma_alloc_attr :- DMA_ATTR_NO_KERNEL_MAPPING
 2019-07-16 12:10 UTC  (3+ messages)

[PATCH] iommu/amd: Add support for X2APIC IOMMU interrupts
 2019-07-16  4:29 UTC 

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-15 20:00 UTC  (9+ messages)
` [PATCH 1/3] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
  ` [PATCH 1/3] x86,s390: "
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[PATCH AUTOSEL 4.14 043/105] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 14:27 UTC 

[PATCH AUTOSEL 4.19 058/158] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 14:16 UTC 

[PATCH AUTOSEL 5.1 077/219] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 14:01 UTC 

[PATCH AUTOSEL 5.2 089/249] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 13:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 229/249] iommu/arm-smmu-v3: Invalidate ATC when detaching a device

[GIT PULL] dma-mapping updates for 5.3
 2019-07-12 23:20 UTC  (2+ messages)

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2019-07-12  7:38 UTC  (13+ messages)
` [PATCH v9 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v9 02/11] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v9 03/11] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v9 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v9 05/11] vfio/pci: Register an iommu fault handler
` [PATCH v9 06/11] vfio/pci: Allow to mmap the fault queue
` [PATCH v9 07/11] vfio: Use capability chains to handle device specific irq
` [PATCH v9 08/11] vfio: Add new IRQ for DMA fault reporting
` [PATCH v9 09/11] vfio/pci: Add framework for custom interrupt indices
` [PATCH v9 10/11] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v9 11/11] vfio: Document nested stage control

[PATCH v2 0/4] Add system mmu support for Armada-806
 2019-07-11 15:02 UTC  (5+ messages)
` [PATCH v2 1/4] iommu/arm-smmu: Introduce wrapper for writeq/readq
` [PATCH v2 2/4] iommu/arm-smmu: Workaround for Marvell Armada-AP806 SoC erratum #582743
` [PATCH v2 3/4] dt-bindings: iommu/arm, smmu: add compatible string for Marvell
` [PATCH v2 4/4] arm64: dts: marvell: armada-ap806: add smmu support

[RFC PATCH] iommu: io-pgtable: Drop WARN for empty PTEs on unmap
 2019-07-11 17:39 UTC  (3+ messages)

[PATCH v2] iommu/amd: fix a crash in iova_magazine_free_pfns
 2019-07-11 16:21 UTC  (2+ messages)

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-07-11 13:07 UTC  (15+ messages)
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH] dma-direct: Force unencrypted DMA under SME for certain DMA masks
 2019-07-11 12:18 UTC  (4+ messages)

[PATCH v9 00/14] SMMUv3 Nested Stage Setup (IOMMU part)
 2019-07-11 11:49 UTC  (15+ messages)
` [PATCH v9 01/14] iommu: Introduce attach/detach_pasid_table API
` [PATCH v9 02/14] iommu: Introduce cache_invalidate API
` [PATCH v9 03/14] iommu: Introduce bind/unbind_guest_msi
` [PATCH v9 04/14] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v9 05/14] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v9 06/14] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v9 07/14] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v9 08/14] iommu/smmuv3: Introduce __arm_smmu_tlb_inv_asid/s1_range_nosync
` [PATCH v9 09/14] iommu/smmuv3: Implement cache_invalidate
` [PATCH v9 10/14] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v9 11/14] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v9 12/14] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v9 13/14] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v9 14/14] iommu/smmuv3: Report non recoverable faults

[PATCH] kernel/dma: export dma_alloc_from_contiguous to modules
 2019-07-11 10:44 UTC  (3+ 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).