IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-08 04:12:10 to 2019-03-22 00:06:45 UTC [more...]

[PATCH v3 00/10] Support using MSI interrupts in ntb_transport
 2019-03-22  0:06 UTC  (11+ messages)
  ` [PATCH v3 01/10] PCI/MSI: Support allocating virtual MSI interrupts
  ` [PATCH v3 03/10] NTB: Introduce helper functions to calculate logical port number
  ` [PATCH v3 04/10] NTB: Introduce functions to calculate multi-port resource index
` [PATCH v3 02/10] PCI/switchtec: Add module parameter to request more interrupts
` [PATCH v3 05/10] NTB: Rename ntb.c to support multiple source files in the module
` [PATCH v3 06/10] NTB: Introduce MSI library
` [PATCH v3 07/10] NTB: Introduce NTB MSI Test Client
` [PATCH v3 08/10] NTB: Add ntb_msi_test support to ntb_test
` [PATCH v3 09/10] NTB: Add MSI interrupt support to ntb_transport
` [PATCH v3 10/10] NTB: Describe the ntb_msi_test client in the documentation

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-03-22  0:05 UTC  (8+ messages)

[PATCH v2 RFC/RFT] dma-contiguous: Get normal pages for single-page allocations
 2019-03-21 23:32 UTC  (3+ messages)

[PATCH v6 00/22] SMMUv3 Nested Stage Setup
 2019-03-21 23:01 UTC  (34+ messages)
` [PATCH v6 01/22] driver core: add per device iommu param
` [PATCH v6 02/22] iommu: introduce device fault data
` [PATCH v6 03/22] iommu: introduce device fault report API
` [PATCH v6 04/22] iommu: Introduce attach/detach_pasid_table API
` [PATCH v6 05/22] iommu: Introduce cache_invalidate API
` [PATCH v6 06/22] iommu: Introduce bind/unbind_guest_msi
` [PATCH v6 07/22] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v6 08/22] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v6 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v6 10/22] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v6 11/22] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v6 12/22] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v6 13/22] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v6 14/22] iommu/smmuv3: Implement cache_invalidate
` [PATCH v6 15/22] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v6 16/22] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v6 17/22] iommu/smmuv3: Report non recoverable faults
` [PATCH v6 18/22] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v6 19/22] vfio-pci: Register an iommu fault handler
` [PATCH v6 20/22] vfio_pci: Allow to mmap the fault queue
` [PATCH v6 21/22] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX
` [PATCH v6 22/22] vfio: Document nested stage control

remove NULL struct device support in the DMA API
 2019-03-21 22:52 UTC  (8+ messages)
` [PATCH 1/7] parport_ip32: pass struct device to DMA API functions
` [PATCH 2/7] da8xx-fb: "
` [PATCH 3/7] gbefb: switch to managed version of the DMA allocator
` [PATCH 4/7] pxa3xx-gcu: pass struct device to dma_mmap_coherent
` [PATCH 5/7] arm: use a dummy struct device for ISA DMA use of the DMA API
` [PATCH 6/7] dma-mapping: remove leftover NULL device support
` [PATCH 7/7] x86: remove the x86_dma_fallback_dev hack

[PATCH 0/4] Add PCI ATS support to Arm SMMUv3
 2019-03-21 16:00 UTC  (7+ messages)
` [PATCH 1/4] ACPI/IORT: Check ATS capability in root complex nodes
` [PATCH 2/4] iommu/arm-smmu-v3: Link domains and devices
` [PATCH 3/4] iommu/arm-smmu-v3: Add support for PCI ATS
` [PATCH 4/4] iommu/arm-smmu-v3: Disable tagged pointers

[PATCH] iommu/iova: Fix tracking of recently failed iova address size
 2019-03-20 18:57 UTC  (3+ messages)
  ` [PATCH v2] iommu/iova: Fix tracking of recently failed iova address

