iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 22:55:49 to 2020-05-20 09:32:59 UTC [more...]

[PATCH] iomm/arm-smmu: Add stall implementation hook
 2020-05-20  9:32 UTC  (11+ messages)

[PATCH] iommu: Don't call .probe_finalize() under group->mutex
 2020-05-20  6:53 UTC  (2+ messages)

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-05-20  6:42 UTC  (28+ messages)
` [PATCH v7 01/24] mm: Add a PASID field to mm_struct
` [PATCH v7 02/24] iommu/ioasid: Add ioasid references
` [PATCH v7 03/24] iommu/sva: Add PASID helpers
` [PATCH v7 04/24] iommu: Add a page fault handler
` [PATCH v7 05/24] arm64: mm: Add asid_gen_match() helper
` [PATCH v7 06/24] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v7 07/24] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v7 08/24] iommu/arm-smmu-v3: Manage ASIDs with xarray
` [PATCH v7 09/24] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v7 10/24] iommu/arm-smmu-v3: Share process page tables
` [PATCH v7 11/24] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v7 12/24] iommu/arm-smmu-v3: Add support for VHE
` [PATCH v7 13/24] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH v7 14/24] iommu/arm-smmu-v3: Add SVA feature checking
` [PATCH v7 15/24] iommu/arm-smmu-v3: Add SVA device feature
` [PATCH v7 16/24] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
` [PATCH v7 17/24] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
` [PATCH v7 18/24] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v7 19/24] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v7 20/24] dt-bindings: document stall property for IOMMU masters
` [PATCH v7 21/24] iommu/arm-smmu-v3: Add stall support for platform devices
` [PATCH v7 22/24] PCI/ATS: Add PRI stubs
` [PATCH v7 23/24] PCI/ATS: Export PRI functions
` [PATCH v7 24/24] iommu/arm-smmu-v3: Add support for PRI

[PATCH 00/15] PCI: brcmstb: enable PCIe for STB chips
 2020-05-20  5:43 UTC  (4+ messages)
` [PATCH 09/15] device core: Add ability to handle multiple dma offsets
` [PATCH 10/15] dma-direct: Invoke dma offset func if needed

[PATCH v6 0/5] iommu/arm-smmu: Split pagetable support for arm-smmu-v2
 2020-05-20  1:53 UTC  (4+ messages)
` [PATCH v6 2/5] iommu/arm-smmu: Add support for TTBR1

[git pull] IOMMU Fixes for Linux v5.7-rc6
 2020-05-19 19:00 UTC  (2+ messages)

[PATCH] iommu: Fix deferred domain attachment
 2020-05-19 13:03 UTC 

[PATCH 1/1] iommu/vt-d: Fix pointer cast warnings on 32 bit
 2020-05-19 12:41 UTC  (3+ messages)

[PATCH v2] iommu/qcom: add optional 'tbu' clock for TLB invalidate
 2020-05-19 12:24 UTC  (3+ messages)

[PATCH] iommu/mediatek-v1: Fix a build warning for a unused variable 'data'
 2020-05-19 12:19 UTC  (2+ messages)

[PATCH -next] iommu/sun50i: Fix return value check in sun50i_iommu_probe()
 2020-05-19 12:06 UTC  (3+ messages)

[RFC/RFT][PATCH v2] dma-mapping: set default segment_boundary_mask to ULONG_MAX
 2020-05-19  8:04 UTC  (2+ messages)

[PATCH] iommu: Implement deferred domain attachment
 2020-05-19  7:09 UTC  (11+ messages)

[iommu:x86/vt-d 23/44] drivers/iommu/mtk_iommu_v1.c:467:25: warning: variable 'data' set but not used
 2020-05-19  6:21 UTC 

[PATCH 00/18] [PULL REQUEST] iommu/vt-d: patches for v5.8
 2020-05-19  1:46 UTC  (22+ messages)
` [PATCH 01/18] iommu/vt-d: Move domain helper to header
` [PATCH 02/18] iommu/vt-d: Use a helper function to skip agaw for SL
` [PATCH 03/18] iommu/vt-d: Add nested translation helper function
` [PATCH 04/18] iommu/vt-d: Add bind guest PASID support
` [PATCH 05/18] iommu/vt-d: Support flushing more translation cache types
` [PATCH 06/18] iommu/vt-d: Add svm/sva invalidate function
` [PATCH 07/18] iommu/vt-d: Enlightened PASID allocation
` [PATCH 08/18] iommu/vt-d: Add custom allocator for IOASID
` [PATCH 09/18] iommu/vt-d: Add get_domain_info() helper
` [PATCH 10/18] iommu/vt-d: Report SVA feature with generic flag
` [PATCH 11/18] iommu/vt-d: Replace intel SVM APIs with generic SVA APIs
` [PATCH 12/18] iommu/vt-d: Multiple descriptors per qi_submit_sync()
` [PATCH 13/18] iommu/vt-d: debugfs: Add support to show inv queue internals
` [PATCH 14/18] iommu/vt-d: Disable non-recoverable fault processing before unbind
` [PATCH 15/18] iommu/vt-d: Add page request draining support
` [PATCH 16/18] iommu/vt-d: Remove redundant IOTLB flush
` [PATCH 17/18] iommu/vt-d: Remove duplicated check in intel_svm_bind_mm()
` [PATCH 18/18] iommu/vt-d: Remove IOVA handling code from the non-dma_ops path

[PATCH v6] iommu/arm-smmu-qcom: Request direct mapping for modem device
 2020-05-18 23:04 UTC  (3+ messages)

[PATCH v2] iommu/arm-smmu-v3: Don't reserve implementation defined register space
 2020-05-18 23:04 UTC  (2+ messages)

[PATCH -next] iommu/arm-smmu-v3: remove set but not used variable 'smmu'
 2020-05-18 23:04 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: qcom: sc7180: Add A618 gpu dt blob
 2020-05-18 20:59 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: arm-smmu: Add sc7180 compatible string

[PATCH 0/4] PCI, iommu: Factor 'untrusted' check for ATS enablement
 2020-05-18 16:36 UTC  (17+ messages)
` [PATCH 1/4] PCI/ATS: Only enable ATS for trusted devices
` [PATCH 2/4] iommu/amd: Use pci_ats_supported()
` [PATCH 3/4] iommu/arm-smmu-v3: "
` [PATCH 4/4] iommu/vt-d: "

[PATCH v1 0/6] iommu/arm-smmu: Auxiliary domain and per instance pagetables
 2020-05-18 15:50 UTC  (6+ messages)
` [PATCH v1 2/6] arm/smmu: Add auxiliary domain support for arm-smmuv2

[Regression] "iommu/amd: Relax locking in dma_ops path" makes tg3 ethernet transmit queue timeout
 2020-05-18 15:32 UTC  (4+ messages)

[PATCH v5 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-05-18  5:17 UTC  (14+ messages)
  ` [PATCH v5 01/38] dma-mapping: add generic helpers for mapping sgtable objects
    ` [PATCH v5 13/38] drm: lima: fix common struct sg_table related issues
    ` [PATCH v5 19/38] drm: panfrost: "
      ` [PATCH v5 33/38] staging: tegra-vde: "
      ` [PATCH v5 25/38] drm: virtio: "
      ` [PATCH v5 30/38] dmabuf: "
      ` [PATCH v5 27/38] xen: gntdev: "

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-05-18 13:55 UTC  (6+ messages)
` [PATCH v2 23/33] iommu/mediatek-v1 Convert to probe/release_device() call-backs

[PATCH] iommu/mediatek-v1: Add def_domain_type
 2020-05-18 13:42 UTC  (2+ messages)

[PATCH] iommu/omap: Add registration for DT fwnode pointer
 2020-05-18 13:40 UTC  (3+ messages)

[PATCH -next] iommu/omap: Add check for iommu group when no IOMMU in use
 2020-05-18 13:36 UTC  (2+ messages)

[PATCH 1/2] ia64: Hide the archdata.iommu field behind generic IOMMU_API
 2020-05-18 12:08 UTC  (2+ messages)
` [PATCH 2/2] x86: "

[PATCH] iommu: Remove functions that support private domain
 2020-05-17  8:29 UTC  (13+ messages)

[PATCH] dma-coherent: switch to bitmap_zalloc() in dma_init_coherent_memory()
 2020-05-16 10:09 UTC 

[PATCH v13 0/8] Nested Shared Virtual Address (SVA) VT-d support
 2020-05-16  6:31 UTC  (15+ messages)
` [PATCH v13 2/8] iommu/vt-d: Use a helper function to skip agaw for SL
` [PATCH v13 3/8] iommu/vt-d: Add nested translation helper function
` [PATCH v13 4/8] iommu/vt-d: Add bind guest PASID support
` [PATCH v13 6/8] iommu/vt-d: Add svm/sva invalidate function
` [PATCH v13 8/8] iommu/vt-d: Add custom allocator for IOASID

(a design open) RE: [PATCH v1 6/8] vfio/type1: Bind guest page tables to host
 2020-05-15 23:36 UTC  (5+ messages)

Constantly map and unmap of streaming DMA buffers with IOMMU backend might cause serious performance problem
 2020-05-15 22:45 UTC  (6+ messages)

[PATCH 00/14] Move the ReST files from Documentation/*.txt
 2020-05-15 17:54 UTC  (3+ messages)
` [PATCH 03/14] docs: fix references for DMA*.txt files

[PATCH v4 0/5] iommu: Add Allwinner H6 IOMMU driver
 2020-05-15  8:15 UTC  (7+ messages)
` [PATCH v4 5/5] drm/sun4i: mixer: Call of_dma_configure if there's an IOMMU

[RFC 0/2] iommu: arm-smmu: Add support for early direct mappings
 2020-05-14 19:32 UTC  (3+ messages)

amd kdump failure with iommu=nopt
 2020-05-14 19:02 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 36/49] iommu/amd: Call domain_flush_complete() in update_domain()
 2020-05-14 18:52 UTC 

[PATCH AUTOSEL 5.6 40/62] iommu/amd: Fix race in increase_address_space()/fetch_pte()
 2020-05-14 18:51 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 41/62] iommu/amd: Do not loop forever when trying to increase address space
` [PATCH AUTOSEL 5.6 42/62] iommu/amd: Call domain_flush_complete() in update_domain()
` [PATCH AUTOSEL 5.6 43/62] iommu/amd: Update Device Table in increase_address_space()

[PATCH] iommu/qcom: add optional clock for TLB invalidate
 2020-05-14 15:15 UTC  (4+ messages)

[PATCH 1/2] iommu/sun50i: Fix compile warnings
 2020-05-14 12:46 UTC  (2+ messages)
` [PATCH 2/2] iommu/sun50i: Use __GFP_ZERO instead of memset()

next/master bisection: baseline.login on jetson-tk1
 2020-05-14 11:23 UTC  (4+ messages)

[PATCH v6] iommu/virtio: Use page size bitmap supported by endpoint
 2020-05-14 10:56 UTC  (4+ messages)

[PATCH v6] iommu/virtio: Use page size bitmap supported by endpoint
 2020-05-14  7:51 UTC 


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