Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-25 23:51:01 to 2024-10-29 09:09:49 UTC [more...]

[PATCH v5 00/12] iommu: Domain allocation enhancements
 2024-10-29  9:09 UTC  (15+ messages)
` [PATCH v5 01/12] iommu: Refactor __iommu_domain_alloc()
` [PATCH v5 02/12] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v5 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v5 04/12] iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate "
` [PATCH v5 05/12] iommu/amd: Add helper function to check GIOSUP/GTSUP
` [PATCH v5 06/12] iommu/amd: Move V2 page table support check to early_amd_iommu_init()
` [PATCH v5 07/12] iommu/amd: Separate page table setup from domain allocation
` [PATCH v5 08/12] iommu/amd: Pass page table type as param to pdom_setup_pgtable()
` [PATCH v5 09/12] iommu/amd: Enhance amd_iommu_domain_alloc_user()
` [PATCH v5 10/12] iommu/amd: Implement global identity domain
` [PATCH v5 11/12] iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()
` [PATCH v5 12/12] iommu: Create __iommu_alloc_identity_domain()

[PATCH v4 0/4] iommu: Refactoring domain allocation interface
 2024-10-29  9:05 UTC  (2+ messages)

[PATCH] iommu/amd: Fix corruption when mapping large pages from 0
 2024-10-29  8:56 UTC  (2+ messages)

[PATCH] iommu: Remove useless flush from iommu_create_device_direct_mappings()
 2024-10-29  8:52 UTC  (2+ messages)

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-29  8:51 UTC  (32+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 02/13] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v5 03/13] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 05/13] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v5 06/13] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v5 07/13] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v5 08/13] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v5 09/13] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v5 10/13] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v5 11/13] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v5 12/13] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v5 13/13] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED

[PATCH] iommu/sysfs: constify the class struct
 2024-10-29  8:50 UTC  (2+ messages)

[PATCH] iommu/mediatek: Add PGTABLE_PA_35_EN to mt8186 platform data
 2024-10-29  8:49 UTC  (2+ messages)

[PATCH] iommu/amd: Do not try copy old DTE resume path
 2024-10-29  8:47 UTC  (2+ messages)

[PATCH v10 0/7] Linux RISC-V IOMMU Support
 2024-10-29  8:42 UTC  (2+ messages)

[PATCH v6 00/18] IOMMUFD Dirty Tracking
 2024-10-29  8:05 UTC  (4+ messages)

[PATCH] dma-mapping: dma-map-ops.h: Remove an outdated comment
 2024-10-29  7:56 UTC  (2+ messages)

