iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-11 17:28:54 to 2019-07-22 15:48:16 UTC [more...]

[PATCH 1/2] iommu: add support for drivers that manage iommu explicitly
 2019-07-22 15:48 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2] Fix NULL pointer dereference with virtio-blk-pci and virtual IOMMU
 2019-07-22 15:46 UTC  (10+ messages)
` [PATCH 1/2] dma-mapping: Protect dma_addressing_limited against NULL dma_mask
` [PATCH 2/2] virtio/virtio_ring: Fix the dma_max_mapping_size call

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

[PATCH] iommu/virtio: Update to most recent specification
 2019-07-22 15:18 UTC  (4+ messages)

[PATCH RFC 0/4] iommu: Add support to change default domain of a group
 2019-07-22 15:11 UTC  (4+ messages)
` [PATCH RFC 1/4] iommu/vt-d: Modify device_def_domain_type() to use at runtime

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

[PATCH] MAINTAINERS: Update my email address
 2019-07-22 13:56 UTC  (2+ messages)

[PATCH v2] iommu/amd: fix a crash in iova_magazine_free_pfns
 2019-07-22 13:30 UTC  (3+ messages)

[RFC v1 0/4] vfio: support Shared Virtual Addressing
 2019-07-22 12:34 UTC  (6+ 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] powerpc/dma: Fix invalid DMA mmap behavior
 2019-07-22 12:16 UTC  (6+ messages)

[PATCH] dma-mapping: Protect dma_addressing_limited against NULL dma_mask
 2019-07-22 11:43 UTC  (2+ messages)

[PATCH] iommu/iova: Remove stale cached32_node
 2019-07-22 10:46 UTC  (4+ messages)

[PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs
 2019-07-22  5:21 UTC  (2+ messages)

[PATCH] iommu/vt-d: Print pasid table entries MSB to LSB in debugfs
 2019-07-22  0:22 UTC 

[GIT PULL] dma-mapping fixes for 5.3
 2019-07-20 19:35 UTC  (2+ messages)

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

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

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

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


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