[PATCH v2] iommu/arm-smmu: Break insecure users by disabling bypass by default
 2019-03-20 18:35 UTC  (3+ messages)

[PATCH v2 0/1] IOMMU SVA device driver interface
 2019-03-20 15:02 UTC  (2+ messages)
` [PATCH v2 1/1] iommu: Bind process address spaces to devices

[PATCH] svm/avic: iommu/amd: Flush IOMMU IRT after update all entries
 2019-03-20  8:14 UTC 

[PATCH v7 0/9] vfio/mdev: IOMMU aware mediated device
 2019-03-20  5:52 UTC  (6+ messages)
` [PATCH v7 9/9] vfio/type1: Handle different mdev isolation type

[PATCH 1/2] iommu/vt-d: Check capability before disabling protected memory
 2019-03-20  1:58 UTC  (2+ messages)
` [PATCH 2/2] iommu/vt-d: Save the right domain ID used by hardware

[PATCH 1/1] iommu: Remove iommu_callback_data
 2019-03-20  1:40 UTC 

[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
 2019-03-20  1:26 UTC  (31+ messages)
` [PATCH 2/4] iommu/vt-d: Implement apply_resv_region for reserving IOVA ranges
  ` [PATCH 3/4] iommu/vt-d: Allow IOMMU_DOMAIN_DMA and IOMMU_DOMAIN_IDENTITY to be allocated
    ` [PATCH 4/4] iommu/vt-d: Remove lazy allocation of domains
` [PATCH v2 0/7] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
    ` [PATCH v2 1/7] iommu: Move iommu_group_create_direct_mappings to after device_attach
    ` [PATCH v2 6/7] iommu/vt-d: Allow IOMMU_DOMAIN_DMA to be allocated by iommu_ops
  ` [PATCH v2 2/7] iommu/vt-d: Implement apply_resv_region for reserving IOVA ranges
  ` [PATCH v2 3/7] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions
  ` [PATCH v2 4/7] iommu/vt-d: Ignore domain parameter in attach_device if device requires identity map
  ` [PATCH v2 5/7] iommu/vt-d: Enable DMA remapping after rmrr mapped
  ` [PATCH v2 7/7] iommu/vt-d: Remove lazy allocation of domains

[PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2019-03-20  0:20 UTC  (9+ messages)

[PATCH v1 0/9] Bounce buffer for untrusted devices
 2019-03-19 11:21 UTC  (18+ messages)
` [PATCH v1 1/9] iommu/vt-d: Add trace events for domain map/unmap
` [PATCH v1 2/9] iommu/vt-d: Add helpers for domain mapping/unmapping
` [PATCH v1 3/9] iommu/vt-d: Add address walk helper
  ` [PATCH v1 4/9] iommu/vt-d: Add bounce buffer API for domain map/unmap
` [PATCH v1 5/9] iommu/vt-d: Add bounce buffer API for dma sync
` [PATCH v1 6/9] iommu/vt-d: Check whether device requires bounce buffer
` [PATCH v1 7/9] iommu/vt-d: Add dma sync ops for untrusted devices
` [PATCH v1 8/9] iommu/vt-d: Flush IOTLB for untrusted device in time
` [PATCH v1 9/9] iommu/vt-d: Use bounce buffer for untrusted devices

5.1-rc1: mpt init crash in scsi_map_dma, dma_4v_map_sg on sparc64
 2019-03-19 11:19 UTC 

[RESEND PATCH v4 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
 2019-03-19  2:28 UTC  (3+ messages)
` [RESEND PATCH v4 1/9] mm: Introduce new "
` [RESEND PATCH v4 6/9] iommu/dma-iommu.c: Convert to use vm_map_pages()

[RFC PATCH v1 00/15] drm/msm: Per-instance pagetable support
 2019-03-18 14:19 UTC  (4+ messages)
` [RFC PATCH v1 04/15] iommu: Add DOMAIN_ATTR_PTBASE

[PATCH v2 0/2] iommu/arm-smmu-v3: make sure the kdump kernel can work well when smmu is enabled
 2019-03-18 13:12 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/arm-smmu-v3: make sure the stale caching of L1STD are invalid
` [PATCH v2 2/2] iommu/arm-smmu-v3: to make smmu can be enabled in the kdump kernel

[PATCH v5 00/22] SMMUv3 Nested Stage Setup
 2019-03-18 12:44 UTC  (27+ messages)
` [PATCH v5 02/22] iommu: introduce device fault data
` [PATCH v5 03/22] iommu: introduce device fault report API
` [PATCH v5 05/22] iommu: Introduce cache_invalidate API
` [PATCH v5 07/22] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v5 08/22] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v5 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v5 10/22] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v5 12/22] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v5 13/22] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v5 14/22] iommu/smmuv3: Implement cache_invalidate
` [PATCH v5 15/22] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v5 16/22] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v5 17/22] iommu/smmuv3: Report non recoverable faults
` [PATCH v5 18/22] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v5 19/22] vfio-pci: Register an iommu fault handler
` [PATCH v5 20/22] vfio_pci: Allow to mmap the fault queue
` [PATCH v5 21/22] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX
  ` [PATCH v5 01/22] driver core: add per device iommu param
  ` [PATCH v5 04/22] iommu: Introduce attach/detach_pasid_table API
  ` [PATCH v5 06/22] iommu: Introduce bind/unbind_guest_msi
  ` [PATCH v5 11/22] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH v5 22/22] vfio: Document nested stage control

[PATCH v1] iommu/vt-d: Switch to bitmap_zalloc()
 2019-03-18 10:20 UTC  (2+ messages)

MT76x2U crashes XHCI driver on AMD Ryzen system
 2019-03-18 10:17 UTC  (18+ messages)
                      ` [PATCH] iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
                                ` [PATCH v2] "

[git pull] IOMMU Fix for Linux v5.1-rc1
 2019-03-15 21:45 UTC  (2+ messages)

[PATCH v2 1/5] drm/rockchip: fix fb references in async update
 2019-03-15 16:54 UTC  (8+ messages)

[PATCH] iommu/amd: Fix a null pointer dereference for ACPI devices
 2019-03-15 15:27 UTC  (4+ messages)

[RESEND][PATCH] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-03-15 15:24 UTC  (2+ messages)

[PATCH] Revert "swiotlb: remove SWIOTLB_MAP_ERROR"
 2019-03-13 19:44 UTC  (8+ messages)
    ` [Xen-devel] "

[PATCH v6 00/22] MT8183 IOMMU SUPPORT
 2019-03-13  9:25 UTC  (3+ messages)
` [PATCH v6 12/22] memory: mtk-smi: Add gals support

[PATCH 00/13] Clean up "mediatek,larb" after adding device_link
 2019-03-13  9:11 UTC  (11+ messages)
` [PATCH 02/13] driver core: Remove the link if there is no driver with AUTO flag
` [PATCH 04/13] iommu/mediatek: Add device_link between the consumer and the larb devices

[PATCH v2 00/12] Support using MSI interrupts in ntb_transport
 2019-03-12 21:30 UTC  (8+ messages)
` [PATCH v2 07/12] NTB: Introduce functions to calculate multi-port resource index

[git pull] IOMMU Updates for Linux v5.1
 2019-03-10 22:30 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for 5.1
 2019-03-10 22:30 UTC  (2+ messages)

[PATCH] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-03-09  8:57 UTC 

[PATCH] [v3] dma-mapping: work around clang bug
 2019-03-08 18:00 UTC  (3+ messages)

[PATCH] [TEST]: media: vb2: reverse DMA addr of each plane
 2019-03-08 10:04 UTC 

remove block layer bounce buffering for MMC v2
 2019-03-08  9:43 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).