messages from 2019-03-18 14:19:12 to 2019-03-28 10:34:04 UTC [more...]
[PATCH v3 0/3] PCIe Host request to reserve IOVA
2019-03-28 10:34 UTC (5+ messages)
[PATCH] driver core: Postpone DMA tear-down until after devres release for probe failure
2019-03-28 10:08 UTC
[PATCH v2 00/10] iommu/vt-d: Bounce buffer for untrusted devices
2019-03-28 6:33 UTC (13+ messages)
` [PATCH v2 01/10] iommu/vt-d: Add trace events for domain map/unmap
` [PATCH v2 02/10] iommu/vt-d: Add helpers for domain mapping/unmapping
` [PATCH v2 03/10] iommu/vt-d: Add address walk helper
` [PATCH v2 04/10] iommu/vt-d: Add dir_to_prot() helper
` [PATCH v2 05/10] iommu/vt-d: Add bounce buffer API for map/unmap
` [PATCH v2 07/10] iommu/vt-d: Check whether device requires bounce buffer
` [PATCH v2 08/10] iommu/vt-d: Add dma sync ops for untrusted devices
` [PATCH v2 09/10] iommu/vt-d: Flush IOTLB for untrusted device in time
` [PATCH v2 10/10] iommu/vt-d: Use bounce buffer for untrusted devices
` [PATCH v2 06/10] iommu/vt-d: Add bounce buffer API for dma sync
[PATCH v2 1/1] iommu: Add config option to set lazy mode as default
2019-03-28 6:18 UTC (3+ messages)
[PATCH AUTOSEL 5.0 008/262] swiotlb: add checks for the return value of memblock_alloc*()
2019-03-28 5:55 UTC (4+ messages)
` [PATCH AUTOSEL 5.0 056/262] iommu/vt-d: Disable ATS support on untrusted devices
` [PATCH AUTOSEL 5.0 085/262] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
[PATCH v2 RFC/RFT 0/5] Save single pages from CMA area
2019-03-27 18:42 UTC (8+ messages)
` [PATCH v2 RFC/RFT 1/5] ARM: dma-mapping: Add fallback normal page allocations
` [PATCH v2 RFC/RFT 2/5] dma-remap: Run alloc_pages() on failure
` [PATCH v2 RFC/RFT 3/5] iommu: amd_iommu: Add fallback normal page allocations
` [PATCH v2 RFC/RFT 4/5] arm64: dma-mapping: "
` [PATCH v2 RFC/RFT 5/5] dma-contiguous: Do not allocate a single page from CMA area
[PATCH AUTOSEL 4.9 30/87] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
2019-03-27 18:19 UTC
[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
2019-03-27 18:16 UTC (17+ messages)
` [PATCH v8 2/9] iommu/vt-d: Make intel_iommu_enable_pasid() more generic
` [PATCH v8 3/9] iommu/vt-d: Add per-device IOMMU feature ops entries
` [PATCH v8 4/9] iommu/vt-d: Move common code out of iommu_attch_device()
` [PATCH v8 5/9] iommu/vt-d: Aux-domain specific domain attach/detach
` [PATCH v8 1/9] iommu: Add APIs for multiple domains per device
` [PATCH v8 6/9] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device
` [PATCH v8 8/9] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v8 9/9] vfio/type1: Handle different mdev isolation type
[PATCH AUTOSEL 4.14 042/123] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
2019-03-27 18:15 UTC
[PATCH AUTOSEL 4.19 059/192] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
2019-03-27 18:08 UTC
WIP: PCIe on MSM8998
2019-03-27 17:05 UTC
[PATCH resend] dma: select GENERIC_ALLOCATOR for DMA_REMAP
2019-03-27 13:06 UTC
[PATCH] dma: select GENERIC_ALLOCATOR for DMA_REMAP
2019-03-27 8:07 UTC (2+ messages)
implement generic dma_map_ops for IOMMUs v2 [rebase + resend]
2019-03-27 8:04 UTC (22+ messages)
` [PATCH 01/21] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/21] arm64/iommu: improve mmap bounds checking
` [PATCH 03/21] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 07/21] dma-iommu: move the arm64 wrappers to common code
` [PATCH 04/21] dma-iommu: cleanup dma-iommu.h
` [PATCH 05/21] dma-iommu: remove the flush_page callback
` [PATCH 06/21] dma-iommu: use for_each_sg in iommu_dma_alloc
` [PATCH 08/21] dma-iommu: refactor iommu_dma_mmap
` [PATCH 09/21] dma-iommu: refactor iommu_dma_get_sgtable
` [PATCH 10/21] dma-iommu: move __iommu_dma_map
` [PATCH 11/21] dma-iommu: refactor page array remap helpers
` [PATCH 12/21] dma-iommu: factor atomic pool allocations into helpers
` [PATCH 13/21] dma-iommu: factor contiguous "
` [PATCH 14/21] dma-iommu: refactor iommu_dma_free
` [PATCH 15/21] dma-iommu: don't remap contiguous allocations for coherent devices
` [PATCH 16/21] dma-iommu: factor contiguous remapped allocations into helpers
` [PATCH 17/21] dma-iommu: refactor iommu_dma_alloc
` [PATCH 18/21] dma-iommu: don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 19/21] dma-iommu: switch copyright boilerplace to SPDX
` [PATCH 20/21] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 21/21] arm64: trim includes "
[PATCH RFC/RFT 0/5] Save single pages from CMA area
2019-03-26 22:53 UTC (7+ messages)
` [PATCH RFC/RFT 1/5] ARM: dma-mapping: Add fallback normal page allocations
` [PATCH RFC/RFT 2/5] dma-remap: Run alloc_pages() on failure
` [PATCH RFC/RFT 3/5] iommu: amd_iommu: Add fallback normal page allocations
` [PATCH RFC/RFT 4/5] arm64: dma-mapping: "
` [PATCH RFC/RFT 5/5] dma-contiguous: Do not allocate a single page from CMA area
[PATCH/RFC] driver core: Postpone DMA tear-down until after devres release
2019-03-26 17:36 UTC (4+ messages)
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-03-26 16:53 UTC (14+ messages)
[PATCH v7 0/9] vfio/mdev: IOMMU aware mediated device
2019-03-26 9:33 UTC (8+ messages)
` [PATCH v7 8/9] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v7 9/9] vfio/type1: Handle different mdev isolation type
[PATCH v2 0/4] Qcom smmu-500 TLB invalidation errata for sdm845
2019-03-26 8:02 UTC (10+ messages)
` [PATCH v2 1/4] firmware: qcom_scm-64: Add atomic version of qcom_scm_call
` [PATCH v2 2/4] firmware/qcom_scm: Add atomic version of io read/write APIs
` [PATCH v2 3/4] firmware/qcom_scm: Add scm call to handle smmu errata
` [PATCH v2 4/4] iommu/arm-smmu: Add support to handle Qcom's TLBI serialization errata
[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
2019-03-26 1:24 UTC (17+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 3/7] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions
` [PATCH v2 7/7] iommu/vt-d: Remove lazy allocation of domains
[PATCH v3 00/10] Support using MSI interrupts in ntb_transport
2019-03-25 19:08 UTC (14+ 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
[PATCH v2 RFC/RFT] dma-contiguous: Get normal pages for single-page allocations
2019-03-25 18:50 UTC (7+ messages)
[PATCH 0/4] Add PCI ATS support to Arm SMMUv3
2019-03-25 15:02 UTC (9+ 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 v2 0/1] IOMMU SVA device driver interface
2019-03-25 14:44 UTC (3+ 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-25 13:46 UTC (2+ messages)
[PATCH 1/1] iommu: Remove iommu_callback_data
2019-03-25 13:44 UTC (2+ messages)
[PATCH] iommu: Don't print warning when IOMMU driver only supports unmanaged domains
2019-03-25 13:37 UTC (2+ messages)
[PATCH 1/1] iommu: Add config option to set lazy mode as default
2019-03-25 2:21 UTC (3+ messages)
[PATCH] arm64: dts: Add m4u and smi-larbs nodes for mt8183
2019-03-24 7:41 UTC
remove NULL struct device support in the DMA API
2019-03-23 11:28 UTC (9+ 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 v6 00/22] SMMUv3 Nested Stage Setup
2019-03-22 22:09 UTC (24+ messages)
` [PATCH v6 02/22] iommu: introduce device fault data
` [PATCH v6 03/22] iommu: introduce device fault report API
` [PATCH v6 05/22] iommu: Introduce cache_invalidate API
` [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
[git pull] IOMMU Fixes for Linux v5.1-rc1
2019-03-22 21:20 UTC (2+ messages)
[PATCH 1/2] iommu/vt-d: Check capability before disabling protected memory
2019-03-22 9:38 UTC (3+ messages)
` [PATCH 2/2] iommu/vt-d: Save the right domain ID used by hardware
[PATCH] iommu/iova: Fix tracking of recently failed iova address size
2019-03-22 9:31 UTC (4+ messages)
` [PATCH v2] iommu/iova: Fix tracking of recently failed iova address
[PATCHv7] x86/kdump: bugfix, make the behavior of crashkernel=X consistent with kaslr
2019-03-22 8:22 UTC (11+ messages)
[PATCH v2] iommu/arm-smmu: Break insecure users by disabling bypass by default
2019-03-20 18:35 UTC (3+ messages)
[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 (8+ messages)
` [PATCH v1 4/9] iommu/vt-d: Add bounce buffer API for domain map/unmap
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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).