messages from 2023-05-10 17:41:01 to 2023-05-16 00:27:19 UTC [more...]
[PATCH 0/2] Remove iommu_group_remove_device() from fsl
2023-05-16 0:27 UTC (3+ 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 rc] iommu/power: Remove iommu_del_device()
2023-05-16 0:12 UTC
[PATCH v2 00/25] iommu: Make default_domain's mandatory
2023-05-16 0:00 UTC (26+ 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 "
[PATCH v2 RESEND 0/7] Allow dynamic allocation of software IO TLB bounce buffers
2023-05-15 19:43 UTC (9+ 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 v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-05-15 19:09 UTC (4+ messages)
[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
2023-05-15 15:57 UTC (3+ messages)
[PATCH 0/4] iommu/arm-smmu-v3: Arm SMMU errata bits
2023-05-15 15:44 UTC (13+ 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 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting
` [PATCH 4/4] iommu/arm-smmu-v3: Document nesting-related errata
[PATCH v2] iommu/s390: Get rid of S390_CCW_IOMMU and S390_AP_IOMMU
2023-05-15 15:27 UTC (2+ messages)
[PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-05-15 14:42 UTC (9+ 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
amd-iommu: get_highest_supported_ivhd_type question
2023-05-15 14:36 UTC
[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
2023-05-15 14:00 UTC (20+ 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 0/4] iommu: tegra-gart cleanups
2023-05-15 13:15 UTC (6+ 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
[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 (5+ messages)
` [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support
[PATCH v2 0/2] iommu/virtio: Fixes
2023-05-15 11:39 UTC (3+ 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 v5 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
2023-05-15 11:48 UTC (2+ messages)
[PATCH] dma-contiguous: support per-numa CMA for all architectures
2023-05-15 11:38 UTC (5+ 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] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
2023-05-15 6:59 UTC (2+ messages)
[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
2023-05-15 6:14 UTC (7+ messages)
` [PATCH v3 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v3 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO
` [PATCH v3 4/4] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_HW_INFO ioctl
Relaxable RMRR kernel parameter for broken platforms
2023-05-13 18:58 UTC (3+ messages)
[PATCH 02/20] iommu/terga-gart: Replace set_platform_dma_ops() with IOMMU_DOMAIN_PLATFORM
2023-05-12 20:52 UTC (11+ messages)
[PATCH v1 0/5] Add PASID support to SMMUv3 unmanaged domains
2023-05-11 19:59 UTC (17+ messages)
` [PATCH v1 1/5] iommu/arm-smmu-v3: Move cdtable to arm_smmu_master
` [PATCH v1 2/5] iommu/arm-smmu-v3: Add has_stage1 field
` [PATCH v1 3/5] iommu/arm-smmu-v3: Simplify arm_smmu_enable_ats
` [PATCH v1 4/5] iommu/arm-smmu-v3: Keep track of attached ssids
` [PATCH v1 5/5] iommu/arm-smmu-v3: Implement set_dev_pasid
[PATCH v3 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's
2023-05-11 14:59 UTC
[PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's
2023-05-11 14:57 UTC (4+ messages)
[PATCH v3 00/10] Add Intel VT-d nested translation
2023-05-11 14:51 UTC (11+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v3 02/10] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v3 03/10] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v3 05/10] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v3 06/10] iommu/vt-d: Set the nested domain to a device
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v3 08/10] iommu/vt-d: Add nested domain allocation
` [PATCH v3 09/10] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH v3 10/10] iommu/vt-d: Disallow nesting on domains with read-only mappings
[PATCH v2 00/11] iommufd: Add nesting infrastructure
2023-05-11 14:38 UTC (12+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 05/11] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v2 07/11] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v2 08/11] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH v2 09/11] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data
` [PATCH v2 10/11] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v2 11/11] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
[PATCH v2 1/1] nvme-pci: clamp max_hw_sectors based on DMA optimized limitation
2023-05-11 12:06 UTC (4+ messages)
[RFC v1 3/4] swiotlb: Allow dynamic allocation of bounce buffers
2023-05-11 10:36 UTC (5+ messages)
[PATCH] uacce: use filep->f_mapping to replace inode->i_mapping
2023-05-11 9:59 UTC (7+ messages)
` [PATCH v2 0/2] uacce misc fix
` [PATCH v2 1/2] uacce: use q->mapping to replace inode->i_mapping
` [PATCH v2 2/2] uacce: vma_close clears q->qfrs when freeing qfrs
[PATCH v5 00/17] Consolidate the error handling around device attachment
2023-05-11 4:42 UTC (18+ messages)
` [PATCH v5 01/17] iommu: Replace iommu_group_device_count() with list_count_nodes()
` [PATCH v5 02/17] iommu: Add for_each_group_device()
` [PATCH v5 03/17] iommu: Make __iommu_group_set_domain() handle error unwind
` [PATCH v5 04/17] iommu: Use __iommu_group_set_domain() for __iommu_attach_group()
` [PATCH v5 05/17] iommu: Use __iommu_group_set_domain() in iommu_change_dev_def_domain()
` [PATCH v5 06/17] iommu: Replace __iommu_group_dma_first_attach() with set_domain
` [PATCH v5 07/17] iommu: Remove iommu_group_do_dma_first_attach() from iommu_group_add_device()
` [PATCH v5 08/17] iommu: Replace iommu_group_do_dma_first_attach with __iommu_device_set_domain
` [PATCH v5 09/17] iommu: Fix iommu_probe_device() to attach the right domain
` [PATCH v5 10/17] iommu: Do iommu_group_create_direct_mappings() before attach
` [PATCH v5 11/17] iommu: Remove the assignment of group->domain during default domain alloc
` [PATCH v5 12/17] iommu: Consolidate the code to calculate the target default domain type
` [PATCH v5 13/17] iommu: Revise iommu_group_alloc_default_domain()
` [PATCH v5 14/17] iommu: Consolidate the default_domain setup to one function
` [PATCH v5 15/17] iommu: Allow IOMMU_RESV_DIRECT to work on ARM
` [PATCH v5 16/17] iommu: Remove __iommu_group_for_each_dev()
` [PATCH v5 17/17] iommu: Tidy the control flow in iommu_group_store_type()
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).