[PATCH] dma/debug.c: fix possible deadlock scenario
 2024-10-29  7:55 UTC  (2+ messages)

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-29  7:46 UTC  (32+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API

[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-29  5:39 UTC  (9+ messages)
` [PATCH v4 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
    `  "

[PATCH v2 0/3] Support attaching PASID to the blocked_domain
 2024-10-29  5:20 UTC  (8+ messages)
` [PATCH v2 1/3] iommu: Add a wrapper for remove_dev_pasid

[PATCH v3 0/2] vtd: Minor cleanup
 2024-10-29  4:42 UTC  (2+ messages)

[PATCH] iommu/vt-d: Drop s1_pgtbl from dmar_domain
 2024-10-29  4:41 UTC  (3+ messages)

[PATCH] iommu/vt-d: Remove unused dmar_msi_read
 2024-10-29  4:41 UTC  (2+ messages)

[PATCH v1 1/1] iommu/vt-d: Increase buffer size for device name
 2024-10-29  4:40 UTC  (2+ messages)

[PATCH -next] iommu/vt-d: Use PCI_DEVID() macro
 2024-10-29  4:39 UTC  (2+ messages)

[PATCH v2 0/7] iommu/vt-d: Add domain_alloc_paging support
 2024-10-29  4:38 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Add judgment on the size and granule parameters passed in
 2024-10-29  3:44 UTC  (4+ messages)
` [PATCH v2] "

Suspicious RCU usage in enable_drhd_fault_handling()
 2024-10-29  1:15 UTC  (2+ messages)

[PATCH 0/4] Fix omap-iommu bitrot
 2024-10-28 22:56 UTC  (7+ messages)
` [PATCH 1/4] remoteproc/omap: Handle ARM dma_iommu_mapping
` [PATCH 2/4] media: omap3isp: "
` [PATCH 3/4] iommu/omap: Add minimal fwnode support
` [PATCH 4/4] iommu: Make bus_iommu_probe() static

[PATCH v10 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-10-28 21:31 UTC  (5+ messages)
` [PATCH v10 1/4] iommu/io-pgtable-arm: Make pgtable walker more generic
` [PATCH v10 2/4] iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys
` [PATCH v10 3/4] iommu/io-pgtable-arm: Add way to debug pgtable walk
` [PATCH v10 4/4] drm/msm: Extend gpu devcore dumps with pgtbl info

[PATCH v9 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-10-28 21:33 UTC  (3+ messages)

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-10-28 21:16 UTC  (11+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v16 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v16 3/5] iommu/arm-smmu: add support for PRR bit setup
` [PATCH v16 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v16 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28 21:08 UTC  (25+ messages)
` [PATCH v5 02/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 06/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v5 07/13] iommufd/selftest: Add container_of helpers
` [PATCH v5 08/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v5 09/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v5 10/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v5 11/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v5 13/13] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-28 18:27 UTC  (9+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map

[PATCH v3 0/2] iommu/iova: Make the rcache depot properly flexible
 2024-10-28 17:45 UTC  (12+ messages)

[PATCH] iommu/omap: Don't register ops by fwnode
 2024-10-28 16:03 UTC  (10+ messages)

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-10-28 16:03 UTC  (4+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas

[PATCH v3 0/4] Add support for APPS SMMU on QCS615
 2024-10-28 15:46 UTC  (7+ messages)
` [PATCH v3 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node

[PATCH v4 00/12] iommu/amd: Improve domain allocator and device attach code path
 2024-10-28 15:40 UTC  (18+ messages)
` [PATCH v4 01/12] iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLB
` [PATCH v4 02/12] iommu/amd: Use ida interface to manage protection domain ID
` [PATCH v4 03/12] iommu/amd: Remove protection_domain.dev_cnt variable
` [PATCH v4 04/12] iommu/amd: xarray to track protection_domain->iommu list
` [PATCH v4 05/12] iommu/amd: Remove unused amd_iommus variable
` [PATCH v4 06/12] iommu/amd: Do not detach devices in domain free path
` [PATCH v4 07/12] iommu/amd: Reduce domain lock scope in attach device path
` [PATCH v4 08/12] iommu/amd: Rearrange attach device code
` [PATCH v4 09/12] iommu/amd: Convert dev_data lock from spinlock to mutex
` [PATCH v4 10/12] iommu/amd: Reorder attach device code
` [PATCH v4 11/12] iommu/amd: Add opa->release_domain
` [PATCH v4 12/12] iommu/amd: Improve amd_iommu_release_device()

[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-10-28 14:46 UTC  (8+ messages)
` [PATCH v4 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event

[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
 2024-10-28 12:58 UTC  (7+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle

[PATCH] iommufd: modify iommufd_fault_iopf_enable limitation
 2024-10-28 11:32 UTC 

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-10-28 11:17 UTC  (16+ messages)
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-28  6:41 UTC  (3+ messages)
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28  2:35 UTC  (12+ messages)
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-28  2:25 UTC  (6+ messages)
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-27 15:36 UTC  (4+ messages)

[PATCH V7 0/9] iommu_ioas_map_file
 2024-10-27 14:38 UTC  (10+ messages)
` [PATCH V7 9/9] iommufd: map file selftest

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-10-26  7:33 UTC  (10+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound


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