Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-05-12 18:58:56 to 2023-05-18 13:43:21 UTC [more...]

unexport swiotlb_active
 2023-05-18 13:42 UTC  (3+ messages)
` [PATCH 1/4] x86: move a check out of pci_xen_swiotlb_init
` [PATCH 4/4] swiotlb: unexport is_swiotlb_active

arm-smmu-v3 sharing SID
 2023-05-18 13:04 UTC  (5+ messages)

[PATCH 1/3] dt-bindings: iommu: rockchip: Add rockchip,disable-device-link-resume
 2023-05-18 12:15 UTC  (5+ messages)
` [PATCH 2/3] iommu/rockchip: Disable the device link during resume

[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-05-18 12:02 UTC  (32+ messages)
` [PATCH v7 01/19] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v7 02/19] iommufd: Add iommufd_group
` [PATCH v7 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v7 04/19] iommu: Export iommu_get_resv_regions()
` [PATCH v7 05/19] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v7 06/19] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v7 07/19] iommufd: Make sw_msi_start a group global
` [PATCH v7 08/19] iommufd: Move putting a hwpt to a helper function
` [PATCH v7 09/19] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v7 10/19] iommufd: Allow a hwpt to be aborted after allocation
` [PATCH v7 11/19] iommufd: Fix locking around hwpt allocation
` [PATCH v7 12/19] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v7 13/19] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v7 14/19] iommufd: Add iommufd_device_replace()
` [PATCH v7 15/19] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v7 16/19] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v7 17/19] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v7 18/19] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v7 19/19] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v2 00/25] iommu: Make default_domain's mandatory
 2023-05-18 10:56 UTC  (30+ messages)
  ` [PATCH v2 01/25] iommu: Add iommu_ops->identity_domain
  ` [PATCH v2 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
  ` [PATCH v2 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
  ` [PATCH v2 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
  ` [PATCH v2 05/25] iommu/tegra-gart: Remove tegra-gart
  ` [PATCH v2 06/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
  ` [PATCH v2 07/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
  ` [PATCH v2 08/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
  ` [PATCH v2 09/25] iommu/fsl_pamu: Implement an IDENTITY domain
  ` [PATCH v2 10/25] iommu/exynos: "
  ` [PATCH v2 11/25] iommu/tegra-smmu: "
  ` [PATCH v2 12/25] iommu/tegra-smmu: Support DMA domains in tegra
  ` [PATCH v2 13/25] iommu/omap: Implement an IDENTITY domain
  ` [PATCH v2 14/25] iommu/msm: "
  ` [PATCH v2 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
  ` [PATCH v2 16/25] iommu: Remove ops->set_platform_dma_ops()
  ` [PATCH v2 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
  ` [PATCH v2 18/25] iommu/ipmmu: "
  ` [PATCH v2 19/25] iommu/mtk_iommu: "
  ` [PATCH v2 20/25] iommu/sun50i: "
  ` [PATCH v2 21/25] iommu: Require a default_domain for all iommu drivers
  ` [PATCH v2 22/25] iommu: Add __iommu_group_domain_alloc()
  ` [PATCH v2 23/25] iommu: Add ops->domain_alloc_paging()
  ` [PATCH v2 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
  ` [PATCH v2 25/25] iommu: Convert remaining simple drivers "

an iommufd selftest issue with 6.4-rc1
 2023-05-18  7:22 UTC  (3+ messages)

[PATCH] iommu/amd/pgtbl_v2: Fix domain max address
 2023-05-18  5:43 UTC 

[PATCH] iommu/amd: Fix domain flush size when syncing iotlb
 2023-05-18  2:05 UTC  (7+ messages)

[PATCH RESEND] iommu/amd: Fix domain flush size when syncing iotlb
 2023-05-18  1:50 UTC 

[PATCH 0/4] iommu/arm-smmu-v3: Arm SMMU errata bits
 2023-05-18  0:53 UTC  (10+ messages)
` [PATCH 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531

[PATCH v6 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
 2023-05-17 19:25 UTC 

[PATCH v2 0/2] iommu/virtio: Fixes
 2023-05-17 16:41 UTC  (4+ messages)
` [PATCH v2 1/2] iommu/virtio: Detach domain on endpoint release
` [PATCH v2 2/2] iommu/virtio: Return size mapped for a detached domain

[PATCH] iommu/virtio: Detach domain on endpoint release
 2023-05-17 16:20 UTC  (3+ messages)

[PATCH] iommu: Suppress empty whitespaces in prints
 2023-05-17 16:17 UTC  (2+ messages)

[PATCH rc] iommu/power: Remove iommu_del_device()
 2023-05-17 12:10 UTC  (2+ messages)

[PATCH v2 RESEND 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-05-17 11:27 UTC  (22+ messages)
` [PATCH v2 RESEND 4/7] swiotlb: Dynamically allocated "
` [PATCH v2 RESEND 7/7] swiotlb: per-device flag if there are dynamically allocated buffers

[PATCH 0/4] iommu: tegra-gart cleanups
 2023-05-17 10:54 UTC  (12+ messages)
` [PATCH 1/4] iommu/tegra-gart: Add default identity domain support
` [PATCH 2/4] iommu/tegra-gart: Improve "
` [PATCH 3/4] iommu/tegra-gart: Generalise "
` [PATCH 4/4] iommu: Clean up force_aperture confusion

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-17  3:08 UTC  (3+ messages)
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
 2023-05-17  0:35 UTC  (4+ messages)
` [PATCH v2 1/3] iommu/fsl: Always allocate a group for non-pci devices
` [PATCH v2 2/3] iommu/fsl: Move ENODEV to fsl_pamu_probe_device()
` [PATCH v2 3/3] iommu/fsl: Use driver_managed_dma to allow VFIO to work

[PATCH v4 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's
 2023-05-16 23:22 UTC  (2+ messages)

[PATCH 0/2] Remove iommu_group_remove_device() from fsl
 2023-05-16 19:52 UTC  (7+ messages)
` [PATCH 1/2] iommu/fsl: Do not use iommu_group_remove_device() under ops->device_group()
` [PATCH 2/2] iommu/fsl: Always allocate a group for non-pci devices

[PATCH] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
 2023-05-16 19:41 UTC  (3+ messages)

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-16 18:19 UTC  (6+ messages)

[PATCH v3 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's
 2023-05-16 13:55 UTC  (3+ messages)

[PATCH v2] iommu: make IPMMU_VMSA dependencies more strict
 2023-05-16 11:51 UTC  (3+ messages)

[PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-16  7:58 UTC  (11+ messages)
` [PATCH v9 1/6] s390/ism: Set DMA coherent mask
` [PATCH v9 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v9 3/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v9 4/6] s390/pci: Use dma-iommu layer
` [PATCH v9 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v9 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable

[PATCH] iommu: PGTABLE_LPAE is also for RISCV
 2023-05-16  7:12 UTC  (5+ messages)

[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
 2023-05-16  3:12 UTC  (4+ messages)

[PATCH] dma-contiguous: support per-numa CMA for all architectures
 2023-05-16  1:57 UTC  (7+ messages)

[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
 2023-05-16  1:49 UTC  (5+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

[PATCH v3 00/12] SM63(50|75) DPU support
 2023-05-16  1:26 UTC  (4+ messages)
` [PATCH v3 05/12] dt-bindings: display/msm: Add SM6375 MDSS

Relaxable RMRR kernel parameter for broken platforms
 2023-05-16  1:13 UTC  (4+ messages)

[PATCH v2] iommu/s390: Get rid of S390_CCW_IOMMU and S390_AP_IOMMU
 2023-05-15 15:27 UTC  (2+ messages)

amd-iommu: get_highest_supported_ivhd_type question
 2023-05-15 14:36 UTC 

[syzbot] Monthly iommu report (May 2023)
 2023-05-15 12:55 UTC  (2+ messages)

[PATCH v3 00/11] Linux RISC-V AIA Support
 2023-05-15 12:53 UTC  (3+ messages)
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support

[PATCH v5 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
 2023-05-15 11:48 UTC  (2+ messages)

[PATCH v8 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-15  9:33 UTC  (3+ messages)

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-15  9:42 UTC  (14+ messages)
` [PATCH v3 01/11] cyrpto/b128ops: Remove struct u128
` [PATCH v3 02/11] types: Introduce [us]128
` [PATCH v3 03/11] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH v3 04/11] instrumentation: Wire up cmpxchg128()
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 06/11] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH v3 07/11] x86,intel_iommu: "
` [PATCH v3 08/11] slub: "
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()
` [PATCH v3 10/11] arch: Remove cmpxchg_double
` [PATCH v3 11/11] s390/cpum_sf: Convert to cmpxchg128()

[PATCH 02/20] iommu/terga-gart: Replace set_platform_dma_ops() with IOMMU_DOMAIN_PLATFORM
 2023-05-12 20:52 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox