Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-09-14 13:06:10 to 2024-09-24 12:42:58 UTC [more...]

radeon ARUBA NULL pointer dereference
 2024-09-24 12:42 UTC  (2+ messages)

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-09-24 12:07 UTC  (22+ messages)
` [RFC PATCH 11/21] KVM: SEV: Add TIO VMGEXIT and bind TDI
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
` [RFC PATCH 17/21] coco/sev-guest: Implement the guest side of things

[PATCH 1/6] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
 2024-09-24 11:48 UTC  (11+ messages)
` [PATCH 2/6] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
` [PATCH 3/6] dt-bindings: display: mediatek: Fix clocks "
` [PATCH 4/6] arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
` [PATCH 5/6] arm64: dts: mt8195: Fix dtbs_check error for mutex node
` [PATCH 6/6] dt-bindings: display: mediatek: dpi: Add mt8195 support in power domains

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

[PATCH net 0/2] fix two bugs related to page_pool
 2024-09-24  7:48 UTC  (14+ messages)
` [PATCH net 2/2] page_pool: fix IOMMU crash when driver has already unbound

[GIT PULL] dma-mapping fixes for Linux 6.12
 2024-09-24  6:25 UTC 

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-09-23 18:34 UTC  (21+ messages)
` [PATCH v2 02/19] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v2 17/19] iommu/arm-smmu-v3: Add arm_smmu_viommu_cache_invalidate

[PATCH v3 0/5] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-09-23 18:13 UTC  (10+ messages)
` [PATCH v3 1/5] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v3 2/5] iommu/amd: Introduce helper functions to access and update 256-bit DTE

[PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()
 2024-09-23 18:12 UTC  (8+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-09-23 17:45 UTC 

[PATCH V1 0/9] iommu_ioas_map_file
 2024-09-23 17:33 UTC  (30+ messages)
` [PATCH V1 1/9] mm/gup: repin_folio_unhugely
` [PATCH V1 2/9] iommufd: remove uptr from iopt_alloc_iova
` [PATCH V1 3/9] iommufd: generalize iopt_pages address
` [PATCH V1 4/9] iommufd: pfn reader for file mappings
` [PATCH V1 5/9] iommufd: IOMMU_IOAS_MAP_FILE interface
` [PATCH V1 7/9] iommufd: file mappings for mdev
` [PATCH V1 9/9] iommufd: optimize file mapping

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2024-09-23 16:23 UTC  (6+ messages)

AMD SME fails boot after "dma-mapping: direct calls for dma-iommu"
 2024-09-23 15:16 UTC  (2+ messages)

[PATCH v4 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-09-23 15:03 UTC  (8+ messages)
` [PATCH v4 1/6] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v4 2/6] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v4 3/6] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v4 4/6] iommu/amd: Introduce helper function get_dte256()
` [PATCH v4 5/6] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v4 6/6] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()

[PATCH v2] iommu/arm-smmu-v3: Convert comma to semicolon
 2024-09-23 13:36 UTC  (2+ messages)

running iommufd self tests
 2024-09-23 13:31 UTC  (4+ messages)

[PATCH v2] dma-mapping: report unlimited DMA addressing in IOMMU DMA path
 2024-09-23 12:33 UTC  (5+ messages)

[PATCH] dma_map_benchmark: remove unused NSEC_PER_MSEC macro
 2024-09-03  3:59 UTC 

[PATCH] Staging: iommu: Replace null pointer check with IS_ERR in arm_smmu_domain_alloc_user()
 2024-09-23  4:07 UTC  (3+ messages)

[PATCH] dma-mapping: report unlimited DMA addressing in IOMMU DMA path
 2024-09-22 17:34 UTC  (3+ messages)

iommu-dma direct call fixups
 2024-09-22 15:02 UTC  (7+ messages)
` [PATCH 1/2] dma-mapping: fix vmap and mmap of noncontiougs allocations
` [PATCH 2/2] iommu/dma: remove most stubs in iommu-dma.h

[GIT PULL] dma-mapping updates for Linux 6.12
 2024-09-22 14:03 UTC  (17+ messages)

[PATCH v14 0/6] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-09-20 19:58 UTC  (10+ messages)
` [PATCH v14 5/6] iommu/arm-smmu: add ACTLR data and support for SC7280

[PATCH v2 0/8] iommu: Domain allocation enhancements
 2024-09-20 13:02 UTC  (3+ messages)
` [PATCH v2 5/8] iommu/amd: Pass page table type as param to pdom_setup_pgtable()

[PATCH v2 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-09-20 12:54 UTC  (16+ messages)
` [PATCH v2 1/5] iommu/vt-d: Separate page request queue from SVM

[PATCH] iommu/arm-smmu-v3: Convert comma to semicolon
 2024-09-20 12:50 UTC  (3+ messages)

[PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3576
 2024-09-20  9:56 UTC  (2+ messages)

[git pull] IOMMU Updates for Linux v6.12
 2024-09-18 11:10 UTC  (2+ messages)

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-09-17  9:48 UTC  (11+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available

[PATCH V1 6/9] iommufd: IOMMU_IOAS_MAP_FILE implementation
 2024-09-17  1:48 UTC  (2+ messages)

[PATCH v2 0/3] drm: Use iommu_paging_domain_alloc()
 2024-09-16 20:42 UTC  (7+ messages)
` [PATCH v2 1/3] drm/nouveau/tegra: "

[PATCH v2 0/2] xen/swiotlb: fix 2 issues in xen-swiotlb
 2024-09-16 20:19 UTC  (14+ messages)
` [PATCH v2 1/2] xen/swiotlb: add alignment check for dma buffers
` [PATCH v2 2/2] xen/swiotlb: fix allocated size

[PATCH v4] iommu/s390: Implement blocking domain
 2024-09-16 15:53 UTC  (2+ messages)

[PATCH 0/6] iommu: Enable user space IOPFs in non-nested and non-svm cases
 2024-09-16 12:24 UTC  (6+ messages)
` [PATCH 3/6] iommu: kconfig: Move IOMMU_IOPF into INTEL_IOMMU

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-09-16 11:31 UTC  (14+ messages)
` [RFC PATCH 01/13] iommufd: Support marking and tracking persistent iommufds
` [RFC PATCH 02/13] iommufd: Add plumbing for KHO (de)serialise
` [RFC PATCH 03/13] iommu/intel: zap context table entries on kexec
` [RFC PATCH 04/13] iommu: Support marking domains as persistent on alloc
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas
` [RFC PATCH 06/13] iommufd: Expose persistent iommufd IDs in sysfs
` [RFC PATCH 07/13] iommufd: Re-hydrate a usable iommufd ctx from sysfs
` [RFC PATCH 08/13] intel-iommu: Add serialise and deserialise boilerplate
` [RFC PATCH 09/13] intel-iommu: Serialise dmar_domain on KHO activaet
` [RFC PATCH 10/13] intel-iommu: Re-hydrate persistent domains after kexec
` [RFC PATCH 11/13] iommu: Add callback to restore persisted iommu_domain
` [RFC PATCH 12/13] iommufd, guestmemfs: Ensure persistent file used for persistent DMA
` [RFC PATCH 13/13] iommufd, guestmemfs: Pin files when mapped "

[PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
 2024-09-15 21:39 UTC  (11+ messages)

[PATCH 1/2] media: nvidia: tegra: Use iommu_paging_domain_alloc()
 2024-09-15 14:08 UTC  (3+ messages)

[PATCH 0/2] iommufd: Misc cleanups per iommufd iopf merging
 2024-09-14 14:13 UTC  (2+ messages)


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